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

Added missing fragment. Thanks @fenrock

This commit is contained in:
jespergravgaard 2020-10-10 15:47:05 +02:00
parent 0a2e4189fe
commit 74ba01ebac

View File

@ -0,0 +1,7 @@
clc
lda {c1}
adc {m2}
sta {m1}
lda {c1}+1
adc {m2}+1
sta {m1}+1