Quote Originally Posted by BGreen View Post
LOOP:
SLEEP 3088
GOTO REFRESH
GOTO LOOP
DSLEEP:
IOCB = %00001010
SLEEP N
IOCB = %00001011
Q = 0
GOTO LOOP
You realize that the program will never get to that 2nd 'GOTO LOOP' right?