NOT              Bitwise NOT                                    MASM Operator
 
  NOT expression
 
    Performs a bitwise NOT (inverse) on expression, causing 1s to change
    to 0s and 0s to change to 1s.  The following table shows the result of
    applying NOT to one bit:
 
                           Bit     Result
                            0        1
                            1        0

Seealso:



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