X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fcommon%2Flz4.s;h=4702137bc31f580e060a276cc488925168fc5148;hb=4235e569d20cf64e52a26267149f4cf4ca1d4c89;hp=a750f4bf8cbc1412915e8c3c351e3cbd0c38526a;hpb=135041ac3cc809a1cc38e4567a559bdcf0f0c1dc;p=cc65 diff --git a/libsrc/common/lz4.s b/libsrc/common/lz4.s index a750f4bf8..4702137bc 100644 --- a/libsrc/common/lz4.s +++ b/libsrc/common/lz4.s @@ -137,7 +137,7 @@ L001A: lda offset ldx in+1 sta ptr1 stx ptr1+1 - ldy #$00 +; ldy #$00 - not needed as pushax zeroes Y jsr memcpy_upwards ; ; written += offset; @@ -195,11 +195,11 @@ L0047: ldy #$00 L002F: lda out clc adc written - pha + tay lda out+1 adc written+1 tax - pla + tya sec sbc offset sta ptr1