In The Virtues Of The 8-bit Era : Eight Iconic Processor Designs we looked at eight of the most important microprocessor designs of the 1970s and early 1980s. This time we’ll look at more 8-bit designs from that era, that didn’t quite make it into that list.
The rules are broadly as before. The designs have to be for microprocessors and not microcontrollers. They don’t have to have made it into production though.
Most of these designs didn't have a big impact, but just because they weren’t commercially successful doesn’t mean that they weren't interesting. And sometimes we can learn as much from market failure as from success.
So here are some lesser known ‘8-bit era’ microprocessors.
TMX-1795 (1971)
The first entry in the list comes from Texas Instruments. The team that created the first microcontrollers, led by Gary Boone, had earlier worked on a custom design for the Control Terminal Corporation’s ‘Datapoint 2200’ terminal which led to the creation of the TMX-1795 microprocessor. A little later, Intel created the 8008 using the same instruction set architecture.
The TMX-1795 is one of a number of designs that can reasonably be claimed to be the first microprocessor. Ken Sheriff has written about the 1795 and the contesting claims here. It’s a great blog post, and I’m not going to spoil Ken’s conclusions!
The TMX-1795 didn't even make it into production, but it did make an impact decades later. The design was used in the patent lawsuit between Gilbert Hyatt and TI.
The TI laptop has been modified to use the TMX-1795 for all operations. Everything displayed is being executed on a 1971 vintage 8-bit microprocessor. This demo unit was built in 1993 to be used as a jury exhibit in a patent lawsuit, although it was never used for that purpose. Its first public demonstration occurred a few days later, at the 1996 Microprocessor Forum, during the 25th Anniversary of the Microprocessor celebration.
We can see the TMX-1795 booting up in this Computer History Museum video.
The Intel 8008 did make it into production, and the architecture evolved over the coming years into the dominant x86 architecture that we all use today.
TMX-1795 Key Features
Pioneering 8-bit design;
Helped to overturn Hyatt’s microprocessor patent;
A huge missed opportunity for TI?
Moral : Great artists ship!
Mostek Mk 5065 (1974)
We’ve encountered the Mostek 5065 already. In Motorola’s Pioneering 6800 : Origins and Architecture, Motorola struggled to manufacture their first microprocessor design, originally intended for use in Olivetti calculators. So they licensed it to Texas rival Mostek, where it became the Mostek 5065.
I think it must have been clear to potential users that the 5065 didn’t have much of a future. Motorola moved on to the 6800 and Mostek showed no interest in updating the design, possibly because the licensing didn't allow them.
The Mk 5065 was a dead-end, so why would you use it?
The Mk 5065 is interesting as it represents their first thoughts of the team that created the Motorola 6800 and the MOS Technology 6502. Some of the features that would make the later designs distinctive, appeared in the 5065 first. These included, for example, using page 1 of memory for the ‘stack’.
Mk 5065 Key features:
Page 1 of memory used as stack page (as in the 6502);
Fast interrupts, using three sets of registers.
Moral : Don’t rely on your competitors for key designs
Intel 8085 (1976)
The Intel 8085 was Intel’s successor to the groundbreaking 8080. The 8080 had been the CPU that kick-started the whole personal computer revolution.
Federico Faggin, who had led the design of the 8080, had, after falling out with Andy Grove, left Intel to found Zilog. There he led the development of the Z80 which introduced multiple, major improvements on the 8080. These included IX and IY index registers, a complete set of alternate registers, DRAM refresh built in, lots of extra instructions and more.
The 8085, by contrast was a much more modest upgrade. Compared to the 8080 it incorporated a couple of support chips and upped the clock speed to 3,5 or 6 MHz. The 8085 wasn't a bad design. It was just very underwhelming when compared to Faggin’s Zilog Z80 and lost out to the Z80 in the market.
Intel 8085 Key features:
Not much, really, when compared to the Z80, and that was the problem.
Moral : Don’t drive your lead microprocessor designer away
Signetics 2650 (1975)
The Signetics 2650 was, in contrast to many other designs of the era, designed to compete with minicomputers, and was modelled on the IBM 1130 minicomputer.
It was competitive with the market leaders, including the Intel 8008, when it was first designed in 1972, but didn't make it into production until 1975. By then, the Motorola 6800 and Intel 8080 outclassed the 2650 which had significant limitations, including memory that was divided into 8k segments.
Signetics 2650 Key Features
Vectored interrupts
On-chip call stack
Limited to 32k memory, split into 8k segments
Moral : Time to market is vital. And 8k memory pages? No!
RCA 1802 (1974)
In many ways the RCA 1802 was ahead of its time. It was the first CMOS microprocessor, and its simple instruction set was quite RISC-like, almost a decade before the RISC concept became popular. However, this simplicity also meant that lots of common features, such as conditional branching and subroutine calls, were omitted. Perhaps this limited its popular adoption in an era when processors were marketed based on their instruction set features.
The 1802 was used in some video game consoles, though, and was used in a number of spacecraft because (according to CPU Shack):
… a version of the 1802 used silicon on sapphire (SOS) technology, which leads to radiation and static resistance, ideal for space operation.
RCA 1802 Key Features
First low power CMOS microprocessor;
Extreme simplicity;
Used in Voyager, Viking and Galileo Space probes.
Moral : Don’t be too different to competing designs
After the paywall the final three of our ‘8-bit’ era designs.