NOT Instruction



Returns the ones complement of an operand specified with an effective address. The ones complement is the same as changing all bits in the operand.

ADDRESS METHODS: Dn, (An), (An)+, -(An), x(An), x(An,xr.s), x.w, x.l

DATA LENGTH: Byte, word, longword


FLAGS: X - U
N - S
Z - S
C - 0
V - 0

SYNTAX: NOT <ea>

EXAMPLE CODE:

   NOT    D0    if D0 contained 01010101, then after the not, it would contain 10101010