Below are the major differences between Reduced Instruction Set Computer (RISC) and Complex Instruction Set Computer (CISC)
There are many more:
- Less instruction format.
- It is prominent on hardware.
- Control logic and decoding are simple.
- Design time is smaller.
- Less portable for design errors.
- It supports HLL instructions.
- More instruction format.
- It is prominent on software.
- Control logic and decoding are complex.
- Design time is long.
- Significant portable for design errors.
- It does not support HLL instructions.
No comments:
Post a Comment