Feedback

Feedback

by Shahidul Islam Hridoy -
Number of replies: 0

1.What was your learning from this experiment module?

Ans : This experiment module We learn about

1.Stack operations

2.How save data in any memory

3.The pop instruction

4.Using AX,BX,CX,DX register and how the program run.


2.why we use stack segment?

Ans: For store information we used Stack Segment resister.We use stack segment to store multiple data in one register.Its Store the call stack of the current executed program.The main thing is using the stack segment to reuse the registers repeatedly.