1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-08-09 04:25:12 +00:00

Added missing fragment. Closes #555

This commit is contained in:
jespergravgaard
2020-10-30 18:12:52 +01:00
parent 4caaa9b752
commit 77754f8d39

View File

@@ -0,0 +1,13 @@
lda {m1}+3
cmp #>{c1}>>$10
bne !+
lda {m1}+2
cmp #<{c1}>>$10
bne !+
lda {m1}+1
cmp #>{c1}
bne !+
lda {m1}
cmp #<{c1}
beq {la1}
!: