Hello, I had the same problem with the bootloader and the Reset_Org suggestion worked great for me, but it's only supported in PBP for 18Fxx. When I tried same with a 16F874 I found that PBP ignores the DEFINE and fills low memory with its own routines. I want to put my bootloader in the bootloader area to be able to protect it, so placing it in high memory is not a good solution.
I'm using PBPW V2.46 and MPASM V3.90 under MPLAB V7.01. My bootloader is based on Microchip's AN851.
Could someone give me a hint? Thanks in advance.

Juan Rios