1.
my learnings from this experiment module to familiar with stack operation. and how data are stored and removed from stack memory.
2. the stack segment register is usually used to store information or data about the memory segment . that is call stack. we use stack segment to push a value to the stack , the push instruction is used . to pop a value from the stack , the pop instruction is used.