From cd08c7e030dd269ffd0d3bdb6170e15998c796ec Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Thu, 19 Dec 2019 22:53:43 -0500 Subject: Fixed some bugs in both the assembly language monitor, and the cursor movement routines for SuBAsm. --- programs/subasm.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'programs') 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 -- cgit v1.2.3-13-gbd6f