This commit is contained in:
Peter Ferrie 2019-07-10 18:03:42 -07:00
parent fb53706361
commit 3bfe60de44

View File

@ -59,7 +59,7 @@ LARGE_VARLEN_LITERALS ; handle 16 bits literals count
; literals count = directly these 16 bits ; literals count = directly these 16 bits
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 BCS) BYTE $A9 ; mask TAX (faster than BCS)
PREPARE_COPY_LITERALS PREPARE_COPY_LITERALS
TAX TAX
PREPARE_COPY_LITERALS_HIGH PREPARE_COPY_LITERALS_HIGH