I have this:

Code:
ASM
INT_LIST  macro    ; IntSource,        Label,           Type,   ResetFlag?
        INT_Handler    RX1_INT,    _ReceiveInterrupt,    PBP,    no
    endm
    INT_CREATE                              ; Creates the interrupt processor
ENDASM
and it works fine on 6 slaves.

Robert