CALL or GOSUB doesn't make any difference.
But you cannot run Basic Language statements in an Assembly Language interrupt.
Re-use of PBP's system variables will corrupt the main programs flow.
If you want to use Basic statements in ASM interrupts, you need to either use ON INTERRUPT or DT_INTS.
Bookmarks