Merge pull request #3 from dwsJason/develop

Shave 1 clock off dictionary copy
This commit is contained in:
Jason Andersen 2023-01-22 10:47:09 -05:00 committed by GitHub
commit 63259a77ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

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