Arithmetic instructions in 8086 microprocessor
Arithmetic instructions in 8086 microprocessor
microprocessor
Last Updated : 22 May, 2018
OPCOD
E OPERAND EXPLANATION EXAMPLE
ADD AX,
ADD D, S D=D+S
[2050]
SBB [2050],
SBB D, S D = D – S – prev. carry
0050
16-bit
MUL DX AX = AX * 16-bit reg. MUL CX
register
AX = AX / 8-bit reg. ; AL =
DIV 8-bit register DIV BL
quotient ; AH = remainder
OPCOD
E OPERAND EXPLANATION EXAMPLE
8 or 16 bit
IDIV performs signed division IDIV BL
register