Difference between revisions of "Zilog Z80"

From Computer History Wiki
Jump to: navigation, search
(initial version.. I know its.. sucky.)
 
(Add versions, some links)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The Z80 was a cpu from Zialog that was compatable with the [[intel 8080]].
+
[[Image:Zilog z-80a.jpg|thumb|right|150px|Z-80A cpu]]
 +
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.
 +
 
 +
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