1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-22 16:33:48 +00:00

Added missing fragment.

This commit is contained in:
jespergravgaard 2020-10-12 20:03:17 +02:00
parent 6a9ca1537c
commit 724ea3e235

View File

@ -0,0 +1,8 @@
lda #>{c1}+
cmp #>{c2}+
bcc {la1}
bne !+
lda #<{c1}
cmp #<{c2}
bcc {la1}
!: