CAI_Support
Senior Member
Should that only to bitwise operator or to all AND/OR/XOR?
Also, after change, if user just want to store a bit to a variable, they must add
NOP
if the bit was zero. Otherwise, it will be skipped.
In case the bit is changing and programmer does not know the bit value before hand, then it will need always add
NOP
to prevent skip next logic.
Also, after change, if user just want to store a bit to a variable, they must add
NOP
if the bit was zero. Otherwise, it will be skipped.
In case the bit is changing and programmer does not know the bit value before hand, then it will need always add
NOP
to prevent skip next logic.