Penguin
Annotated edit history of RISC version 5, including all changes. View license author blame.
Rev Author # Line
5 AristotlePagaltzis 1 An [Acronym] for __R__educed __I__nstruction __S__et __C__omputing
2 JohnMcPherson 2
3 Basically the idea is that the chip has relatively few machine level op codes, which makes the chip easier to design, and physically smaller. Typically the smaller instruction set allows the chip to do fewer operations, but can do each individual operation much quicker than a larger, "bloated" chip. RISC [CPU]s typically have much lower power consumption than larger chips.
4
4 JamieCurtis 5 Examples of RISC CPUs are [ARM], [SPARC], [MIPS] and [PowerPC].
2 JohnMcPherson 6
5 AristotlePagaltzis 7 Compare and contrast with [CISC]. (C = complex). In the 1980s it was assumed that the natural superiority of RISC design would see CISC [CPU]s die out... what happened in reality was that most [CPU] architectures developed into crossbreeds between the RISC and [CISC] philosophies.