??? 06/30/05 15:40 Read: times |
#96312 - But... Responding to: ???'s previous message |
"And, there's no BS you need to do to you code to make it happen."
Apart from the fact thay you have to write loops to count, as I see it, backwards. Why doesn't the optimiser invert this? unsigned char a; unsigned char b; for(a=0;a<10;a++) { b++; } |