mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-11-22 21:32:07 +00:00
Use BYTE
This commit is contained in:
parent
712c3c2f9f
commit
d3d62c3bf0
@ -162,7 +162,7 @@ OFFSHI = *+1
|
||||
; Handle 16 bits match length
|
||||
JSR GETLARGESRC ; grab low 8 bits in X, high 8 bits in A
|
||||
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
|
||||
TAX
|
||||
|
Loading…
Reference in New Issue
Block a user