diff options
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 |