<<< Multiplication Instructions | Index | MUL Instruction >>> |
The Intel instruction set lets you multiply and divide 8-, 16-, and 32-bit integers using
MUL unsigned multiply
DIV unsigned divide
and
IMUL signed multiply
IDIV signed divide
instructions.
<<< Multiplication Instructions | Index | MUL Instruction >>> |