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
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