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

Direct Page Indexed, Y Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(always in bank 0)
(added syntax)
Line 5: Line 5:


The effective addresses generated by it are always in [[bank]] 0.<sup>[3]</sup>
The effective addresses generated by it are always in [[bank]] 0.<sup>[3]</sup>
==== Syntax ====
<pre>
LDX dp, Y
STX dp, Y
</pre>


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

Revision as of 19:14, 12 July 2024

Direct Page Indexed Y, Addressing is supported by two instructions:

  • LDX (opcode B6)
  • STX (opcode 96)

The effective addresses generated by it are always in bank 0.[3]

Syntax

LDX dp, Y
STX dp, Y

See Also

References

  1. Eyes & Lichty page 391, https://archive.org/details/0893037893ProgrammingThe65816/page/391
  2. section 3.5.12 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf
  3. lbid, section 3.3