1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00

Added missing fragment for Clay Cowgill

This commit is contained in:
jespergravgaard 2019-08-22 10:47:40 +02:00
parent 5bc38ae3c0
commit 1d5cb644ad

View File

@ -0,0 +1,10 @@
ldy #0
lda ({z1}),y
cmp #<{c1}
iny
lda ({z1}),y
sbc #>{c1}
bvc !+
eor #$80
!:
bpl {la1}