Compare commits

..

No commits in common. "63259a77ada33e048636c05387f7191b63f657ab" and "aef13cb30d49194af48df25c99ae97abed43066e" have entirely different histories.

View File

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