I am adding DT’s INT_INT to an existing and functioning program I assembled with PM. Now using MPASM I am having problems with the config’s.

16F886, MicroCode Studio Plus, MPASM, internal osc @8Mhz

ERROR[122] (illegal opcode CONFIG1)
I found an example by mackrackit from 10JUNE,2010 and tried his example but it failed also.

I’m using:
@ __config _CONFIG1, (_INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF &_LVP_OFF & _CP_OFF)

OSCCON = %01110000
DEFINE OSC 8

I’ve tried with and without the comma (,) after CONFIG1, I’ve tried with and without the brackets, and the error always says “illegal opcode CONFIG1.” I've used CONFIG1 in upper case and lower case, no go!

Its got me stumped,Comments please!