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/pwuc1_derefidx_vbum1=pwuc1_derefidx_vbum1_plus_vwum2.asm

9 lines
81 B
NASM
Raw Normal View History

ldy {m1}
lda {c1},y
clc
adc {m2}
sta {c1},y
lda {c1}+1,y
adc {m2}+1
sta {c1}+1,y