Index register

From Fox Labs Wiki
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.