Quote Originally Posted by flipper_md
; settings in INC file
' set in INC file => device pic12F683, intrc_osc_noclkout, wdt_off, mclr_off, protect_off ; FOR INSTANT INTERRUPT
If you're using Instant Interrupts, the program has to be assembled with MPASM.

Look at the __CONFIG line in the 12F683.inc file, not the device line.
<br>