On Sat, 13 Sep 2003 17:13:27 -0400, Olin Lathrop wrote: In response to Jan-Erik who wrote: >> Anyway, I tried to split the __CONFIG line like this : >> >> __CONFIG _CPD_OFF & _CP_OFF & _BODEN_OFF & _MCLRE_OFF & _PWRTE_ON \ >> & _WDT_OFF & _INTRC_OSC_NOCLKOUT > >That's how I thought it was supposed to work, but I also remembered that I >decided years ago not to use continuation lines in MPASM because of problems >that I don't recall now. Is the "\" really the last character, or is there >a space after it? > I couldn't get the "\" to work either so I took the easy way out. :=) #define CONFIG1 _CPD_OFF & _CP_OFF & _BODEN_OFF & _MCLRE_OFF #define CONFIG2 _PWRTE_ON & _WDT_OFF & _INTRC_OSC_NOCLKOUT __CONFIG CONFIG1 & CONFIG2 Regards, Bob -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu