1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-02-06 13:31:05 +00:00

Added missing fragment. Closes #278

This commit is contained in:
jespergravgaard 2019-08-21 16:51:18 +02:00
parent 45c3ebf566
commit 124f2b4d85

View File

@ -0,0 +1,10 @@
ldy #1
lda ({z1}),y
cmp #>{c1}
bcc !+
bne {la1}
dey
lda ({z1}),y
cmp #<{c1}
bcs {la1}
!: