# Chuck Peddle

> 1937–2019 · Engineer, Creator of 6502
>
> **Recorded contribution:** MOS Technology 6502 — democratized computing

## How to use this dossier

Read for a causal chain, not a hero story: inherited problem → contribution → mechanism → downstream capability → limit. Then close the page and complete the reconstruction exercise from memory.

## 1. Historical orientation

Chuck Peddle (1937–2019) was an electrical engineer who led the MOS Technology team that created the 6502 microprocessor. After working on Motorola's 6800, Peddle pursued a much cheaper processor aimed at products that could not afford prevailing CPUs. The team simplified the design, used MOS's fabrication strengths, and launched the 6502 in 1975 at a dramatically lower price. It powered the Apple I and II, Commodore PET and 64, Atari machines, and Nintendo systems. 'Creator of the 6502' should mean product and team leadership: Bill Mensch and other MOS engineers designed essential portions, and complete computers required board, software, and manufacturing ecosystems.

## 2. The problem inherited

Early microprocessors were too expensive for mass-market calculators, terminals, appliances, and personal computers, while complex designs increased die area and yield risk.

## 3. The central contribution

Peddle led a cost-first processor project whose small architecture, aggressive pricing, and developer outreach made useful general-purpose computing affordable to product builders.

## 4. Reconstruct the mechanism

1. Select a compact eight-bit instruction set and register organization that supports common control and arithmetic tasks with limited transistor count.
2. Design a small die around a cost-effective MOS process, reducing defects per chip and improving wafer yield.
3. Provide memory-mapped input/output and simple support chips so designers can build a complete system around the CPU.
4. Price and demonstrate the device for engineers and hobbyists, creating demand that high volume further converts into low cost.

## 5. What changed downstream

- The 6502 made several formative personal-computer and game-console platforms economically possible.
- Its low cost pressured competing processor prices and widened independent hardware experimentation.
- A long-lived software and tooling ecosystem formed around the architecture and its descendants.

## 6. Attribution, limits, and uncertainty

- The 6502 was a MOS Technology team achievement including Bill Mensch and several former Motorola engineers.
- Low price depended on manufacturing, business strategy, and market conditions, not instruction-set elegance alone.
- Its small address space and idiosyncratic registers imposed constraints that software had to work around.

## 7. Reconstruction lab

Implement a six-instruction 6502-like emulator with accumulator, index, program counter, and memory-mapped output. Write a loop that copies bytes, count transistors only qualitatively, and compare the system bill of materials under two CPU prices.

## 8. Evidence trail

- [Chuck Peddle](https://en.wikipedia.org/wiki/Chuck_Peddle) — Wikimedia Foundation
- [MOS 6502 Microprocessor](https://www.computerhistory.org/revolution/digital-logic/12/286) — Computer History Museum

---

*Research checked 2026-08-09. Dates, roles, and claims about living people are historical snapshots. Linked sources remain the authority; this dossier is original instructional synthesis.*
