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:
parent
6a9ca1537c
commit
724ea3e235
@ -0,0 +1,8 @@
|
||||
lda #>{c1}+
|
||||
cmp #>{c2}+
|
||||
bcc {la1}
|
||||
bne !+
|
||||
lda #<{c1}
|
||||
cmp #<{c2}
|
||||
bcc {la1}
|
||||
!:
|
Loading…
Reference in New Issue
Block a user