Quote Originally Posted by HankMcSpank View Post
...
5. Any external interrupt
...
(that's my bold too - is a Timer interrupt deemed an 'external interrupt'?)
...
I'm just reading up on this now too, using the PIC 16F877 as example, check pin RB0/INT.


3.2 PORTB and the TRISB Register
...
RB0/INT is an external interrupt input pin and is configured using the INTEDG bit (OPTION_REG<6>).
...
p. 33/218

I wished I had more, like a code example, but it's all I found so far (quickie search).

(just one more feature on my list of things to play with)