>> You are supposed to be able to continue a line by putting "\" in the last >> character. > > The last char of the *first* line, right ? The last character of any line that is to be continued onto the next. At least that's how I remember it. I haven't tried it in a long time. > 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? > But got a number of errors pointing to this two lines : > > Error[107] C:\EMBEDINC\SRC\D02\D02_STRT.ASM 38 : Illegal digit > Error[108] C:\EMBEDINC\SRC\D02\D02_STRT.ASM 38 : Illegal character ( ) > Error[108] C:\EMBEDINC\SRC\D02\D02_STRT.ASM 39 : Illegal character (&) I don't know what that is about. Maybe I've got the "\" wrong. Check the manual. ***************************************************************** Embed Inc, embedded system specialists in Littleton Massachusetts (978) 742-9014, http://www.embedinc.com -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu