What was you learning from this experiment?
ANSWER:
At first I have learned how to do multiplication and division using assembly language. The mul instruction is used to perform a multiplication. Always multiplies EAX by a value. The result of the multiplication is stored in a 64-bits value across. EDX most significant 32 bits of the operation, and EAX least significant 32 bits of the operation. And finally I was able to understand in detail ,The MUL instruction multiplies an 8-, 16-, or 32-bit operand by either AL, AX, or EAX
Thank you sir