You do this with the __CONFIG directive: _MCLRE_ON EQU H'0FFF' _MCLRE_OFF EQU H'0FEF' _CP_ON EQU H'0FF7' _CP_OFF EQU H'0FFF' _WDT_ON EQU H'0FFF' _WDT_OFF EQU H'0FFB' _LP_OSC EQU H'0FFC' _XT_OSC EQU H'0FFD' _IntRC_OSC EQU H'0FFE' _ExtRC_OSC EQU H'0FFF' __CONFIG _MCLRE_OFF & _CP_OFF & _WDT_OFF & _IntRC_OSC John Clark, Software Engineer mailto:JohnC@inter-intelli.com (317) 715-8175 Interactive Intelligence, Inc. 3500 DePauw Blvd., Suite 1060 Indianapolis, IN 46268-1136 http://www.inter-intelli.com > -----Original Message----- > From: Jack Shidemantle [SMTP:Jshidemantle@YSI.COM] > Sent: Thursday, March 04, 1999 2:47 PM > To: PICLIST@MITVMA.MIT.EDU > Subject: 12C509 fuses > > I'm still new to this stuff so I need assistance in the configuration > fuses. I've been setting these using the programmer software but, I > seem to recall you can do this in the assembly code. > I want to set: int osc, wdt off, powerup reset disabled > Can someone tell me how to list this configuration line in the code? > > Thanks in advance > > Jack Shidemantle > Automation & Development Engineer > YSI, Inc. USA