|
|
This article may contain original research. Please improve it by verifying the claims made and adding references. Statements consisting only of original research may be removed. More details may be available on the talk page. (April 2011) |
Minimal Instruction Set Computer (MISC) is a processor architecture with a very small number of basic operations and corresponding opcodes. Such instruction sets are commonly stack based rather than register based to reduce the size of operand specifiers. Such a stack machine architecture is inherently simpler since all instructions operate on the top-most stack entries. A result of this is a smaller instruction set, a smaller and faster instruction decode unit, and overall faster operation of individual instructions. The disadvantage is that instructions tend to have more sequential dependencies, reducing instruction-level parallelism. MISC architectures have much in common with the Forth programming language and the Java Virtual Machine.
Probably the most commercially successful MISC was the INMOS transputer.
| This computer hardware article is a stub. You can help Wikipedia by expanding it. |
|
||||||||||||||||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)