After ON INTERRUPT GOTO command put DISABLE up to the point you want to use the interrupts.
After that point use ENABLE for the block of code that interrupt should be on and then again DISABLE.
PBP puts a check every after a command to check for interrupts. So the numbers you report seem very true.
Ioannis
Bookmarks