I am beginning to experiment with interrupts and can see there are many possibilities.

Using the PBP On Interrupt seems easy but I have a few questions about how it works that I can't seem to find answers to in the manual.

1. Does it scan all the interrupt flag bits or just RB0 ?

2. Do enable or disable reset the flag automatically ?

The datasheet states that the flag bit needs to be reset in software so I assume that PBP is taking care of this - I'm just not sure how it does it.