nop is one instructions (4 clock cycles on midrange iirc) and thus clock dependent. The compiler can create delay code in 1 us increments, independent of the cpu clock. Of course, short delays and low clock can't be accurate.
Joep 2010/10/6 mattschinkel <[email protected]>: > What is the shortest delay I can make? Is there anything in JAL? > > I used "asm nop" > > > Matt. > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/jallib?hl=en. > > -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
