Hi Russ and Steve

for 16F ...

Code:
While 0
Wend

next command
gives in asm

Code:
L0001    GOTO L0002
            GOTO L0001
L0002    .... Next Command
Should do the trick, no ???

Alain