1.What was your learning from this experiment module?
ANS:
At first I have learned memory addressing mode stack memory, store data by LIFO, stack pint can i store 16 bit , Offset address, PUSH instruction method. And finally I was able to understand in detail POP instruction method which restores data in stack segment.
2.why we use stack segment?
ANS:
Stack segment registers mainly stores multiple data one segment. only four registers in the assembly language AX,BX,CX,DX. SP points to current stack top. By using the stack we can easily store any data in the stack temporarily using PUSH instruction and restore the data using POP instruction.
Thank you sir