Jump to content

Minimal instruction set computer

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Johncatsoulis (talk | contribs) at 23:48, 4 January 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

MISC (Minimal Instruction Set Computer) is a processor architecture that is stack based rather than register based. Such an architecture is inherently simpler since all instructions operate on the top most stack entries. A result of this is a smaller intruction set, a smaller and faster instruction decode unit, and overall faster operation. MISC architectures have a lot in common with the Forth language, and the Java Virtual Machine.