Your @ device line is faulty...
If you'e using PM to compile your code you must use something like
Code:
@ device  pic12F675, intrc_osc_noclkout, wdt_on, mclr_off, protect_off
With MPASM
Code:
@ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _CP_OFF
OUPS! SAYZER WHY YOU REPLYED AT THE SAME TIME

i know this one is familiar to you