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 Indirect Long Addressing

From SnesLab
Revision as of 14:26, 8 August 2024 by Xetheria (talk | contribs) (→‎References: hid archive URL for E&L)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Direct Page Indirect Long Addressing is supported by eight instructions:

  • ADC (opcode 67)
  • AND (opcode 27)
  • CMP (opcode C7)
  • EOR (opcode 47)
  • LDA (opcode A7)
  • ORA (opcode 07)
  • SBC (opcode E7)
  • STA (opcode 87)

The indirect address is located in the direct page.

Syntax

LDA [dp]

See Also

References