From 6a88d1af2ee5894365a56af89a6e97140f3e804d Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Tue, 6 Oct 2020 08:12:03 -0400 Subject: - Removed some debugging stuff from the SuB Suite. --- programs/sub-suite/subeditor.s | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/sub-suite/subeditor.s b/programs/sub-suite/subeditor.s index addd64a..2676a93 100644 --- a/programs/sub-suite/subeditor.s +++ b/programs/sub-suite/subeditor.s @@ -11,7 +11,6 @@ reset: ldy #0 ; Reset Y. tyx ; Reset X. jsr init_heap ; Initialize the heap. - inc step ; tax ; Set the stack pointer to the end of RAM. txs ; sec ; Prepare for a non borrowing subtract. -- cgit v1.2.3-13-gbd6f