I'm not familiar with this routine at the bottom, but won't this run forever or does an interrupt engage?

Code:
SP_INT_FLAG = 0 
WHILE SP_INT_FLAG = 0 : WEND
Robert