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

14 lines
116 B
NASM

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