two more label length straglers

This commit is contained in:
Kelvin Sherlock 2020-05-25 18:32:17 -04:00
parent e743e2a6c4
commit f5f3846a6d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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