mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-26 12:49:21 +00:00
Added missing fragment found by G.B.
This commit is contained in:
parent
a9551beec2
commit
e046e27e52
@ -0,0 +1,7 @@
|
||||
lda {m2}
|
||||
clc
|
||||
adc {c1}
|
||||
sta {m1}
|
||||
lda {m2}+1
|
||||
adc {c1}+1
|
||||
sta {m1}+1
|
Loading…
Reference in New Issue
Block a user