InterviewSolution
Saved Bookmarks
| 1. |
What is a stack, and can ROM be used as one? |
|
Answer» The content of the program counter and general-purpose REGISTERS are saved in the STACK, which is a PIECE of RAM. Because ROM cannot be written on, it cannot be used as a stack. |
|