> I seem to get some kind of error no matter how I tweak my ``test.inc'' file. If > I replace ``EXTERN'' with ``GLOBAL'' in that file, I get > Error[113] C:\DAVID\GRAPHI~1\LCD_CO~1\MAIN.ASM 38 : Symbol not previously > defined (times1.5) > Error[113] C:\DAVID\GRAPHI~1\LCD_CO~1\TEST.INC 17 : Symbol not previously > defined (ACC0) Don't put EXTERN and GLOBAL in include files. For an example, see http://www.embedinc.com/pic and check out the HAL project. This is a multi-module project with a common include file. This page also contains template files for a whole project. ******************************************************************** Olin Lathrop, embedded systems consultant in Littleton Massachusetts (978) 742-9014, olin@embedinc.com, http://www.embedinc.com -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu