This is just one of the reasons why.<B>From the manual</b>
PBP will not enter the BASIC interrupt handler until it has finished
executing the current statement. If the statement is a PAUSE or SERIN,
it could be quite a while before the interrupt is acknowledged. The
program must be designed with this latency in mind. If it is
unacceptable and the interrupts must be handled more quickly, an
assembly language interrupt routine must be used.
Bookmarks