pretty bad that PBC don't allow to set the config fuses in the code.. that would be so much convenient. Yet another real limitation of PBC.
It looks like the PBC folks DO have an option for auto handling fuse settings. Not directly like in PBP, but with a nice workaround.

dhouston, thanks for helping to make this work. It would still be a mystery without your efforts.

The hard part for them now will be to find the proper format for the device statement.

Here are few to get them going:

12F675
device pic12F675, intrc_osc_noclkout, wdt_on, mclr_on, protect_off

16F628
device pic16F628, xt_osc, wdt_on, pwrt_on, mclr_on, lvp_off, protect_off

16F84A
device pic16F84A, xt_osc, wdt_on, protect_off

16F877
device pic16F877, xt_osc, wdt_on, pwrt_on, lvp_off, protect_off

Now, if only I used PBC I would be all set ...

Paul Borgmeier
Salt Lake City, Utah
USA