Paul Waterfield wrote: > > At present I write my programs with MPLAB and compile them and then > transfer them to the PRO MATE programmer, whereupon all the fuses > need to be reset manually to their required values. This can get > annoying when developing. My question is is there a way of > configuring the fuses in MPLAB such that they are correct when the > compiled program is loaded into PRO MATE ? or do I have to live with > it. Paul: In our assembly listing use the __CONFIG directive like __CONFIG _CP_OFF&_WDT_OFF&_HS_OSC&_PWRTE_ON note that there are TWO underlines before config. the fuse bits are defined in the 16xxx.inc file. Have Fun, Brooke