Hello,

I was talking to some representatives of microchip personally and they recommended using the timer0, 1 or 2 to count instead of using a loop like

Code:
while x= y
  N = N +1
WEND
due to the timer's resolution.

Using the above example how does the assembly replacement with timer0 or timer2 look like ?

Is this statement of MC true ?