fix asm bug in conv.any2uword

This commit is contained in:
Irmen de Jong 2021-02-14 17:13:56 +01:00
parent 2b870fb9f7
commit 62dda4d891
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ asmsub any2uword(str string @AY) clobbers(Y) -> ubyte @A {
sta P8ZP_SCRATCH_W1 sta P8ZP_SCRATCH_W1
sty P8ZP_SCRATCH_W1+1 sty P8ZP_SCRATCH_W1+1
ldy #0 ldy #0
lda (P8ZP_SCRATCH_W1) lda (P8ZP_SCRATCH_W1),y
ldy P8ZP_SCRATCH_W1+1 ldy P8ZP_SCRATCH_W1+1
cmp #'$' cmp #'$'
beq _hex beq _hex

View File

@ -1 +1 @@
6.1 6.2-SNAPSHOT