InterviewSolution
Saved Bookmarks
| 1. |
The appropriate return addresses are obtained with the help of ____ in case of nested routines.(a) MAR(b) MDR(c) Buffers(d) Stack-pointersThis question was addressed to me during an internship interview.I would like to ask this question from Subroutines and Nesting topic in chapter Machine Instructions and Programs of Computer Architecture |
|
Answer» RIGHT choice is (d) Stack-pointers The EXPLANATION is: The pointers are USED to point to the location on the stack where the ADDRESS is STORED. |
|