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

View File

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