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

Direct Page Indirect Long Indexed, Y Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(opcode 17)
(opcode F7)
Line 7: Line 7:
* [[LDA]] (opcode B7)
* [[LDA]] (opcode B7)
* [[ORA]] (opcode 17)
* [[ORA]] (opcode 17)
* [[SBC]]
* [[SBC]] (opcode F7)
* [[STA]] (opcode 97)
* [[STA]] (opcode 97)



Revision as of 14:17, 27 June 2024

Direct Page Indirect Long Indexed, Y Addressing is supported by eight instructions:

  • ADC (opcode 77)
  • AND (opcode 37)
  • CMP (opcode D7)
  • EOR (opcode 57)
  • LDA (opcode B7)
  • ORA (opcode 17)
  • SBC (opcode F7)
  • STA (opcode 97)

See Also

Reference