IMUL

Multiplies a register with another register or immediate value. This operation is signed.

Instruction

Operand 1

Operand 2

Description

IMUL

Reg

Reg/Imm

OP1 = OP1 × OP2 (Signed)

block->imul(REG_SP, 2);

Last updated