1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-02 09:29:35 +00:00

Fixed error in boolean fragments.

This commit is contained in:
jespergravgaard 2019-03-07 07:29:47 +01:00
parent 3e39383963
commit 0aebd2a9a1

View File

@ -1,5 +1,5 @@
lda #1
cmp #{c1}
eor #{c1}
beq !+
lda #0
lda #1
!:
eor #1