summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2019-12-19 22:53:43 -0500
committermrb0nk500 <b0nk@b0nk.xyz>2019-12-19 22:53:43 -0500
commitcd08c7e030dd269ffd0d3bdb6170e15998c796ec (patch)
tree020bc88eba78cb0691389c7a1084f6775bae20b0 /programs
parent3029d54edf8baabb2841f9a6f3d88bfc993ae3e8 (diff)
Fixed some bugs in both the assembly language
monitor, and the cursor movement routines for SuBAsm.
Diffstat (limited to 'programs')
-rw-r--r--programs/subasm.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/programs/subasm.s b/programs/subasm.s
index fe02794..46effce 100644
--- a/programs/subasm.s
+++ b/programs/subasm.s
@@ -84,6 +84,9 @@ print_num:
getline:
lda #$A
sta scr ; Print newline
+ inc scr_row
+ lda #$0
+ sta scr_col
inc y
jsr rset_x
jmp read