If you are putting DISABLE/ENABLE around your interrupt handler ...
can I assume you are using ON INTERRUPT?
With ON INTERRUPT, the handler and any subroutines called by the handler MUST be inside DISABLE/ENABLE directives.
But if at all possible, GOSUB's should be avoided entirely in any interrupt handler.
<br>
Bookmarks