You define your interrupt type on the top, you may have many interrupt source, but once in the ISR you need to test them.

Once an interrupt is fired, it will jump the the ISR label specified by the DEFINE INTHAND line. Here RDT