It shouldn't compile the way you did it... seems odd syntaxe.
How about
Code:@CFG1 = _DEBUG_OFF & _FCMEN_OFF & _IESO_OFF & _BOD_OFF & _CPD_OFF @CFG2 = _MCLRE_OFF & _PWRTE_ON & _WDT_OFF & _INTRC_OSC_NOCLKOUT @ __CONFIG CFG1 & CFG2
It shouldn't compile the way you did it... seems odd syntaxe.
How about
Code:@CFG1 = _DEBUG_OFF & _FCMEN_OFF & _IESO_OFF & _BOD_OFF & _CPD_OFF @CFG2 = _MCLRE_OFF & _PWRTE_ON & _WDT_OFF & _INTRC_OSC_NOCLKOUT @ __CONFIG CFG1 & CFG2
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks