diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2019-12-13 13:14:24 -0500 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2019-12-13 13:14:24 -0500 |
commit | c6d71bcf0e545a490fdeb0dfcafea2d5a02157c6 (patch) | |
tree | 559eefbfde2cdddfe33a6b59950f3db56a3def78 /test | |
parent | 9526483f93b5950ecfa81a93f30b617bec22dfe1 (diff) |
Added support for specifying the number of bytes as
the suffix.
I added this because BieHDC said the already existing
notation glowed in the dark too much.
Diffstat (limited to 'test')
-rw-r--r-- | test/asr.s | 2 | ||||
-rw-r--r-- | test/hello-world.s | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,8 @@ signshft: beq start jmp signshft +.org $FFC0 +.qword reset .org $0 done diff --git a/test/hello-world.s b/test/hello-world.s index fef5a46..465583c 100644 --- a/test/hello-world.s +++ b/test/hello-world.s @@ -41,6 +41,7 @@ spin: nop jmp spin + .org $FFC0 .qword reset |