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

Absolute Long Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(see also Absolute Indirect Long Addressing)
(opcode 5C)
Line 9: Line 9:
* [[EOR]] (opcode 4F)
* [[EOR]] (opcode 4F)
* [[CMP]] (opcode CF)
* [[CMP]] (opcode CF)
* [[JMP]] / JML
* [[JMP]] / JML (opcode 5C)
* [[JSR]] / JSL
* [[JSR]] / JSL



Revision as of 15:10, 27 June 2024

Absolute Long Addressing is supported by ten instructions:

  • ADC (opcode 6F)
  • SBC (opcode EF)
  • AND (opcode 2F)
  • ORA (opcode 0F)
  • LDA (opcode AF)
  • STA (opcode 8F)
  • EOR (opcode 4F)
  • CMP (opcode CF)
  • JMP / JML (opcode 5C)
  • JSR / JSL

See Also

Reference