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

Added missing fragment for smit1759/OS-smit1759

This commit is contained in:
jespergravgaard 2019-08-22 10:25:44 +02:00
parent c70ac2f440
commit 50b4d2f24c

View File

@ -0,0 +1,8 @@
lda ({z1}),y
cmp {z2}
bne !+
iny
lda ({z1}),y
cmp {z2}+1
beq {la1}
!: