summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2019-12-13 13:14:24 -0500
committermrb0nk500 <b0nk@b0nk.xyz>2019-12-13 13:14:24 -0500
commitc6d71bcf0e545a490fdeb0dfcafea2d5a02157c6 (patch)
tree559eefbfde2cdddfe33a6b59950f3db56a3def78 /test
parent9526483f93b5950ecfa81a93f30b617bec22dfe1 (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.s2
-rw-r--r--test/hello-world.s1
2 files changed, 3 insertions, 0 deletions
diff --git a/test/asr.s b/test/asr.s
index 6377875..ca5eff1 100644
--- a/test/asr.s
+++ b/test/asr.s
@@ -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