Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- iAPx86 - <b>not not operation flags: not altered</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
NOT             NOT operation                        Flags: Not altered

NOT destination

        Logic   destination . NOT(destination)  ; One's complement

    NOT inverts each bit in its operand, i.e. forms the one's
    complement.

                       NOT truth table
                        a       NOT a
                        0         1
                        1         0


    Opcode      Format
    F6 /2       NOT  r/m8,r8
    F7 /2       NOT  r/m16,r16
    F7 /2       NOT  r/m32,r32


    Length and timing
    Operands    Bytes   8088    186     286     386     486     Pentium
    reg          2       3       3       2       2       1       1   NP
    mem       2+d(0-2)  24+EA   13       7       6       3       3   NP

See Also: AND NEG OR TEST XOR

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