Saved Bookmarks
| 1. |
What is a Stack pointer? |
|
Answer» Stack is the area of the memory (RAM) that is used in some instructions to store and retrieve data quickly. Stack pointer is used to hold an internal RAM address. When a program jumps to some branch the address of the next instruction is stored in Stack. |
|