Saved Bookmarks
| 1. |
How can fence and relocation be used together?(a) To each program address, the contents of fence register are added(b) To contents of fence register is subtracted from actual address of program(c) To each program address, the contents of fence register are not added(d) None of the mentioned |
|
Answer» Right answer is (a) To each program address, the contents of fence register are added Easiest explanation - This both relocates the address and guarantees that no one can access a location lower than a fence address. |
|