Difference between revisions of "Zilog Z80"

From Computer History Wiki
Jump to: navigation, search
(Fix some typos, add a tiny bit more info.)
(Add versions, some links)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Image:Zilog z-80a.jpg|thumb|right|150px|Z-80A cpu]]
 
[[Image:Zilog z-80a.jpg|thumb|right|150px|Z-80A cpu]]
The Z80 was a CPU from [[Zilog]] that was compatible with the [[intel 8080]].
+
The '''Z80''' was a [[Central Processing Unit|CPU]] [[integrated circuit|chip]] from [[Zilog]] that was compatible with the [[Intel 8080]]. It was manufactured from 1976. The Z80 is still (2016) in production by Zilog. The [[instruction set]] is a superset of the 8080 instruction set, but the Z80 [[assembly language|assembler]] [[syntax]] is different from the Intel 8080 assembler syntax.
It was manufactured from 1976. Variants of the Z80 are still produced to this day (2012) by Zilog. The instruction set is a superset of the 8080 instruction set, but the Z80 assembler syntax is different from the Intel 8080 assembler syntax.
+
 
 +
Faster versions of the basic 2.5 MHz Z80 were given different terminal letters in the name: '''Z80A''' (4 MHz), '''Z80B''' (6 MHz) and '''Z80H''' (8 MHz).
 +
 
 +
==Eternal links==
 +
 
 +
* [http://www.zilog.com/docs/z80/z80cpu_um.pdf Z80 Family CPU User Manual]
 +
 
 +
[[Category: Microprocessors]]

Latest revision as of 19:37, 13 January 2024

Z-80A cpu

The Z80 was a CPU chip from Zilog that was compatible with the Intel 8080. It was manufactured from 1976. The Z80 is still (2016) in production by Zilog. The instruction set is a superset of the 8080 instruction set, but the Z80 assembler syntax is different from the Intel 8080 assembler syntax.

Faster versions of the basic 2.5 MHz Z80 were given different terminal letters in the name: Z80A (4 MHz), Z80B (6 MHz) and Z80H (8 MHz).

Eternal links