First space fix
This commit is contained in:
@@ -1715,6 +1715,9 @@ no_branch_l
|
|||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
; print text from temp address to screen at temp2 address
|
; print text from temp address to screen at temp2 address
|
||||||
; X = characters to print
|
; X = characters to print
|
||||||
|
lda #0
|
||||||
|
tay
|
||||||
|
sta (temp2),y ; first space fix
|
||||||
stx tempbyte2
|
stx tempbyte2
|
||||||
@ jsr PrintChar
|
@ jsr PrintChar
|
||||||
dec tempbyte2
|
dec tempbyte2
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user