Merge pull request #49 from ksherlock/asm-listing

qasm iigs: adjust listing label placement
This commit is contained in:
Lane Roathe 2020-06-08 09:44:16 -07:00 committed by GitHub
commit 79a0748ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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