summaryrefslogtreecommitdiff
path: root/test/nop.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/nop.s')
-rw-r--r--test/nop.s8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/nop.s b/test/nop.s
index 8d0d75d..948fd02 100644
--- a/test/nop.s
+++ b/test/nop.s
@@ -1,3 +1,4 @@
+.org $8000
reset:
cps
nop_loop:
@@ -7,6 +8,11 @@ nop_loop:
nop
nop
nop
+ nop
+ nop
bra nop_loop
+
+.org $FFC0
+.qword reset
a
-done
+d