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

Added long fragment.

This commit is contained in:
jespergravgaard 2019-10-09 13:41:12 +02:00
parent ae7a0b6fe5
commit 22139da54e

View File

@ -0,0 +1,13 @@
sec
lda {c1}
sbc {z2}
sta {z1}
lda {c1}+1
sbc {z2}+1
sta {z1}+1
lda {c1}+2
sbc {z2}+2
sta {z1}+2
lda {c1}+3
sbc {z2}+3
sta {z1}+3