Skip to main content

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.

InstructionEncodingSemanticsCycles
not00 100 000accacc XOR 0xff\mathit{acc} \gets \mathit{acc}~\mathrm{XOR}~\mathrm{0xff}3