diff --git a/asm/6502/decompress_v2.asm b/asm/6502/decompress_v2.asm index 28454e8..9ccde0c 100755 --- a/asm/6502/decompress_v2.asm +++ b/asm/6502/decompress_v2.asm @@ -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