Title: Comparison: RISC vs.
CISC Processors
Subject: Microprocessor Architecture
RISC (Reduced Instruction Set Computer)
RISC is a type of microprocessor architecture that utilizes a small, highly-optimized set of
instructions.
- Philosophy: Simple instructions that can be executed within one clock cycle.
- Hardware: Requires less hardware logic.
- Examples: ARM, MIPS, PowerPC.
CISC (Complex Instruction Set Computer)
CISC is a computer in which single instructions can execute several low-level operations.
- Philosophy: Hardware should do more work so software (code) can be shorter.
- Hardware: Emphasis on hardware complexity.
- Examples: Intel x86, AMD.
Key Differences
1. Instruction Length: RISC uses fixed length; CISC uses variable length.
2. Pipelining: RISC is highly pipelined; CISC is less pipelined.
3. Code Size: CISC code is generally smaller than RISC code.
4.