Hi Steve,
As you well know, it took about a month for me to figure out that this line does not work:
@ device intrc_osc_noclkout, wdt_on, mclr_off, protect_off
It should be either like
@ device pic12F675, intrc_osc_noclkout, wdt_on, mclr_off, protect_off
or
like
@ DEVICE pic12F675, INTRC_OSC_NOCLKOUT
@ DEVICE pic12F675, WDT_ON
@ DEVICE pic12F675, PWRT_ON
@ DEVICE pic12F675, MCLR_OFF
@ DEVICE pic12F675, BOD_ON
@ DEVICE pic12F675, CPD_OFF
@ DEVICE pic12F675, PROTECT_OFF
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Bookmarks