friends greetings


friends make a code in PBP, I have looked in the notepad of the pic 16f886.inc of the PBP and I have configured the fuses for the pic 16f886.
#CONFIG
__config _CONFIG1, _INTRC_OSC_NOCLKOUT & _WDT_OFF & _MCLRE_ON & _LVP_OFF & _CP_ON & _CPD_ON
#ENDCONFIG


define osc 8


what I can't find is the directive to tell the compiler which pic to use, in this case pic 16f886.


I know that by default the pbp assigns the default configuration and uses a 4 Mhz crystal, in my case I configured the fuses for the 16f886 pic and I defined the crystal to use in this case an 8 Mhz oscillator.
but the only thing I need is to define the pic 16f886 in the pbp.
Could you please help me and tell me what is the pbp directive to define the pic to use in the compiler.


thanks friends