1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 17:24:39 +00:00

Added missing fragment found by G.B.

This commit is contained in:
jespergravgaard 2020-05-14 22:25:48 +02:00
parent a9551beec2
commit e046e27e52

View File

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