mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-03 13:30:20 +00:00
copy backwards
This commit is contained in:
parent
041a3b92b9
commit
01f1885ea4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user