Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 249 Bytes

File metadata and controls

16 lines (10 loc) · 249 Bytes
description Moves an immediate value or register into a register.

MOV

Instruction Operand 1 Operand 2 Description
MOV Reg Reg/Imm OP1 = OP2
block->mov(X86_REG_RAX, 1337);