Quote Originally Posted by mister_e View Post
Hint: ASM ORG & PBP (see mostcompilers) are poor bedfellows when you don't know why and how they interract.
Well I must admit not knowing. I know it makes no sense to use it in this way, I know PBP won't be paying attention to it, therefore probable conflicts will arrise.
Plausible solution, compile without ORG, use the HEX to get the ASM code, then add some ORG & GOTO, recompile the asm and try to make it work
This sounds like a quick fix not in line with the intention of this project.
Still Plausible: Hack a .LIB and or .INC to use Labels in your Bootloader code instead of ORG.
If we can have the hack as part of the "package" maybe. Right now it seems more then too much to ask folks to rem out config lines

Lots of possibilities, my favourites being 100% pure ASM.
we already have that. The purpose here is to try and make a PBP bootloader, for all to use and abuse.

Thanks for pointing in the direction of the first of many (maybe) problems. I feel like I saw something in the PBP bible about defining code locations, but it is at work