Index register

From Fox Labs Wiki
Revision as of 16:14, 22 February 2025 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}}{{Processor technologies}} Category:Central processing unit Category:Data registers")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.