From f6408be2c0a3d6b4129652d94de5440b65d81b94 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 6 Jun 2020 16:13:05 -0400 Subject: [PATCH] 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) --- src/asm/asm.1.s | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/asm/asm.1.s b/src/asm/asm.1.s index 8283845..6eb9692 100644 --- a/src/asm/asm.1.s +++ b/src/asm/asm.1.s @@ -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