Task: Copy 4 words in your RAM
(if you thought of strings now, you are probably wrong here) to a different location using an ARM or a x86-based CPU.
x86:
- set pointer to ram adress
- move value of ram adress into your accumulator(register)
- set pointer to ram adress 2
- move value of accumulator to ram adress
- repeat 4 times.
ARM:
- set pointer to ram adress
- copy 4 values into 4 registers
- set pointer
- copy to new adress
ARM is more effiencent for those things.
Also, FaggotVoid, if you say your processor needs to run windows, to be called a proper CPU, take a look at Pocket PCs.
They can run Windows
[1]. And they run ARM processors
[2].
_____________
References:
1: http://en.wikipedia.org/wiki/Windows_CE
2: http://en.wikipedia.org/wiki/Pocketpc#Definition