Difference between revisions of "Zilog Z80"

From Computer History Wiki
Jump to: navigation, search
(Z80 is still there.. (updated year))
(Add versions, some links)
 
(One intermediate revision by the same user 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. 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).
  
[[Category:Microprocessors]]
+
==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