??? 03/05/09 10:03 Read: times |
#163090 - Horses for courses Responding to: ???'s previous message |
David Prentice said:
In terms of execution speed, I would agree that 8 bit operations are comparable. It is also a bit of a pain splitting a 32 bit port, but for
anything wider than 8 bits there is no contest. In applications where the 8051 is not well suited, it may well take more code and run slower than a better-suited processor! Take a look at the comparisons here: http://www.keil.com/support/m...access.htm and here: http://www.keil.com/support/m...access.htm In the first, the 8051 is well-suited - and wins hands-down with only 25% the code size of the ARM; In the second, the 8051 is ill-suited - and loses hands-down with the ARM requiring only 25% the code size of the 8051! Extracted from: http://www.8052.com/forum/read/160942 |