mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-20 22:33:54 +02:00
Last I fix
This commit is contained in:
@@ -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
Binary file not shown.
Reference in New Issue
Block a user