Penguin

Differences between version 4 and predecessor to the previous major change of RISC.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Sunday, August 10, 2003 4:01:24 pm by JamieCurtis Revert
Older page: version 3 Last edited on Monday, October 28, 2002 5:51:47 pm by PerryLorier Revert
@@ -1,7 +1,7 @@
 An [Acronym] for __R__educed __I__nstruction __S__et __C__omputing (or Chip?). 
  
 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. 
  
-Examples of RISC CPUs are [ARM] and [SPARC]. 
+Examples of RISC CPUs are [ARM], [SPARC], [MIPS] and [PowerPC ]. 
  
 Compare and contrast with [CISC]. (C = complex). In the 1980s it was assumed that the natural superiority of RISC design would see CISC CPUs die out...