hi!i want to know how to to give a delay of 0.1 second in keil assembley of 8051 microcontroller, using timers. it would be great if any of you could help, esp with the code. i can give small delays easily but this is somewhat large....i have a project due and i am stuck at this. thankyou in advance:)
i want to make a watch that can measure time upto one tenth os a second, and i have just recently studied timers. mov tmod, #01 mov th0, #76 mov tl0, #0 setb tr0 k:jnb tf0, k clr tr0 clr tf0 this is my code and it it works just fine:) thankyou so much:)