Richard,

since you do not have PBP variables in ISR, you can set this:

Code:
INT_HANDLER  INT_INT, _TL, PBP,yes
as this:

Code:
INT_HANDLER  INT_INT, _TL, ASM,yes
and see the difference.

Ioannis