??? 06/29/05 19:52 Read: times |
#96230 - DJNZ Responding to: ???'s previous message |
Erik Malund said:
3) Make counters in loops -- instead of ++ wherever possible Erik Andy Curda said:
Erik, I'm familiar with the rest, but could you elaborate on this one? To be more specific, you should make your loops count down to zero - because the 8051's DJNZ does the loop, the decrement, and the test for zero all in one instruction! |