>hi pickers, > >I am using the PIC16C74 and wonders if it is possible to program the >configuration fuses such as watchdog, crystal selections, code protection, >et straight from assembly instead of programming them manually at the >programmer terminal. I don't know what hardware/software you're using, but with the Parallax assembler (my favorite b/c unlike some others on this list, I actually like the mneumonics), add this line to the begining of your code: DEVICE PIC16C57,XT_OSC,WDT_OFF,PROTECT_OFF The above example assumes a PIC16C57, a crystal osc. and the WDT and code protect turned off. You can of course change these to suit your needs. If you are using other software, the method will be different. Check your docs or repost with the name of the software you're using and someone will probably be able to answer you. -mike -- Mike Goelzer