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
(Inherited from 6502 category)
(added some opcodes)
Line 39: Line 39:
RTI:
RTI:


* [[RTI]]
* [[RTI]] (opcode 40)


RTL:
RTL:


* [[RTL]]
* [[RTL]] (opcode 6B)


RTS:
RTS:


* [[RTS]]
* [[RTS]] (opcode 60)


Relative:
Relative:

Revision as of 22:28, 26 June 2024

There are several types of Stack Addressing:

Absolute:

Direct Page Indirect:

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