Try adding this to the end of your ISR before returning;
Dummy = PORTB ' read port into Dummy var to end missmatch condition
INTCON.0 = 0 ' clear RB interrupt flag bit
Clearing INTCON.1 clears RB0/INT External Interrupt Flag bit. Not RB interrupt on change.
Bookmarks