1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 02:24:34 +00:00

Added another fragment

This commit is contained in:
jespergravgaard 2019-08-17 14:07:25 +02:00
parent 13f2f14b9d
commit fe745ec4ca

View File

@ -0,0 +1,9 @@
lda {z1}+1
cmp {c1}+1,y
bcc {la1}
bne !+
dey
lda {z1}
cmp {c1},y
bcc {la1}
!: