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

7 lines
70 B
NASM

lda {c1},x
ora #<{c2}
sta {c1},x
lda {c1}+1,x
ora #>{c2}
sta {c1}+1,x