mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-16 16:31:04 +00:00
6502: correctly optimize code before BIT instructions
This commit is contained in:
parent
dfe33c9b7a
commit
5dd3e91c2d
@ -105,7 +105,7 @@ object ReverseFlowAnalyzerPerOpcode {
|
||||
}),
|
||||
BIT -> (currentImportance => {
|
||||
currentImportance.copy(
|
||||
a = currentImportance.z,
|
||||
a = currentImportance.a ~ currentImportance.z,
|
||||
n = Unimportant,
|
||||
z = Unimportant,
|
||||
v = Unimportant,
|
||||
|
Loading…
x
Reference in New Issue
Block a user