Quote Originally Posted by mackrackit View Post
Now I am confused.
I went and read the post Bob mentioned and tried it. Did not work.
I do not have a 16F88 laying around, but set up a project in MPLAB.
When I use _INTRC_IO and read the config register I have the expected results.
When I use _INTRC_OSC_NOCLKOUT I get an error and the config register says LP.
Unless I'm wrong, the P16F88.INC file in the MPASM doesn't have that config directive listed.
It's got these listed for oscillators:
;Configuration Byte 1 Options
_EXTRC_CLKOUT EQU H'3FFF'
_EXTRC_IO EQU H'3FFE'
_INTRC_CLKOUT EQU H'3FFD'
_INTRC_IO EQU H'3FFC'
_EXTCLK EQU H'3FEF'
_HS_OSC EQU H'3FEE'
_XT_OSC EQU H'3FED'
_LP_OSC EQU H'3FEC'

I think you want INTRC_CLKOUT.