??? 08/03/06 15:25 Read: times |
#121621 - how about these? Responding to: ???'s previous message |
Erik Malund said:
there is an article 'somewhere' that cover C for the '51 it is very good, maybe somebody can recall the link.
Erik Here are a few links I've found useful before: http://www.phaedsys.demon.co.uk/chris/pap...EST4_1.pdf http://www.esacademy.com/automatio...c51primer/ http://www.embedded.com/story/OEG20021015S0046 Personally, I use Keil and do most of my code in C. However, I regularly inspect the generated assembly to make sure it's as efficient as it needs to be. For time critical tasks (some ISRs usually) I go back to assembly. In college (I graduated last year) we did all of our programming for the 8051 in assembly, so we got a good grasp on the instruction set and architecture. -Dave learning new things every day |