NOT              Logical NOT                         Flags: not altered
 
NOT destination
 
          Logic:    destination  NOT(destination)      ; one's complement
 
    NOT inverts each bit of its operand (that is, forms the one's
    complement). The operand can be a word or byte.
 
                         NOT Instruction Logic
 
                         Destination    Result
                              0           1
                              1           0
 
  --------------------------------------------------------------------------
   Operands                  Clocks   Transfers  Bytes   Example
                           byte(word)
   register                    3          -        2     NOT DX
   memory                 16(24) + EA     2       2-4    NOT MASK
  --------------------------------------------------------------------------

Seealso:



This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster