So something like this?


myint:
if INTCON.0 = 1 then LED1 = 1
if INTCON2.0 = 1 then LED2 = 1
if INTCON3.0 = 1 then LED3 = 1
Resume ' Return to main program
Enable