Re: High precision timing->
Posted on 2021-08-09, 21:19
"I could do that, but won't that mess up the time/date?" If you call the original handler at the original frequency, then no, otherwise yes. Let's say you let the timer run at twice the speed, then your int 8 handler has to call the original int 8 handler every second time that your handler is …