Reflection of Experiment-2

Reflection of Experiment-2

by Sidratul Montaha Silmee -
Number of replies: 0

From this module we have mainly learned about Multiplication ,Division and their effect in flags in Assembly language .We have learned,

1. We have learned how to do multiplication in two number using Assembly language. In this process we have learned how to multiply two numbers using MUL where multiplier stored in source byte, multiplicand stored in AL and the final result stored in Ax register.

2. We have learned how to do division in two numbers and their effects in flags using Assembly language. In this method we have learned how to Divide two numbers using DIV where the Divisor is stored in 8 bit register and dividend stored in AX, quotient stored in AL and the remainder stored in AH.

3. We also learned how to do multiplication, division, addition between two numbers and stores the output in AL and CX register. And we also learned which register stores the multiplication, division, and addition output.