CISC and RISC
CISC and RISC
INTRODUCTION
IC-Instruction Count, CPI: Cycles per Instruction, CCT: Clock Cycle Time
Cycle Clock Time – Hardware Technology
CPI- Computer Organisation and ISA
IC- Compiler Technology and ISA
INTRODUCTION(CONT..)
The main idea behind CISC processors is that a single instruction can be used to do all
of the loading, evaluating and storing operations.
The goal of the CISC approach is to minimize the number of instructions per
Programme.
However, that increases the number of cycles per instruction.
Large number of Addressing Modes
Special Purpose Registers
Variable Length Instructions
Instruction Decoding / Control Unit design –more complex
Pipeline implementation -Complex
CISC EXAMPLES
RISC