What was you learning from this experiment?

What was you learning from this experiment?

by MDZAHID HASAN JOY -
Number of replies: 0

I learned from this experiment using Mul and Div. The function of Multiplication is Mul. I learned about Multiplication and Division. The result of Mul is 16 bits. 

Multiplication:
If two bytes are multiplied, the product is a word (16 bits).

Division: 

The quotient and the remainder have the same size as the divisor.
Divisor is kept in 8 bit register or memory, dividend is kept in AX, quotient in AL and the
remainder in AH
DIV does not affect flags.