1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00
kickc/src/main/fragment/mos6502-common/vduz1=_dword_pwuc1_derefidx_vbuyy.asm
2023-04-24 05:27:26 +00:00

9 lines
75 B
NASM

lda {c1},y
sta {z1}
iny
lda {c1},y
sta {z1}+1
lda #0
sta {z1}+2
sta {z1}+3