|
|
|
|
|
by makomk
3909 days ago
|
|
It's implemented using a few standard 74xxx TTL logic chips and a 256x16 microcode ROM. It's important not to ignore the microcode ROM because that's where all the smarts that turn it from an ALU unit and a bunch of registers and miscellaneous logic into a CPU that can actually execute instructions. All of the instruction decoding and the sequencing of all the operations that make up a CPU cycle is done directly by the microcode ROM. |
|
I think, you can not give this design a negative, because it is much simpler than early microprocessors.
I forgot about the ROM, and apologize for it.