diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2020-10-06 08:12:03 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2020-10-06 08:12:03 -0400 |
commit | 6a88d1af2ee5894365a56af89a6e97140f3e804d (patch) | |
tree | 3b9cf3fcfe22d9337a8c9f6e772acf4afa92fb53 /programs/sub-suite/subeditor.s | |
parent | 8aa8586b03568d3a3d6eba39269a1b79510bc835 (diff) |
- Removed some debugging stuff from the SuB Suite.
Diffstat (limited to 'programs/sub-suite/subeditor.s')
-rw-r--r-- | programs/sub-suite/subeditor.s | 1 |
1 files changed, 0 insertions, 1 deletions
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. |