If you're using MPASM, start MPLAB, select the PIC you've compiled for,
then use File >> Import, and select the .COD file.

Next click View >> Program Memory. It's much easier to follow than looking
at cryptic .lst files generated by PBP. This allows you to view all code without
macros & includes all your routine labels making it very easy to follow all the
assembly routines PBP generates.