I've used many old MPUs ranging from COP1802, 2560 SCMP, Z80, 8080, 68xx, 6502 and derivatives (and the list goes on...)
The Z80 and 6502 can't really be compared against each other because of their disparate features.
Here are some aspects;
You can't directly compare clock speeds against each other because the timing of the CPUs differ relative from their system clocks.
The Z80 has many inbuilt registers allowing it to operate without any external RAM whereas the R6502 is dependent upon external RAM at page 0 (0000-00FF) but this RAM at page 0 has special instructions that make extremely versatile.
The Z80 has I/O port addressing which does not consume precious memory space.
The Z80 has inbuilt DRAM refresh circuitry but this is also can be a hinderance.
The Z80 handles the DAA instruction different to the Intel 8080. - It basically corrected it. This instruction is often used to sense whether an 8080 or Z80 is present.
Z80 peripherals have a daisy chained interrupt priority scheme.
I've used many old MPUs ranging from COP1802, 2560 SCMP, Z80, 8080, 68xx, 6502 and derivatives (and the list goes on...)
The Z80 and 6502 can't really be compared against each other because of their disparate features.
Here are some aspects;
You can't directly compare clock speeds against each other because the timing of the CPUs differ relative from their system clocks.
The Z80 has many inbuilt registers allowing it to operate without any external RAM whereas the R6502 is dependent upon external RAM at page 0 (0000-00FF) but this RAM at page 0 has special instructions that make extremely versatile.
The Z80 has I/O port addressing which does not consume precious memory space.
The Z80 has inbuilt DRAM refresh circuitry but this is also can be a hinderance.
The Z80 handles the DAA instruction different to the Intel 8080. - It basically corrected it. This instruction is often used to sense whether an 8080 or Z80 is present.
Z80 peripherals have a daisy chained interrupt priority scheme.
Top Comments
-
COMPACT
-
Cancel
-
Vote Up
+3
Vote Down
-
-
Sign in to reply
-
More
-
Cancel
Comment-
COMPACT
-
Cancel
-
Vote Up
+3
Vote Down
-
-
Sign in to reply
-
More
-
Cancel
Children