This commit is contained in:
Antoine Vignau 2023-08-19 01:29:30 +02:00
parent e965b23186
commit 4b99dfd4a4

View File

@ -1046,7 +1046,7 @@ at_case1 ldx i ; on utilise X pour
* DEC return% - useless * DEC return% - useless
at_default at_default
dec return * dec return
* ligne_max$=LEFT$(return$,return%) * ligne_max$=LEFT$(return$,return%)
@ -1063,7 +1063,6 @@ at_default
lda #max_colonnes lda #max_colonnes
sec sec
sbc return sbc return
inc
tax tax
sep #$20 sep #$20
jsr set_space jsr set_space