mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-20 02:32:36 +00:00
Fixed error in boolean fragments.
This commit is contained in:
parent
3e39383963
commit
0aebd2a9a1
@ -1,5 +1,5 @@
|
||||
lda #1
|
||||
cmp #{c1}
|
||||
eor #{c1}
|
||||
beq !+
|
||||
lda #0
|
||||
lda #1
|
||||
!:
|
||||
eor #1
|
||||
|
Loading…
Reference in New Issue
Block a user