www/notes/mos-6502.md
2022-05-16 14:26:38 -04:00

760 B

title last_updated
MOS 6502 Microprocessor 2022-05-16T14:26:03-04:00
Name 6502
Introduced 1975
Data Width 8-bit
Address Width 16-bit
Endianness Little
Registers 8-bit A, X, Y, Stack. 16-bit PC
Package 40-pin DIP
Instruction Count 56

Addressing Modes

  • Implied
  • Immediate
  • Absolute
  • Indexed Absolute
  • Indexed Zero-Page
  • Relative
  • Accumulator
  • Indirect, X
  • Indirect, Y

Docs

Notable Usage (includes variants)

  • Nintendo Entertainment System
  • Atari 2600
  • Apple II
  • Commodore 64
  • BBC Micro