adspace
What is the position of the stack pointer after the pop instruction?
Answer Posted / Devendra Shah
After a POP instruction, the stack pointer (SP) is decremented by the size of the popped data. For example, if a word is popped from the stack (2 bytes), the SP moves to point to the address 2 bytes below its previous position.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers