1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-02 00:41:42 +00:00
kickc/src/main/fragment/mos6502-common/pvoz1_derefidx_vbuyy=_deref_pvoz2_memcpy_vbuc2 temp.asm

9 lines
59 B
NASM
Raw Normal View History

ldx #0
!:
lda {c1},x
sta ({z1}),y
iny
inx
cpx #{c2}
bne !-