1.What was your learning from this experiment module?
Answer : I have learned from this module, at first i have learned about stack. I have learned to save any data temporarily using stack. I have learned about the POP instruction which is used to restore the data from a stock.
2. Why we use stack segment?
Answer :In assembly language programming we have only four registers AX,BX,CX and DX. By using the stack we can easily store any data in the stack.