1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-26 12:49:21 +00:00

Added missing fragment for lin0287

This commit is contained in:
jespergravgaard 2019-10-12 08:23:05 +02:00
parent 8a560d8edd
commit 6018f85dae

View File

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