On Wed, 13 Sep 2000, Stephen B Webb wrote: > The "standard" __CONFIG line in the source file to turn off the WDT > doesn't compile under gpasm. What is the correct way to turn it off (and > set config bits in general) when I use gpasm? Are you sure? It works fine for me: __config _wdt_off Did you include a processor include file? E.g.: include "p16c84.inc" The __config bits are defined there. BTW, you can use the include files packaged with MPASM. > (I checked the piclist faq/website, but didn't find the answer :( It's in the gpasm documentation. Look in the gpasm/doc subdirectory or http://gpasm.sourceforge.net/gpasm.pdf page 15. Scott -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu