Computer Architecture |
= | Instruction Set Architecture |
+ | ||
Machine Organisation |
Some ISAs | Date |
---|---|
IBM 360 | 197x |
SUN SPARC | 1987 |
DEC Alpha | 1992 |
SGI MIPS | 1986 |
Intel x86 | 1978 |
This refers to the layout and interconnection of the various
functional units. Processors with widely varying performance (but the same
ISA) can be constructed by changing details such as the
|
MicrocodeMicrocode is the lowest programmable level of a machine; it's usually considered part of the hardware.CISC machines usually use microcode extensively to implement their complex instructions. Modifiable microcode even makes it possible for a machine to have more than one ISA. |
Continue on to Machine
Organisation |
Back to the Table of Contents |