Ken,
You will also want to look in the C:\Program Files (x86)\Microchip\MPASM Suite for the *.inc file for your chip. That is where you will find all of the config options, near the end of the file.
To learn a little more about PBP and includes try this.
Start a new project, leave it blank and compile ( you may have to put the configs in you code space if that is the way you are doing it, but nothing more).
Looks at the ASM generated. PBP will do all of the setup from the default includes.
Now add
INCLUDE "modedefs.bas"
to your code. Compile again and look at the ASM file.
Dave
Bookmarks