Difference between RISC & CISC architecture - Ayush Computer Technology

Difference between RISC & CISC architecture

Difference between RISC & CISC architecture

RISC (Reduced Instruction Set Computing):

  1. RISC system has reduced number of instructions. 
  2. Performs only basic functions.
  3. All HLL support is done in software.
  4. All operations are register to register.

CISC (Complex Instruction Set Computing):

  1. A large and varied instruction set.
  2. Performs basic as well as complex functions.
  3. All HLL support is done in Hardware.
  4. Memory to memory addressing mode.

EPIC (Explicitly Parallel Instruction Computing):


It is a 64-bit microprocessor instruction set, jointly defined and designed by Hewlett Packard and Intel, that provides up to 128 general and floating point unit registers and uses speculative loading, predication, and explicit parallelism to accomplish its computing tasks. By comparison, current 32-bit CISC and RISC microprocessor architectures depend on 32-bit registers, branch prediction, memory latency, and implicit parallelism, which are considered a less efficient approach in microarchitecture design. 

No comments:

Post a Comment

Pages