mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-16 21:07:56 +00:00
Fixed fragment.
This commit is contained in:
parent
26a25364c2
commit
03907f9e48
@ -1,5 +1,5 @@
|
||||
lda #>{c1}+
|
||||
cmp #>{c2}+
|
||||
lda #>{c1}+1
|
||||
cmp #>{c2}+1
|
||||
bcc {la1}
|
||||
bne !+
|
||||
lda #<{c1}
|
||||
|
Loading…
Reference in New Issue
Block a user