mirror of
https://github.com/marketideas/qasm.git
synced 2025-01-13 05:29:56 +00:00
two more label length straglers
This commit is contained in:
parent
e743e2a6c4
commit
f5f3846a6d
@ -1828,7 +1828,7 @@ macfind
|
||||
sta lableptr+2
|
||||
stz ]offset
|
||||
lda [lableptr]
|
||||
and #$0f
|
||||
and #label_mask
|
||||
sta ]len2
|
||||
sep $20
|
||||
ldx #$02 ;start at byte 2
|
||||
|
@ -694,7 +694,7 @@ writerel php ;must enter
|
||||
ldy #$00
|
||||
stz :offset
|
||||
lda [lableptr]
|
||||
and #$0F
|
||||
and #label_mask
|
||||
bne :stalen
|
||||
inc :main
|
||||
jmp :loop
|
||||
|
Loading…
x
Reference in New Issue
Block a user