Saved Bookmarks
| 1. |
What Is The Use Of Base Register Table Hi Aix Assembler? |
|
Answer» A BASE register table is used to remember which of the GENERAL purpose registers are CURRENTLY AVAILABLE as base registers and also the base addresses they contain. USING STATEMENT causes entry to the table and .DROP statement removes the corresponding table entry. A base register table is used to remember which of the general purpose registers are currently available as base registers and also the base addresses they contain. USING statement causes entry to the table and .DROP statement removes the corresponding table entry. |
|