InterviewSolution
Saved Bookmarks
| 1. |
Why Do We Have Multiple Base Registers In Certain Programs? |
|
Answer» it all DEPENDS upon the length of your PROGRAM , if it is more than 4095 then we need 2 REGISTER else only one can do needful. basically we can even use savearea register as a base register, so as to ACCOMODATE the length of the program it all depends upon the length of your program , if it is more than 4095 then we need 2 register else only one can do needful. basically we can even use savearea register as a base register, so as to accomodate the length of the program |
|