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

Indirect Addressing

From SnesLab
Revision as of 04:02, 5 January 2025 by Xetheria (talk | contribs) (table name; added opcodes)
Jump to: navigation, search

Indirect Addressing is supported by some one-byte SPC700 instructions when the accumulator is one of the operands, such as:

  • MOV (opcodes E6 and C6)
  • AND (opcode 26)
  • OR (opcode 06)
  • EOR (opcode 46)
  • ADC (opcode 86)
  • SBC (opcode A6)
  • CMP (opcode 66)

Some of the above mnemonics have an opcode where both operands utilize indirect addressing, in which case the whole instruction is considered to use Indirect Page to I.P. Addressing.

Symbol

(X)

See Also

References