1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-26 12:49:21 +00:00

Added missing fragment for @CheekyBug

This commit is contained in:
jespergravgaard 2021-12-27 23:47:53 +01:00
parent 88bdd8c5a9
commit 5b6465372b

View File

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