October 15th, 2010 ~ by admin

Zilog: The First Decade: Z80, Z8 and the Z8000

In 1974 Federico Faggin left Intel after working on the 8-bit 8080 processor.  He formed a company called ZiLOG and developed a much improved version of the 8080 called the Z80.  It was released in 1976 after only 18 months of design.  The Z80 was faster, cheaper, and simpler to build around then the 8080 and enjoyed extremely wide use.  ZiLOG designed the CPU but it was marketed differently than most at the time.  Any company could purchase a license to the design, and build them royalty free.  They were also free to do with the design as they pleased.  This resulted in dozens of companies making clones/versions of it. The Soviets made unlicensed copies as well. In fact other companies made more Z80s then ZiLOG did themselves.

Zilog Z-80 CPU 8400X CS – 1979 2.5MHz

The Z80 was not the only processor that ZiLOG made.  Some of the processors/part numbering can be a bit confusing so we’ll look at each family and part that Zilog made up through 1985.  After 1985 CMOS designs came out as well as dozens of variations.  We just want to look at the first ten years of ZiLOG.

Zilog Z8300-3PS – 1984 2.5MHz

The Z80 itself was, of course, similar to the 8080 but single voltage, and only required a single clock phase.  It was available in speeds of 2.5-8MHz.  ZiLOG also made a low-power version known as the Z80L (Z8300) that ran from 1-2.5MHz.  That’s really all there was to the Z80 family up through 1985.

Zilog Z8603 RS Z8 2K XROM ProtoPack 12MHz – 1983

ZiLOG released  a microcontroller in 1979 called the Z8.  The Z8 is NOT compatible with the Z80, nor is its hardware at all similar to the Z80.  Its instruction set is similar, and assembly architecture is similar to ease programming for it but hardware wise it is a completely different processor.

The Z8 part numbering is typically formatted as Z86xx.  Several different versions were made. The Z8601 and Z8603 were 2K ROM versions. a Z8602 was detailed in datasheets (1982) but apparently never released. The part number was later used (1993) as a Keyboard controller based on the Z8. The Z8601 was a MASK ROM and the Z8603 a Protopack for development.  It had a ‘piggyback’ socket for an EPROM.

Zilog Z8612CS Z8 4K XROM 12MHz – 1984

The Z8611, Z8612, and Z8613 were essentially the same as the Z860x parts but with 4K of ROM. The Z8611 was for mass production (with a 4K Mask ROM), the Z8612 was a 64 pin package with an external memory interface, and the Z8613 was again, a Protopack.

Zilog Z8682PS Z8 ROMLESS – 1984

The Z8681 and Z8682 were the ROMLess versions (all program contents had to be stored off chip).  For most things these 2 chips are the same, however if you look at them you notice one difference. The Z8682 can only address 62k of memory while the Z8681 can do an entire 64k.  Further research shows that the Z8682 must be run in Test Mode to function. This is because the Z8682 is actually a Z8601 with the onboard 2K ROM disabled. Thus addresses start at 2K leaving only 62K available.  This allowed ZiLOG to sell Z8601 dies that had faulty ROMs. This practice is still common today with multicore CPUs and/or various cache sizes.

Zilog Z8671PS BASIC/DBG – 1982

The Z8671 was a Z8 with an on-board BASIC interpreter and debugger. The Z8675 added a power down function though I have not actually seen one. Its likely it was announce, but never made it to production (like the Z8602)

Zilog Z8001ACMB1 SEG CPU 6MHz Milspec – 1983

ZiLOG also released the Z8000 in 1979.   This was ZiLOGs attempt at a 16-bit CPU. It was not compatible with nor based on the Z80. Being it was released the same time as the Intel 8086 and Motorola MC68000 as well as the National 32K and a few other competing designs, it did not do very well.  It nonetheless was used in several arcade games, and military applications and saw use well into the 90’s.

Zilog Z8002BCS NONSEG CPU – 10MHz – 1983

The Z8000 was made in two main versions: The higher end Z8001 which, by use of segmentation, could address up to 8Mb of memory, and the Z8002 which could only address 64k. Memory segmentation works by essentially having 2 address buses.  First a 7-bit segment is selected (so 128 segments possible) then the word is selected with a 16 bit address.  This required an extra 7 pins and thus the Z8001 came in a 48 pin DIP.

Toshiba TMPZ8003C-6 – Courtesy of yy2013

Virtual memory versions were also made. The Z8003 and the Z8004. These were essentially the same but added abort capability as well as Test and Set status flags to support virtual memory.

Toshiba TMPZ8004C-6 – 6MHz Z8004 Clone

ZiLOG also made a set of UPC’s (Universal Peripheral Controllers) based on the Z8 that could interface to the Z8000 or other processors of the time.  These were similar to the idea of the Intel 8041 and 8042 devices. The 8041/2 however was much more successful and completely dominated the market (as it still does today for many such basic tasks as keyboard controllers).

Zilog Z8594RS Z-UPC XRAM – 1984

