The Intel 8086 was a 16-bit microprocessor introduced in 1978. It was the chip that launched the instruction-set family later called x86, which would go on to dominate personal computers and servers for decades. Intel’s primary documentation for it, “The 8086 Family User’s Manual,” preserved on the bitsavers archive at the Internet Archive, describes the processor and the supporting devices that surrounded it.
Architecturally the 8086 extended Intel’s earlier 8-bit lineage. It used 16-bit registers and a 16-bit external data bus, and it addressed memory through a segmented scheme that combined a segment register with an offset to reach a one-megabyte address space, a design described in detail in the family user’s manual. Internally it separated instruction fetching from execution using a bus interface unit and an execution unit, an early form of pipelining that let the processor prefetch instructions while executing earlier ones.
Intel paired the 8086 with the 8088, a closely related chip that ran the same instructions but used an 8-bit external data bus. The narrower bus made the 8088 cheaper to build systems around because it could use the large existing supply of 8-bit support chips and memory. The family user’s manual documents both parts as members of the same software-compatible family.
That cost advantage proved historically decisive. When IBM designed its first Personal Computer at the start of the 1980s, it chose the 8088, bringing the 8086 instruction set into the most influential desktop computer of the era. Software written for the IBM PC and its many clones was written for this architecture, which created enormous pressure on Intel to keep every later processor compatible with it.
The 8086 thus sits at the root of a family tree that runs through the 80286, 80386, the Pentium line, and on to today’s 64-bit x86 processors. Its segmented memory model and 16-bit instruction encoding still echo in the architecture, preserved by the backward compatibility that the x86 family is known for.