What Is IDIV Instruction?

What Is IDIV Instruction? The IDIV (signed divide) instruction performs signed integer division, using the same operands as the DIV instruction. For both DIV and IDIV, all of the arithmetic status flags are undefined after the operation. When doing 8-bit division, you must sign-extend the dividend into AH before using IDIV. What does IDIV mean?