Gonzalo Jimenez Yamasaki wrote: > I was wrinting a new code erasing some not useful things from > another... when I tried to compile I got the folowing message: > > Error[125] : Illegal condition (EOF encountered before END or > conditional end directive) > > BUT I do have a END directive > > This it happened to anybody before? how did you solve this? Gonzalo: This error usually appears because MPASM expects each line of source code to terminate with ; your editor must put BOTH characters at the end of each line in order to avoid the error. I have no explanation for your report that moving the code to a different directory solved the problem. -Andy === Andrew Warren --- aiw@cypress.com === Staff Systems Engineer, IPD === Cypress Semiconductor Corporation === === The opinions expressed above do === not necessarily represent those of === Cypress Semiconductor Corporation. -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.