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: Difference between revisions

From SnesLab
Jump to: navigation, search
(opcode 68)
(opcode 2B)
Line 22: Line 22:
* [[PLA]] (opcode 68)
* [[PLA]] (opcode 68)
* [[PLB]] (opcode AB)
* [[PLB]] (opcode AB)
* [[PLD]]
* [[PLD]] (opcode 2B)
* [[PLP]]
* [[PLP]]
* [[PLX]]
* [[PLX]]

Revision as of 02:34, 27 June 2024

There are several types of Stack Addressing:

Absolute:

  • PEA (opcode F4)

Direct Page Indirect:

  • PEI (opcode D4)

Interrupt:

  • BRK (opcode 00)
  • COP (opcode 02)

Program Counter Relative Long:

  • PER (opcode 62)

Pull:

Push:

RTI:

  • RTI (opcode 40)

RTL:

  • RTL (opcode 6B)

RTS:

  • RTS (opcode 60)

Relative:

Relative Indirect Indexed, Y

Reference