Index register

From Fox Labs Wiki
Revision as of 00:47, 17 December 2023 by Inari (talk | contribs) (Created page with "An '''index register''' is a processor register used for pointing to an operand address within memory. It is useful when iterating through strings and arrays, and can also be used for holding loop iteration and other counters. In some architectures, it is used for reading/writing large blocks of memory. {{Stub}} Category:Central processing unit Category:Data registers")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An index register is a processor register used for pointing to an operand address within memory. It is useful when iterating through strings and arrays, and can also be used for holding loop iteration and other counters. In some architectures, it is used for reading/writing large blocks of memory.