NOT

NOT

Operation:
~Destination -->; Destination

Compatibility: 68000 Family

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:
\c32200
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.

Instruction Format:
\i1-+---++-2Size,u6Effective Address,3Mode,3Reg,

Instruction Fields:
Size field -- Specifies the size of the operation.
00 -- Byte operation.
01 -- Word operation.
10 -- Long operation.
Effective Address field -- Specifies the destination location. Only
data alterable addressing modes are allowed as shown:
\mBF8

.469471