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>pxor bitwise xor</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PXOR            Bitwise XOR

PXOR destination, source                             CPU: MMX

        Logic   mm <- mm XOR mm/m64

    The PXOR instruction performs a bitwise logical XOR on the 64 bits
    of the destination with the source operands and writes the result to
    destination register. 

    Each bit of the result is 1 if the corresponding bits of the two
    operands are different. Each bit is 0 if the corresponding bits of
    the operands are the same. 

    The source operand can either be an MMX register or a 64 bit memory
    operand.



    Opcode      Format
    0F EF /r    PXOR mm, mm/m64

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