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

X Index Register: Difference between revisions

From SnesLab
Jump to: navigation, search
m (→‎Reference: pluralize refs)
(flow INX/DEX into body)
Line 1: Line 1:
The '''X Index Register''' exists on 65x processors and often holds the current index when iterating over things.
The '''X Index Register''' exists on 65x processors and often holds the current index when iterating over things.  It can be incremented or decremented by one with [[INX]] or [[DEX]], but there is no instruction to add or subtract more than one.


On the [[S-SMP]] it is always 8 bits wide.  It is the divisor for division commands.<sup>[2]</sup>
On the [[S-SMP]] it is always 8 bits wide.  It is the divisor for division commands.<sup>[2]</sup>
Line 8: Line 8:


=== See Also ===
=== See Also ===
* [[INX]]
* [[DEX]]
* [[LDX]]
* [[LDX]]
* [[STX]]
* [[STX]]

Revision as of 02:18, 1 August 2024

The X Index Register exists on 65x processors and often holds the current index when iterating over things. It can be incremented or decremented by one with INX or DEX, but there is no instruction to add or subtract more than one.

On the S-SMP it is always 8 bits wide. It is the divisor for division commands.[2]

On the 65c816, it may be 8 or 16 bits wide. Indexing may cross bank boundaries.[1]

Unlike the Y index register, the value of the stack pointer can be transferred to/from X. See TXS and TSX.

See Also

References

  1. https://wilsonminesco.com/816myths
  2. 8.1.2 of page 3-8-4 of Book I of the official Super Nintendo development manual