This commit is contained in:
Emmanuel Marty 2019-07-11 01:52:13 +02:00 committed by GitHub
parent 712c3c2f9f
commit d3d62c3bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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