4cade/src/fx/fx.dhgr.common.a
2019-06-24 14:00:44 -04:00

18 lines
301 B
Plaintext

CopySelfToAuxmem
lda #$00
sta $FE
tay
lda #$60
sta $FF
tax
sta $c005
- lda ($FE),y
sta ($FE),y
iny
bne -
inc $FF
dex
bne -
sta $c004
rts