First space fix

This commit is contained in:
Pecusx
2025-05-31 21:27:18 +02:00
parent 294722fafe
commit dbc3645b9a
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -1715,6 +1715,9 @@ no_branch_l
;--------------------------------------------------
; print text from temp address to screen at temp2 address
; X = characters to print
lda #0
tay
sta (temp2),y ; first space fix
stx tempbyte2
@ jsr PrintChar
dec tempbyte2
BIN
View File
Binary file not shown.