??? 07/06/05 08:03 Read: times |
#96663 - Re Responding to: ???'s previous message |
Vijayganesh S said:
this will be helpful for those in the learning stage.
http://www.eventhelix.com/RealtimeM...PPCode.htm "Break big switch statements into nested switches" is also wrong for an 8051. Bigger switches are made with a jump table, so it can be faster since only one comparison with the biggest case value was done. The best document for optimizing 8051 code was and is the C51-Primer: http://www.esacademy.com/automatio...c51primer/ Peter |