summaryrefslogtreecommitdiff
path: root/test/test.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.s')
-rw-r--r--test/test.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.s b/test/test.s
index 3e8a7f2..7c36579 100644
--- a/test/test.s
+++ b/test/test.s
@@ -5,7 +5,7 @@
cps ; Clear the processor status register.
lda.w #$1000 ; Load 0x1000 into the accumulator.
rol #$1 ; Then rotate the accumulator left by 1 bit.
-jmp $8006 ; And then loop.
+jmp $8005 ; And then loop.
.org $FFC0 ; Reset vector.
.qword $8000