From 0a7a2a7a8f95730811117bd2aa904f1843f65071 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 17 Apr 2020 22:07:14 -0400 Subject: Made both the assembly language monitor, and the emulator smaller, and faster. I am also starting to make SuBEditor's source code more readable. --- test/asr.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/asr.s') 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 -- cgit v1.2.3-13-gbd6f