Thank you Henrik!
Much appreciate your knowledge of the devices!
I just read in MicroChips DS33023A section 8 on interrupts that the interrupt flag bit gets set regardless of the corresponding enable bit setting. So yes, I can see that monitoring the flag bit allows for processing that condition while the timer is still running towards its next overflow. Just "as you mentioned" zero the flag bit until the next one.
I'm hoping I can track both timer overflows without having to code the main loop in asm.
I'll try it :-]
Check Timer0 with TMR0IF status and Timer1 with PIR1.0 status.
Thanks!!!! :-]