??? 08/07/06 07:21 Read: times |
#121781 - No delay Responding to: ???'s previous message |
I guess it is approximately 4 seconds, but the problem is it is not giving a uniform delay.
Actually, at a certain optimization level this function will not give you any delay at all, since the compiler recognizes that the function does not do anything meaningful and optimizes it out. If you want cycle-exact delays, you will have to use assembly. |