Quote Originally Posted by Bruce View Post
If you're using MPLAB with PBP just setup PBP as a language tool in MPLAB. There's no
reason to compile in MCS, then import the .asm produced and assemble it again.

Your PBP code has already been assembled, and the .HEX file has already been created.

If you have an old version of PBP that's not compatible with the version of MPLAB you have,
then upgrade PBP or download & install an older version of MPLAB.

Why are you compiling in MCS then trying to assemble it all again in MPLAB?
Just how do I do that in MPLAB? I tried looking and found nothing to make PBP the language tool?