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:
parent
88bdd8c5a9
commit
5b6465372b
@ -0,0 +1,10 @@
|
|||||||
|
ldy #0
|
||||||
|
lda #<{c1}
|
||||||
|
cmp ({z1}),y
|
||||||
|
lda #>{c1}
|
||||||
|
iny
|
||||||
|
sbc ({z1}),y
|
||||||
|
bvc !+
|
||||||
|
eor #$80
|
||||||
|
!:
|
||||||
|
bpl {la1}
|
Loading…
Reference in New Issue
Block a user