mirror of
https://github.com/irmen/prog8.git
synced 2024-11-23 07:32:10 +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
|
cmp $name
|
||||||
beq +
|
beq +
|
||||||
lda #0
|
lda #0
|
||||||
bne ++
|
beq ++
|
||||||
+ lda #1
|
+ lda #1
|
||||||
+ sta $name""")
|
+ sta $name""")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user