From c6d71bcf0e545a490fdeb0dfcafea2d5a02157c6 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 13 Dec 2019 13:14:24 -0500 Subject: 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. --- test/asr.s | 2 ++ test/hello-world.s | 1 + 2 files changed, 3 insertions(+) (limited to 'test') 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 -- cgit v1.2.3-13-gbd6f