1.

What Is Base Register?

Answer»

A base register is any general purpose register chosen by PROGRAMMER. It is ASSIGNED at the beginning of the program as PART of housekeeping with the USING assembler keyword, and it's purpose is to MAINTAIN addressibility within a page (4k) of code or DATA.

A base register is any general purpose register chosen by programmer. It is assigned at the beginning of the program as part of housekeeping with the USING assembler keyword, and it's purpose is to maintain addressibility within a page (4k) of code or data.



Discussion

No Comment Found