Risc and Cisc Processors: by Chimi Dorji
Risc and Cisc Processors: by Chimi Dorji
Risc and Cisc Processors: by Chimi Dorji
PROCESSORS
BY CHIMI DORJI
Agenda
• Introduction
• Brief Overview of RISC and CISC
• Processors
• Examples
• Comparison
• Conclusion
Hardware design was easier than compiler
design, so large parts of the complexity of the
software went into the hardware (and/or
microcode). This design philosophy was named
Complex Instruction Set Computer (CISC).
With the advent of higher level languages, a
new design strategy started to gain more and
more popularity: instructions which "do less"
may still provide high performances if this
simplicity can be utilized to make instructions
execute very quickly. The focus on "reduced
instructions" led to the resulting machine being
called a Reduced Instruction Set Computer (RISC).
RISC/CISC???
• CISC (Complex Instruction Set Computer) are
chips that are easy to program and which make
efficient use of memory.
CISC RISC