IDIV


Meaning of IDIV in English

Signed Integer Division

Signed binary division of accumulator by source.

If source is a byte value, AX is divided by "src" and the quotient is stored in AL and the remainder in AH.

If source is a word value, DX:AX is divided by "src", and the quotient is stored in AL and the remainder in DX.

Code analysis English vocabulary.      Английский словарь анализа кода.