1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-23 08:32:39 +00:00

Added long fragment.

This commit is contained in:
jespergravgaard 2019-10-09 09:26:57 +02:00
parent 6961f121e7
commit 883f90abf7

View File

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