copy backwards

This commit is contained in:
Peter Ferrie 2019-09-24 14:24:19 -07:00
parent 041a3b92b9
commit 01f1885ea4

View File

@ -170,16 +170,12 @@ pref_set
lda ($00),y
beq +
tax
inx
stx MAX
iny
tay
- lda ($00),y
sta ($FE),y
iny
cpy MAX
bne -
dey
tya
sta ($FE),y
bne -
txa
clc
adc $FE
sta $FE