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 10)
(opcode 80)
Line 7: Line 7:
* [[BNE]] (opcode D0)
* [[BNE]] (opcode D0)
* [[BPL]] (opcode 10)
* [[BPL]] (opcode 10)
* [[BRA]]
* [[BRA]] (opcode 80)
* [[BVC]]
* [[BVC]]
* [[BVS]]
* [[BVS]]

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