CPUs: Motorola 68000

The earliest personal computers used 8-bitCPUs (central processing units). Apple, Commodore, Rockwell, and Atari designed their computers around the MOS Tech 6502; Radio Shack’s Color Computer used the Motorola 6809; and most others, including the Radio ShackTRS-80 and all CP/M computers, used the Zilog Z-80 or Intel 8080. All ran in the 1-4 MHz range and could address up to 64 KB of memory.

Next came 16-bit chips. One of the earliest to achieve popularity was the Intel 8088, a 16-bit CPU on an 8-bit data bus, which IBM chose for its first personal computer. Although this meant memory access was slower than on the earlier 8086 with its 16-bit bus, it made for a cheaper motherboard. The 8086 and 8088 could address up to 1024 KB (1 MB) of memory in 64 KB banks (this means they worked similarly to the older 8-bit chips that used bank switching as chunks of data and program code had to fit within 64 KB blocks of RAM). IBM designed its PC architecture to provide up to 10 banks (640 KB) to the user, leaving the remaining 6 banks (384 KB) for hardware, such as video cards, drive controllers, and I/O cards.

After all, who would ever need more than 640 KB of memory?

Motorola 68000 CPU

The 68000

Apple thought differently from IBM and adopted a different chip, the Motorola 68000. The biggest advantage of the 68000 over the Intel 8088 and 8086 is its huge linear address space.

Mac Portable and PowerBook 100

Mac Portable and PowerBook 100.

Instead of switching between different 64 KB banks of memory (which takes a small amount of time), the 68000 can see a whopping 16 MB of continuous memory. Apple reserved the top 12 MB for hardware, much as the IBM PC set aside 6 of its 16 banks, leaving “only” 4 MB available for software. (Even Apple can be shortsighted once in a while, although they did remedy this in the 68000-based Mac Portable and PowerBook 100.)

Unlike the 8088 processor with 16-bit internal registers, 20-bit memory addressing (16 banks of 64 KB for a 1 MB maximum), and an 8-bit data bus, the 68000 has 32-bit internal registers, 24-bit memory addressing, and a 16-bit data bus. That means it can read twice as much data in a cycle and access 16 times as much system memory.

In an interesting historical tidbit, IBM seriously considered the Motorola 68000 when developing the IBM PC but chose to use Intel’s 8088 to keep costs down. That was a big consideration, at IBM was not sure that the personal computing revolution had legs.

Apple Lisa

Original Macintosh

Apple first used the 68000 in the 5 MHz Lisa, moving to the 8 MHz version when it introduced the Macintosh in 1984. (This was the same year IBM introduced the 80286-based AT with a 16-bit data bus and 20-bit memory addressing, an architecture less behind the 68000 than the Intel 8088.) Apple used the 8 MHz 68000 until it discontinued the Mac Classic in 1992.

The fastest Macs based on the 68000 were the Portable and the PowerBook 100, both running their CMOS 68HC000 CPU at 16 MHz.

The 68000 was second-sourced to Hitachi, Mostek, Rockwell, Signetics, Thomson/SGS-Thomson, and Toshiba The 68000 was also used in business computers and workstations including Alpha, Sage, Radio Shack’s TRS-80 Model 16, HP 9000 Series 200, Apollo, Silicon Graphics, and Sun Microsystems. On the consumer side, it was also used in the Commodore Amiga, Atari ST. and Sinclair QL. It made its way into gaming as well, from arcade machines to gaming consoles including Sega System 16, SNK Neo Geo, and Sega Mega Drive/Genesis.

The 68000 was also used in the original HP LaserJet and some Apple LaserWriter printers.

Next: Motorola 68020

Motorola 680×0 Family Overview

CPU       speed*      L1 cache      FPU**  notes
68000     8-16 MHz          none      none  16-bit data bus, 24-bit addressing
68020       16 MHz     256 bytes     68881
68030    16-40 MHz   2x256 bytes     68882  internal PMMU, supports L2 cache
68LC040  20-25 MHz  2x4096 bytes      none  can be replaced with 68040
68040    25-40 MHz  2x4096 bytes  internal
68060    50-75 MHz  2x8192 bytes  internal
__________
* as used in Apple computers
** FPU typically used with this CPU

Motorola CPUs: 68000, 68020, 68030, 68040, 68060

Other Resources

Keywords: #motorola68000 #motorolacpus

Short link: http://goo.gl/TFh5WX

searchword: 68000cpu

One thought on “CPUs: Motorola 68000

  1. The Sinclair QLdidn’t use the 68000, rather the 68008, which used an 8 bit data bus. This was done to cut the manufacturing costs as at the time the 68000 was considerably more expensive than that 68008. As it turned out this was a short sighted view as when the Apple Mac, Atari ST and Commodore Amiga launched, the price of the 68000 dropped to below that of the 68008.

    Also as the 68008 had an 8 bit data bus, it took up to 4 cycles to pull data into the CP (The 68008 was still 32 bit internally like the reat of the 680xx family), thus crippling the machine when running side by side with a 68000 machine at a similar speed.

Comments are closed.