mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 04:25:12 +00:00
Added missing fragment.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
lda #>{c1}+
|
||||
cmp #>{c2}+
|
||||
bcc {la1}
|
||||
bne !+
|
||||
lda #<{c1}
|
||||
cmp #<{c2}
|
||||
bcc {la1}
|
||||
!:
|
Reference in New Issue
Block a user