1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-02-16 18:30:37 +00:00

Added missing fragment for @Stephan Kleinert.

This commit is contained in:
Jesper Gravgaard 2020-06-23 12:36:24 +02:00
parent 6c0210b704
commit 1df68736a0

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