mirror of
https://github.com/antoinevignau/source.git
synced 2025-02-08 04:30:38 +00:00
debugging glong
This commit is contained in:
parent
2f2f8afa45
commit
ad64d73cad
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1066,8 +1066,8 @@ at_default dec return
|
|||||||
|
|
||||||
* ligne_max$=LEFT$(return$,return%)
|
* ligne_max$=LEFT$(return$,return%)
|
||||||
|
|
||||||
ldx #0
|
ldx #1
|
||||||
]lp lda ligne_return,x
|
]lp lda ligne_return-1,x
|
||||||
jsr set_textefinal
|
jsr set_textefinal
|
||||||
inx
|
inx
|
||||||
cpx return
|
cpx return
|
||||||
@ -1329,8 +1329,8 @@ surligner_mot
|
|||||||
* 7,s w X
|
* 7,s w X
|
||||||
* 9,s l text pointer
|
* 9,s l text pointer
|
||||||
|
|
||||||
max_colonnes = 80
|
max_colonnes = 75 ; 80
|
||||||
max_lignes = 20
|
max_lignes = 18 ; 20
|
||||||
largeur_caractere = 8
|
largeur_caractere = 8
|
||||||
hauteur_caractere = 10
|
hauteur_caractere = 10
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user