Unless he is using a PIC24 - which can have interrupts on every port.
PORTA and PORTB have it. You can choose which pin change can trigger an int but then you only have an INT flag that tells you some port pin triggered an int, it's up to us to check which one did it.
Bookmarks