Look at the interrupt as a subroutine. What ever you have triggering the interrupt will cause this special sub to run. Then as in a gosub, when it is finished the resume resumes...
So what ever lable1 and label2 are, do these inside of the interrupt.

Not a good idea to break out of an interrupt. Need to finish it and enable/resume.