Quote Originally Posted by Bosse View Post
Hi Joe,

Forget to tell you the Warning from PicKit2.

Warning: Some configuration words not in hex file.
Ensure default values above right are acceptable.

Configuration 2FF9 0700

Bosse
According to that CONFIG word, and according to the PIC16F886 datasheet, this is your configuration:

DEBUG mode is OFF
RB3 is I/O
Fail Safe Clock is ON
Int/Ext Clock Switching is ON
BOR is ON
CPD is OFF
CP is OFF
RE3/MCLR is MCLR
PWRT is OFF
WDT is ON
Oscillator mode is INTRC, ClkOut on OSC2, R/C input on OSC1
All Write Protects are Off

What's not right?
I'd be betting it's your spelling of INTRC. Check the 16F886 INC file in the MPASM directory to figure out how to spell it so the assembler is happy.