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>por bitwise or</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
POR             Bitwise OR

POR destination, source                              CPU: MMX

        Logic   mm <- mm OR mm/m64

    POR performs a bitwise logical OR on 64 bits of the destination and
    source operands, and writes the result to the destination register.

    Each bit of the result is set to 0 if the corresponding bits of the
    two operands are 0. Otherwise, the bit is 1. 

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


    Opcode      Format
    0F EB /r    POR mm, mm/m64

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