1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-22 16:33:48 +00:00

Merged master.

This commit is contained in:
jespergravgaard 2020-06-23 18:56:34 +02:00
commit 597b0e3a77

View File

@ -0,0 +1,13 @@
sec
lda {m2}
sbc {m3}
sta {m1}
lda {m2}+1
sbc {m3}+1
sta {m1}+1
lda {m2}+2
sbc {m3}+2
sta {m1}+2
lda {m2}+3
sbc {m3}+3
sta {m1}+3