Stuck pointer is stored in
Answers
Answered by
2
Answer:
Stack registers in x86
Explanation:
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.
Similar questions