not
The not instruction computes the bitwise complement of the accumulator and stores it in the accumulator.
All flags are updated based on the acc ^ 0xff
operation.
Instruction | Encoding | Semantics | Cycles |
---|---|---|---|
not | 00 100 000 | 3 |
The not instruction computes the bitwise complement of the accumulator and stores it in the accumulator.
All flags are updated based on the acc ^ 0xff
operation.
Instruction | Encoding | Semantics | Cycles |
---|---|---|---|
not | 00 100 000 | 3 |