differnce between Arm and other microprocessors

Status
Not open for further replies.

maverickr

Newbie level 4
Joined
Jan 15, 2005
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
46
i would like to know whta is the difference between the 32-bit arm microprocessor and the general microprocessors like 8086,80486,others etc.
 

Have you read this book ?
 

Technically ARM is more suited for SOC kind of applications as ARM may be the most optimal processor interms of performance for the given die size.
brmadhukar
 

Arm is a RSIC archtecture cpu, the X86 is a CSIC cpu
 

Other big difference is that with ARM 5 and above, the instruction set include a number of extra instructions witch enhance the performance of an ARM processor on typical digital signal processing (DSP) algorithms.

For details :ARM Architecture reference manual; David Seal

Defer
 

I agree with brmadhukar "ARM is more suited for SOC kind of applications".

Because ARM is a consortium of many companies, and it is not only a chip,
but it is an I.P. too (i.e. a piece of VHDL or Verilog code).
For this reason when you use the I.P. you can choose:
- Bus Size (16 or 32 bits)
- Peripherals
- Cache Memory or not
and so on.
These things are of course impossible with a prebuilt chip.

Companies like Philips Atmel sell this as a standard chip , configurated with
their most requested peripherals.

Enjoy
Big Porkus
 

One very important difference is...
ARM is based on a "Load/Store Architecture"
Means...Does not support memory to memory data processing operations...
Must move data values into registers before using them...


---manju---
 

The power of ARM is in its simple architecture. You will find the question in a good way in ARM architecture reference manual. The author logially sequenced why RISC processors are better than CISC ones then explained what design issues were made when designing the ARM processor that it made it different from other RISC processor.
This is in the first 2 chapters as I remeber.
Reagards,
Amraldo.
 

Different architecture leads to different design cost and power comsumption
 

ARM 's reg is different from other CPU,the reg is an important profermance
 

ARM has the advantage of being a RISC processor thus can be found in many low power applications such as battery powered portables.

-Firmy
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…