We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Index Register Select: Difference between revisions

From SnesLab
Jump to: navigation, search
(how big)
(see also Memory/Accumulator Select)
Line 5: Line 5:


It is not possible to control the width of the two index registers individually.
It is not possible to control the width of the two index registers individually.
=== See Also ===
* [[Memory/Accumulator Select]]


[[Category:ASM]]
[[Category:ASM]]

Revision as of 08:48, 29 November 2023

Index Register Select is a flag in the processor status register. It indicates how wide the index registers are.

When clear, the index registers are both 16 bits wide. When set, the index registers are both 8 bits wide.

It is not possible to control the width of the two index registers individually.

See Also