summaryrefslogtreecommitdiff
path: root/test/asr.s
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-04-17 22:07:14 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2020-04-17 22:07:14 -0400
commit0a7a2a7a8f95730811117bd2aa904f1843f65071 (patch)
tree24d62bbdba0df124c7fe8af781312af993236ebb /test/asr.s
parentc5150ee31f07208422f1435de9b35a0d0168cbb5 (diff)
Made both the assembly language monitor, and the
emulator smaller, and faster. I am also starting to make SuBEditor's source code more readable.
Diffstat (limited to 'test/asr.s')
-rw-r--r--test/asr.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asr.s b/test/asr.s
index c01269e..a3b72c0 100644
--- a/test/asr.s
+++ b/test/asr.s
@@ -4,7 +4,6 @@
reset:
cps
-
start:
lda #0
sbc #$FFFF
@@ -18,6 +17,7 @@ signshft:
.org $FFC0
.qword reset
-.org $0
+
+a
done