mirror of
https://github.com/marketideas/qasm.git
synced 2025-01-15 02:30:06 +00:00
fix internal macro expansion
I'm not sure why that line was commented out, but y has an undefined value at this point so it will read a random offset into the line.
This commit is contained in:
parent
3e568ad47a
commit
937c527344
@ -1933,7 +1933,7 @@ expandint php
|
|||||||
sta printptr+2
|
sta printptr+2
|
||||||
|
|
||||||
sep $30
|
sep $30
|
||||||
* ldy #$00
|
ldy #$00
|
||||||
|
|
||||||
lda [fileptr]
|
lda [fileptr]
|
||||||
tax
|
tax
|
||||||
|
Loading…
x
Reference in New Issue
Block a user