Dear friends:

In PBP3,all pics are assembled with MPLAB,
EXAMPLE:

For the PIC 16F886 I am using

#CONFIG
__config _CONFIG1,_INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _LVP_OFF & _CP_ON
__config _CONFIG2, _BOR21V
#ENDCONFIG
It works OK,but the first line excceds the 80 chars for line.
Can I separate the second part "_LVP_OFF & _CP_ON " maybe with
another line as:
__CONFIG _CONFIG1,_LVP_OFF & _CP_ON ?
I tried that ,but it generates a compiler error.

The new reference manual states the fuses separated for the PICS18...
This works for the PIC16 too ?

Thanks in advance...
Ruben de la Pena Valdes.