Originally posted by: crazyeddie
An overview of Risc vs. Cisc architecture
x86 microprocessors are built around Complex instruction set computer architecture (Cisc) where the PowerPC chips are built around Risc (Reduced instruction set computer) architecture.
Not only are the memory and bus interfaces completely different, but the machine level programability is vastly different.
The article I provided the link to will go into much more detail, but I can sum up the difference pretty quickly:
Risc processors can do a few things extremely fast
Cisc processors can do a lot of different things pretty fast
Hope this helps.