NOT Bitwise NOT MASM OperatorNOT 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:ANDORXOR
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson