Hi,

I have a little question ?

Did Pause affect the work for TMR0.

I have for Example one Timer that when I Push a Button Displays Hours,Minutes and Seconds.
I have a Interrupt Routine all work fines.

Interrupt:

.............

If Button Press Then Display :-)

Display:
High Led_LCD
Lcdout $fe,$80," Time "
Lcdout $fe,$C0,DEC2 Hour[2],":",DEC2 Minute[2],":",DEC2 Seconds[2]
Pause 5000 ''''''''''''''''Display for 5 Seconds
Low Led_LCD

.............
Did this 5 Seconds affect my TMR0 Interrupt,and I have next Time -5 Second in My Time Display!?

When yes what I can do to not affect My TMR0 Timer.

Thanks a lot!

Regards Pesti