??? 02/16/07 09:06 Read: times |
#133110 - Interesting. Responding to: ???'s previous message |
Well, the compiler manufacturer is free to chose the order, but it's interesting to see that the Keil compiler choses a very sub-optimal route. Giving the compiler less degrees of freedom (by using parentheses or moving post/preincrements to a different line) makes the code more similar to actual assembly. (Some people consider C to be nothing more than a big macro assembler). ;)
What about the SDCC example ? |