ZiLOG made the Z8090-Z8094 and the Z8590-Z8594. The Z809x were for multiplexed CPU’s such as the Z8000 and the Z859x were for non-multiplexed CPU’s such as the Z80. There is also a reference to a Z8034 UPC in various datasheets but I have not been able to find one, again it may be a non-produced part.

Below is a summary table of the Z8, Z80 and Z8000 devices made from 1975-1985 by ZiLOG (others were made by other companies so are not included)

Part Number Name Family bits MHz Pins
Z8400 Z80/A/B/H CPU Z80 8 2.5-8 40
Z8300 Z80L CPU Z80 8 1-2.5 40
Z8601 Z8 2K Z8 8 1-12 40
Z8602***+ Z8 KBC /2K XRM Z8 8 1-12 40/64
Z8603 Z8 2K XROM Z8 8 1-12 40*
Z8611 Z8 4K Z8 8 1-12 40
Z8612 Z8 4K XROM Z8 8 1-12 64
Z8613 Z8 4K XROM Z8 8 1-12 40*
Z8681 Z8 ROMLESS Z8 8 8-12 40
Z8682 Z8 ROMLESS Z8 8 8-12 40
Z8671 BASIC/DBG Z8 8 1-12 40
Z8675 BASIC/DBG PD Z8 8 1-12 40
Z8001 SEG CPU Z8000 16 4-10 48
Z8002 NONSEG CPU Z8000 16 4-10 40
Z8003 SEG VMPU Z8000 16 4-10 48
Z8004 NONSEG VMPU Z8000 16 4-10 40
Z8034+ Z-UPC Z8 8 4 40
Z8090** Z-UPC 2K ROM Z8 8 40
Z8091**+ Z-UPC Z8 8 64
Z8092**+ Z-UPC Z8 8 64
Z8093**+ Z-UPC Z8 8 40
Z8094** Z-UPC 2K RAM Z8 8 40*

*PiggyBack package (ProtoPack)
**Z859x for non-multiplexed CPUs (Z80) and Z809x for Multiplexed ones (Z8000)
***Originally the Z8602 was a 64 pin external memory dev chip (1982) that never made it to production. later (1993)it was a 40pin KBC with 2K ROM
+Not likely produced, only mentioned in early datasheets

Tags:
, , ,

Posted in:
Research

8 Responses to Zilog: The First Decade: Z80, Z8 and the Z8000

  1. Victor Engineering HI-IQ – Chez Olivier

    […] http://www.cpushack.com/2010/10/15/zilog-the-first-decade-z80-z8-and-the-z8000/ […]

  2. Maury Markowitz

    I’m curious, did the speed of the Z8000’s improve over time, or could you buy a 10 MHz version right from the start?

  3. Bruce Mardle

    Hi, Maury. I’m pretty sure it wasn’t initially offered at 10MHz. I built a computer around a 6MHz Z8001 (and Z8010 MMU) in the early ’80s. I wonder if I still have the distributor’s price list. (I’m not at home.)
    Actually, there’s a part of my memory that’s telling me the 10MHz was available by then but I couldn’t afford it.
    Steve Ciarcia published a design in ‘Byte’ for an add-on board for the PC that used a 10MHz Z8001, so it must have been available by then. I’ve probably got the relevant issues of ‘Byte’ but, again, not with me.
    Incidentally, the Z8001 and Z8002 were the same die but with the latter permanently stuck in nonsegmented mode.

  4. Jeff Allen

    Sifting through my junk collection I came across a curious little board. The silkscreen says “ZILOG SUPER 8 DESIGN MODULE” and also “REV 1”, but no other identifying marks are present. It has a 48pin DIP labeled “Zilog Z8” and “Z0880020PSC” and “SUPER8 RMLS” and finally “8727”. I take this last to mean week 27 of 1987 as chip manufacture date. There are no more recent such dates on any of the other chips. Other chips include an obvious ROM with a sticker declaring “Super8 6/16/87”, an 6264 SRAM, a MAX232 and a couple 74xx series.

    I can find no good results for Z08800, this is obviously a Z8 of some kind, but seems to be an oddball. Any ideas what this is?

  5. admin

    Yup, its an earlier SUPER 8 integrated chip (they have CTC. UARTs etc all built in). It was replaced quickly by the CMOS version, the Z88C00 (which you should be able to readily find data on)
    https://datasheet.datasheetarchive.com/originals/distributors/Datasheets-28/DSA-544726.pdf

  6. Thierry

    [a 64 pin package with an externa memory interface,]

    Missing an “l” at the end of “externa”.

    [ZiLOG designed the CPU but it was marketed differently then most at the time.]

    Should read, “differently than most”. You’re talking about competing marketing, not that time in the past.

    Otherwise, this post can be discarded,

  7. admin

    Thanks for the edits, fixed.

  8. User

    Can anyone help identify an old Zilog MCU pls? It’s a 40-pin DIP with the Zilog logo, followed by:

    SR0061
    113-127-1
    8412

    I believe it’s a Z86 of some variety.

    Thx

Leave a Reply