mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2025-08-08 18:25:00 +00:00
Use BYTE
This commit is contained in:
@@ -162,7 +162,7 @@ OFFSHI = *+1
|
|||||||
; Handle 16 bits match length
|
; Handle 16 bits match length
|
||||||
JSR GETLARGESRC ; grab low 8 bits in X, high 8 bits in A
|
JSR GETLARGESRC ; grab low 8 bits in X, high 8 bits in A
|
||||||
TAY ; put high 8 bits in Y
|
TAY ; put high 8 bits in Y
|
||||||
.DB $A9 ; mask TAX, faster than TXA/TAX
|
BYTE $A9 ; mask TAX, faster than TXA/TAX
|
||||||
|
|
||||||
PREPARE_COPY_MATCH
|
PREPARE_COPY_MATCH
|
||||||
TAX
|
TAX
|
||||||
|
Reference in New Issue
Block a user