NOT

NOT

Operation:
~Destination -->; Destination

Assembler Syntax:
NOT <ea>

Attributes: Size = (Byte, Word, Long)

Description: Calculates the ones complement of the destination
operand and stores the result in the destination location. The
size of the operation may be specified as byte, word, or long.

Condition Codes:

X Not affected.
N Set if the result is negative. Cleared otherwise.
Z Set if the result is zero. Cleared otherwise.
V Always cleared.
C Always cleared.