??? 06/19/07 14:45 Read: times |
#141017 - PC and fat embedded OOP Responding to: ???'s previous message |
Once you think OO, even your 8051 C code ends up with an OO design influence.
Assembler is for speeding up time critical sections, and nothing more. I know your opinions on C, and all I can say is that I disagree. C is more portable than assembler and it's more productive than assembler. In my opinion, for every line of assembler needs to be justified that it couldn't have been done in C. |