??? 05/02/06 16:46 Read: times |
#115375 - bingo and a bit more Responding to: ???'s previous message |
The key is do not write PC code for an 8052, then blame the compiler
BINGO But, to elaborate, the key is to write code that is 'friendly' to the processor regardless of which language you use So many fanatics of the "C is C" religion royally abuse the poor little '51 by totally ignoring the architecture they are coding for. 'Friendly' C can be very efficient on the '51 but "C is C" is the chipsellers delight, you will need (at least) twice the speed and twice the memory to accomplish the same goal (if you ever get there by "C is C"). I have seen posted (exaggerating here - but almost to that extent) things like "what RTOS is best for blinking a LED". Erik |