1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-08-07 22:25:13 +00:00
Files
kickc/src/main/fragment/mos6502-common/pbum1=_deref_pptc1.asm
2019-10-02 01:07:42 +02:00

5 lines
40 B
NASM

lda {c1}
sta {m1}
lda {c1}+1
sta {m1}+1