Opcode IDIV


CPU: i8086+
Type of Instruction: User

Instruction: DIV src


Note: Signed binary division of accumulator by source. If
source is a byte value, AX is divided by "src" and the quotent
is stored in AL and the remainder in AH. If source is a word
value, DX:AX is divided by "src" and the quotent is stored in AL
and the remainder in DX.

Flags Affected: AF, CF, OF, PF, SF, ZF


+++++++++++++++++++++++
Clocks (i486):
IDIV reg8 19
IDIV reg16 27
IDIV reg32 43
IDIV mem8 20
IDIV mem16 28
IDIV mem32 44


Copyright by InternetNightmare 2005-2006