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

Stack Addressing

From SnesLab
Revision as of 02:27, 27 June 2024 by Xetheria (talk | contribs) (opcode D4)
Jump to: navigation, search

There are several types of Stack Addressing:

Absolute:

  • PEA (opcode F4)

Direct Page Indirect:

  • PEI (opcode D4)

Interrupt:

Program Counter Relative Long:

Pull:

Push:

RTI:

  • RTI (opcode 40)

RTL:

  • RTL (opcode 6B)

RTS:

  • RTS (opcode 60)

Relative:

Relative Indirect Indexed, Y

Reference