Shave 1 clock off dictionary copy

This commit is contained in:
JASON-6700K\jandersen 2020-07-23 12:28:30 -04:00
parent b02f9a3be0
commit c216eddadc
1 changed files with 2 additions and 3 deletions

View File

@ -145,14 +145,14 @@ dictionary_copy
lsr lsr
bcs cursor_skip bcs cursor_skip
sta <temp sta <copylen+1
stx <dictionary_offset+1 stx <dictionary_offset+1
dictionary_offset dictionary_offset
ldal $000000 ldal $000000
tax tax
lda <temp copylen lda #$0000
; dictionary copy ; dictionary copy
mvn $01,$01 mvn $01,$01
@ -170,5 +170,4 @@ skip_amount
bra read_opcode bra read_opcode
banks_index dw 0 banks_index dw 0
temp dw 0