Computer Science, asked by jagdishjambe1339, 10 months ago

Does pop instruction changes data segment regsiter content

Answers

Answered by Shinchanboy03
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 ItsSpiderman44
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