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
((opcode 23/33)) |
((opcode C3/D3)) |
||
Line 53: | Line 53: | ||
* [[ADC]] (opcode 63) | * [[ADC]] (opcode 63) | ||
* [[AND]] (opcode 23) | * [[AND]] (opcode 23) | ||
* [[CMP]] | * [[CMP]] (opcode C3) | ||
* [[EOR]] | * [[EOR]] | ||
* [[LDA]] | * [[LDA]] | ||
Line 64: | Line 64: | ||
* [[ADC]] (opcode 73) | * [[ADC]] (opcode 73) | ||
* [[AND]] (opcode 33) | * [[AND]] (opcode 33) | ||
* [[CMP]] | * [[CMP]] (opcode D3) | ||
* [[EOR]] | * [[EOR]] | ||
* [[LDA]] | * [[LDA]] |
Revision as of 02:43, 27 June 2024
There are several types of Stack Addressing:
Absolute:
- PEA (opcode F4)
Direct Page Indirect:
- PEI (opcode D4)
Interrupt:
Program Counter Relative Long:
- PER (opcode 62)
Pull:
Push:
- PHA (opcode 48)
- PHB (opcode 8B)
- PHD (opcode 0B)
- PHK (opcode 4B)
- PHP (opcode 08)
- PHX (opcode DA)
- PHY (opcode 5A)
RTI:
- RTI (opcode 40)
RTL:
- RTL (opcode 6B)
RTS:
- RTS (opcode 60)
Relative:
Relative Indirect Indexed, Y