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
(bit 5)
(added instructions that can affect it)
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.
It can be affected by:
* [[REP]]
* [[SEP]]
* [[PLP]]
* [[RTI]]


=== See Also ===
=== See Also ===

Revision as of 23:33, 6 July 2024

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

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

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

It can be affected by:

See Also