That is extremely hard to accomplish. Using HALT does utilize the interrupt timer chip, which is called ~180 times a second. If you need exact timing, you will have to figure out exactly how many times it is being called by setting up an interrupt handler and timing the code. > how 'bout an actual timer?? with pretty accurate seconds...