myint:
Disable ' No interrupts past this point


is this work:

DISABLE ‘ Disable interrupts in handler
myint:

Resume ‘ Return to main program
Enable ‘ Enable interrupts after handler