Does pop instruction changes data segment regsiter content
Answers
Answered by
3
Answer:
In 8086, the main stack register is called stack pointer - SP. 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 pop a value from the stack, the POP instruction is used.
Answered by
0
Answer:
In 8086, the main stack register is called stack pointer - SP. 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 pop a value from the stack, the POP instruction is used.
Similar questions