mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-07 22:25:13 +00:00
7 lines
49 B
NASM
7 lines
49 B
NASM
lda {z1}
|
|
clc
|
|
adc #2
|
|
sta {z1}
|
|
bcc !+
|
|
inc {z1}+1
|
|
!: |