PicBasic Pro labels will need an underscore in front of them.
Labels in assembly language do not.

Code:
DEFINE INTHAND _HIGHINT
But remember, you are creating an Assembly Language interrupt handler.
You cannot use PAUSEUS, PAUSE, SERIN or any of the other PBP commands.

And resume only works with ON INTERRUPT.