The Config statement you are trying to use is for the "DEFAULT" assembler and apparently the microcode Studio is set to use MPASM.
Please read this link: http://www.picbasic.co.uk/forum/showthread.php?t=543
Here is the MPASM config statement you are using when you comment the one in your code out: __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_ON & _CP_OFF , it is located in the file named 12F683.inc, and is located in the root directory of PBP. You can change it there or better yet, put a semicolon just ahead of it and put it directly in your code every time and be master over it. Here is what you want in your code:
@ __config _INTRC_OSC_NOCLKOUT & _WDT_OFF & _MCLRE_ON & _CP_OFF
Alternatively you can switch assemblers, in MCS back to the default, by unchecking " USE MPASM".
Click view, compile and program options, assembler tab . . .
Last edited by Archangel; - 12th May 2009 at 05:16.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks