mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-07 22:25:13 +00:00
7 lines
54 B
NASM
7 lines
54 B
NASM
lda {z2}
|
|
adc #1
|
|
sta {z1}
|
|
lda {z2}+1
|
|
adc #0
|
|
sta {z1}+1
|