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
(opcode 30) |
(opcode D0) |
||
Line 5: | Line 5: | ||
* [[BEQ]] (opcode F0) | * [[BEQ]] (opcode F0) | ||
* [[BMI]] (opcode 30) | * [[BMI]] (opcode 30) | ||
* [[BNE]] | * [[BNE]] (opcode D0) | ||
* [[BPL]] | * [[BPL]] | ||
* [[BRA]] | * [[BRA]] |
Revision as of 14:20, 27 June 2024
Program Counter Relative Addressing is supported by nine instructions:
All of which are two bytes long.