Quote: "RISC processors use less power."
What does the instruction set have to do with power consumption?
Mobile phone processors and microcontrollers in general consume much less power than desktop computers. This is achieved by using low voltage CMOSFETs (they are able to operate at around 1 V), and lower frequencies. The power dissipation of a CPU can be roughly calculated with this formula:
P = C * U^2 * f
P = Power [W]
C = Gate Capacitance [F]
U = Voltage [V]
f = frequency [Hz]
Let's take an AMD Phenom X6 1090T as an example:
U = 1.2 V
f = 4.2 GHz
C = Unknown, considering the architecture most likely around 15-20 nF
P = 120 W - Wow, where is my stick and sausage?
So now let's take a mobile device, specifically the A5 processor:
U = 1 V
f = 800 MHz
C = Unknown, most likely around 2-5 nF
P = 4W - Guess I'll be eating cold tonight...
TheComet