if you're using an 18F type pic, you can just use the reset command.

@ reset

if using a 16F,

asm
  clrf PCLATH
  goto 0
endasm


Darrel