Quote Originally Posted by Darrenmac View Post
So do I use
@ MCLR_OFF
or
MCLR_OFF
Hi Darrenmac,

If you have not changed your settings as per Joe S's last post then you are using the PM assembler as this is what Microcode Studio defaults to. In this case see Post#2 in this thread.

If you have changed your settings as per Joe's last post then you need to use:

Code:
@ __CONFIG _INTOSC & _MCLRE_OFF
Cheers

Rob