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/hello-world.s | 1 + 1 file changed, 1 insertion(+) (limited to 'test/hello-world.s') 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