mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
fix wrong branch in in-place byte equality expression
This commit is contained in:
parent
266f6ab919
commit
fc3ec57437
@ -593,7 +593,7 @@ internal class AugmentableAssignmentAsmGen(private val program: PtProgram,
|
||||
cmp $name
|
||||
beq +
|
||||
lda #0
|
||||
bne ++
|
||||
beq ++
|
||||
+ lda #1
|
||||
+ sta $name""")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user