mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-24 14:31:15 +00:00
Added missing fragment for smit1759/OS-smit1759
This commit is contained in:
parent
c70ac2f440
commit
50b4d2f24c
@ -0,0 +1,8 @@
|
|||||||
|
lda ({z1}),y
|
||||||
|
cmp {z2}
|
||||||
|
bne !+
|
||||||
|
iny
|
||||||
|
lda ({z1}),y
|
||||||
|
cmp {z2}+1
|
||||||
|
beq {la1}
|
||||||
|
!:
|
Loading…
Reference in New Issue
Block a user