> > > Why can't MPASM deal with "unix" type files (no CR just LF seperators)? > > Um, because it runs on Windows and there is therefore no need for it? It may run on windows, but that doesn't mean the disk file is kept on windows. My experience shows that Unix file systems are more robust and reliable than windows, including NTFS (albeit I have little experience with the new W2K and XP versions of NTFS) I keep the source for my projects on my Unix machine. And use unix tools and utilities to process them. When I start a new project, it is a pain to temporarily send it over to the windows machine to Edit (add a comment line) and then back to the Unix box so MPASM won't error. I really wish Microchip would make this modification. It is the only program I know of that exhibits this behavior Steve > > > They look fine in MPLAB's editor window, but MPASM has a caniption fit > > about it and generates obtuse error messages. :-( > > There are lots of tools out there to convert LF to CRLF. You could > probably write one in half an hour yourself. My COPYA program does this > among other things. The Windows version accepts files with either CRLF or > LF, and writes the output file with CRLF. COPYA is included in the PIC > development tools which you can download at > http://www.embedinc.com/pic/dload.htm. > > > ***************************************************************** > 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