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>movq move quadword to/from mmx register</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MOVQ            Move Quadword to/from MMX Register

MOVQ destination, source                             CPU: MMX

        Logic   destination <- source

    MOVQ copies 64 bits from the source operand to the destination
    operand. The destination and source operands can be either MMX
    registers or 64-bit memory operands. MOVQ cannot transfer data from
    memory to memory.

    When the destination is an MMX register and the source is a 64-bit
    memory operand, the 64.bits of data at the memory location are
    copied into the MMX register. 

    When the destination is a 64-bit memory operand and the source is an
    MMX register, the 64.bits of data are copied from the MMX register
    into the memory location. 

    When the destination and source are both MMX registers, the contents
    of the MMX register (source) are copied into an MMX register
    (destination).


    Opcode      Format
    0F 6F /r    MOVQ mm, mm/m64
    0F 7F /r    MOVQ mm/m64, mm

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