1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-01 02:29:30 +00:00

Added a missing fragment.

This commit is contained in:
jespergravgaard 2019-08-25 23:27:10 +02:00
parent b97d8300b3
commit 8e02a13dd3

View File

@ -0,0 +1,7 @@
sec
lda {c1}
sbc {z2}
sta {z1}
lda {c1}+1
sbc {z2}+1
sta {z1}+1