Last I fix

This commit is contained in:
Pecusx
2025-05-31 22:10:02 +02:00
parent dbc3645b9a
commit 0df09b9696
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -1720,8 +1720,13 @@ no_branch_l
sta (temp2),y ; first space fix
stx tempbyte2
@ jsr PrintChar
; after PrintChar i X register we have charcode and Y=0
dec tempbyte2
bne @-
cpx #9 ; I character
tya ; 0 - space
iny
sta (temp2),y ; fix for last I
rts
PrintChar
ldy #0
BIN
View File
Binary file not shown.