It's not in the book, because you are not supposed to use PBP subroutines for Assembly Language Interrupts.
You should not call any PBP subroutines from ASM interrupts either.
Any PBP commands that use system variables will corrupt the program flow and it will have unexpected results.
If you need to run PicBasic language interrupts, you should use either ON INTERRUPT or DT_INTS




Bookmarks