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
(→‎References: de n'd page number)
(→‎Reference: Clark link)
Line 24: Line 24:
# page 126, lbid: https://archive.org/details/0893037893ProgrammingThe65816/page/n152
# page 126, lbid: https://archive.org/details/0893037893ProgrammingThe65816/page/n152
# section 3.5.8 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf
# section 3.5.8 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf
* Clark, Bruce. http://www.6502.org/tutorials/65c816opcodes.html#5.6


[[Category:ASM]]
[[Category:ASM]]
[[Category:Addressing Modes]]
[[Category:Addressing Modes]]
[[Category:Inherited from 6502]]
[[Category:Inherited from 6502]]

Revision as of 15:04, 22 July 2024

There are six instructions that support 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)

In this admode, the accumulator is the operand.[3]

Syntax

ROR

See Also

Reference

  1. Eyes & Lichty, page 387: https://archive.org/details/0893037893ProgrammingThe65816/page/387
  2. page 126, lbid: https://archive.org/details/0893037893ProgrammingThe65816/page/n152
  3. section 3.5.8 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf