Quote Originally Posted by richard View Post
.....

Code:
  SLEEP
    nop
    BSF INTCON ,7

Wayne,
Pay attention to Rihard's code there. The first ting after SLEEP must be NOP.
You did not have NOP as the first thing atfer SLEEP in your code.

and WDT is OFF in config; how can it be an issue?