This commit is contained in:
Peter Ferrie 2019-07-10 10:57:41 -07:00
parent a1841e5e5d
commit 8e26fa9cac

View File

@ -129,8 +129,7 @@ OFFSHI = *+1
PLA ; retrieve token from stack again
AND #$0F ; isolate match len (MMMM)
CLC
ADC #$03
ADC #$02 ; plus carry which is always set by the high ADC
CMP #$12 ; MATCH_RUN_LEN?
BNE PREPARE_COPY_MATCH ; if not, count is directly embedded in token