Quote Originally Posted by BGreen View Post
If Q = 1 it does. I had rechecked resumes til I was blue in the face. I had left out an obvious one. Thanks for the input Skimask
Let me try that again...

LOOP:
SLEEP 3088
GOTO REFRESH
GOTO LOOP
DSLEEP:
IOCB = %00001010
SLEEP N
IOCB = %00001011
Q = 0
GOTO LOOP

I didn't mean the 2nd GOTO LOOP, I meant the 1st one.
GOTO REFRESH goes to REFRESH:
The GOTO LOOP after GOTO REFRESH will never get executed.