1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-02 00:41:42 +00:00
kickc/src/main/fragment/mos6502-common/vdum1=_neg_vdum2.asm
2023-04-24 05:27:26 +00:00

14 lines
116 B
NASM

sec
lda #0
sbc {m2}
sta {m1}
lda #0
sbc {m2}+1
sta {m1}+1
lda #0
sbc {m2}+2
sta {m1}+2
lda #0
sbc {m2}+3
sta {m1}+3