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

Y Index Register: Difference between revisions

From SnesLab
Jump to: navigation, search
(Registers category)
(→‎See Also: LDY, STY, CPY)
Line 2: Line 2:


=== See Also ===
=== See Also ===
* [[LDY]]
* [[STY]]
* [[CPY]]
* [[X Index Register]]
* [[X Index Register]]



Revision as of 21:04, 22 November 2023

The Y Index Register exists on 65x processors and often holds the current index when iterating over things.

See Also