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

Accumulator Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(see also)
(added opcodes)
Line 1: Line 1:
There are six instructions using '''Accumulator Addressing''' on the [[65c816]].  They are:
There are six instructions using '''Accumulator Addressing''' on the [[65c816]].  They are:


* [[ASL]]
* [[ASL]] (opcode 0A)
* [[DEC]]
* [[DEC]] (opcode 3A)
* [[INC]]
* [[INC]] (opcode 1A)
* [[LSR]]
* [[LSR]] (opcode 4A)
* [[ROL]]
* [[ROL]] (opcode 2A)
* [[ROR]]
* [[ROR]] (opcode 6A)


=== See Also ===
=== See Also ===

Revision as of 21:56, 26 June 2024

There are six instructions using Accumulator Addressing on the 65c816. They are:

  • ASL (opcode 0A)
  • DEC (opcode 3A)
  • INC (opcode 1A)
  • LSR (opcode 4A)
  • ROL (opcode 2A)
  • ROR (opcode 6A)

See Also

Reference