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_vbuxx=pwuc1_derefidx_vbuxx_minus_vwum1.asm
2023-04-24 05:27:26 +00:00

8 lines
72 B
NASM

lda {c1},x
sec
sbc {m1}
sta {c1},x
lda {c1}+1,x
sbc {m1}+1
sta {c1}+1,x