BillW wrote: > if (' ' != Buffer) > movlw ' ' > endif > >By the time you clutter up your source file with crap like this, it's even >less readable than normal assembler. I have big problems with obscure >optimizations done for their own sake (in HW as well as SW) - if you do this >sort of thing, you'd better REALLY need that extra word, AND you'd better >comment the hell out of it. > ...... >BillW > BillW scores a homerun.