Hello,

I've seen several posts but don't know which, if any, apply to a PIC18F6722.

I want to do as near as possible to a MCLR RESET using software.

Someone suggested "@ RESET" and someone else suggested this for a PIC16:

Asm
bcf PCLATH, 3
bcf PCLATH, 4
goto 0
EndAsm

but don't know if it also applies to a PIC18.

Can someone tell me which will work for a PIC18F, and where I can find references to it?

Thanks,
Len