PicBasic Pro labels will need an underscore in front of them.
Labels in assembly language do not.
But remember, you are creating an Assembly Language interrupt handler.Code:DEFINE INTHAND _HIGHINT
You cannot use PAUSEUS, PAUSE, SERIN or any of the other PBP commands.
And resume only works with ON INTERRUPT.
Bookmarks