tab to label column instead of using a space. This results in nicer output when line numbers increment in size (9 -> 10, 99 -> 110, etc)

This commit is contained in:
Kelvin Sherlock 2020-06-06 16:13:05 -04:00
parent cacc4661ac
commit f6408be2c0
1 changed files with 7 additions and 7 deletions

View File

@ -845,13 +845,13 @@ printline php
pea 0
pea 0
_QADrawDec
lda #' '
jsr drawchar
* rep $30
* lda tabs
* and #$ff
* pha
* _QATabToCol
* lda #' '
* jsr drawchar
* rep $30
lda tabs
and #$ff
pha
_QATabToCol
:sp2 sep $30
lda [printptr]
and #$7f