mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 04:25:12 +00:00
8 lines
65 B
NASM
8 lines
65 B
NASM
lda {c1},y
|
|
clc
|
|
adc #{c2}
|
|
sta {m1}
|
|
lda {c1}+1,y
|
|
adc #0
|
|
sta {m1}+1
|