×

Search anything:

7 Types of Instruction Set

Binary Tree book by OpenGenus

Open-Source Internship opportunity by OpenGenus for programmers. Apply now.

Reading time: 15 minutes

There are various popular instruction sets that are used in the industry and are of theoretical importance. Each one has its own usage and advantages. Following are the instruction set architectures:

  • Reduced Instruction Set Computer (RISC)
  • Complex Instruction Set Computer (CISC)
  • Minimal instruction set computers (MISC)
  • Very long instruction word (VLIW)
  • Explicitly parallel instruction computing (EPIC)
  • One instruction set computer (OISC)
  • Zero instruction set computer (ZISC)

Get an overview of each of the above Instruction Sets:

Reduced Instruction Set Computer (RISC)

Reduced Instruction Set Computer (RISC) is an instruction set architecture (ISA) which has fewer cycles per instruction (CPI) than a complex instruction set computer (CISC).

RISC processors are also used in supercomputers such as Summit, which, as of November 2018, is the world's fastest supercomputer as ranked by the TOP500 project.

Complex Instruction Set Computer (CISC)

Complex Instruction Set Computer (CISC) is an instruction set architecture (ISA) which has fewer instructions per program than a Reduced instruction set computer (RISC).

Minimal instruction set computers (MISC)

Minimal instruction set computers (MISC) is a processor architecture with a very small number of basic instruction operations and corresponding opcodes.

As a result of this is a smaller instruction set, a smaller and faster instruction set decode unit, and faster operation of individual instructions. The disadvantage is that smaller instruction set always have more sequential dependencies, reducing instruction-level parallelism.

Very long instruction word (VLIW)

Very long instruction word (VLIW) is an instruction set architectures designed to exploit instruction level parallelism (ILP).

Central processing units (CPU, processor) mostly allow programs to specify instructions to execute in sequence only, a VLIW processor allows programs to explicitly specify instructions to execute in parallel. This design is intended to allow higher performance without the complexity inherent in some other designs.

Explicitly parallel instruction computing (EPIC)

Explicitly parallel instruction computing (EPIC) is an instruction set that permits microprocessors to execute software instructions in parallel by using the compiler, rather than complex on-die circuitry, to control parallel instruction execution.

This was intended to allow simple performance scaling without resorting to higher clock frequencies.

One instruction set computer (OISC)

One instruction set computer (OISC) is an abstract machine that uses only one instruction obviating the need for a machine language opcode.

OISCs have been recommended as guides in teaching computer architecture and have been used as computational models in structural computing research.

Zero instruction set computer (ZISC)

Zero instruction set computer (ZISC) is a computer architecture based on pattern matching and absence of (micro-)instructions in the classical sense.

These chips are known for being thought of as comparable to the neural networks being marketed for the number of "synapses" and "neurons"

OpenGenus Tech Review Team

OpenGenus Tech Review Team

The official account of OpenGenus's Technical Review Team. This team review all technical articles and incorporates peer feedback. The team consist of experts in the leading domains of Computing.

Read More

Improved & Reviewed by:


7 Types of Instruction Set
Share this