Hello Edward...

I took a quick look, Maybe this could help you:

http://www.picbasic.co.uk/forum/show...highlight=Fire

One thing to remember... in PBP, if you are in a PAUSE 5000, and a interupt is triggered... It will NOT be triggered (subroutine called) until the PAUSE 5000 is over with.

If you want "instant" triggering (subroutine called), you have to use a ASM Subroutine.


Dwayne