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

Program Counter Relative Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(opcode D0)
(opcode 10)
Line 6: Line 6:
* [[BMI]] (opcode 30)
* [[BMI]] (opcode 30)
* [[BNE]] (opcode D0)
* [[BNE]] (opcode D0)
* [[BPL]]
* [[BPL]] (opcode 10)
* [[BRA]]
* [[BRA]]
* [[BVC]]
* [[BVC]]

Revision as of 14:21, 27 June 2024

Program Counter Relative Addressing is supported by nine instructions:

All of which are two bytes long.

See Also

Reference