ans to q no 2
The stack segment register (SS) is usually used to store information about the memory segment that stores the call stack of currently executed program. SP points to current stack top. ... To push a value to the stack, the PUSH instruction is used. To pop a value from the stack, the POP instruction is used.
Ans to q no 1
i learning from this module stack operation. and i learn that how data stored. and i also learn that how to removed from stack memory.