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

TYS and TSY: Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
(combining both)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''TYS''' is the mnemonic for a non-existant 65x instruction that transfers the value of the [[Y index register]] to the stack pointer.
'''TYS''' is the mnemonic for a non-existant 65x instruction that transfers the value of the [[Y index register]] to the [[stack pointer]].


== See Also ===
'''TSY''' is the mnemonic for a non-existant 65x instruction that transfers the value of the [[stack pointer]] to the [[Y Index Register]].
 
=== See Also ===
* [[TSX]]
* [[TXS]]
* [[TXS]]


[[Category:ASM]]
[[Category:ASM]]
[[Category:Non-Existant Instructions]]

Latest revision as of 17:58, 24 July 2024

TYS is the mnemonic for a non-existant 65x instruction that transfers the value of the Y index register to the stack pointer.

TSY is the mnemonic for a non-existant 65x instruction that transfers the value of the stack pointer to the Y Index Register.

See Also