1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-15 16:30:02 +00:00

Added long fragment.

This commit is contained in:
jespergravgaard 2019-10-09 09:30:11 +02:00
parent 75dbe31cef
commit ae7a0b6fe5

View File

@ -0,0 +1,13 @@
clc
lda {c1}
adc #2
sta {z1}
lda {c1}+1
adc #0
sta {z1}+1
lda {c1}+2
adc #0
sta {z1}+2
lda {c1}+3
adc #0
sta {z1}+3