Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>not bitwise not masm operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
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

See Also: AND OR XOR

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson