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 ++ 1 file changed, 2 insertions(+) (limited to 'test/asr.s') 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 -- cgit v1.2.3-13-gbd6f