> Error[118] C:\WORK\PIC\LCD.INC 488 : Overwriting > previous address contents (0028) > > Any idea? What is happening is that a memory range containing code or data is being over-written by other code or data eg say you have a data table at 0x200 and a small program from 0x20 to 0x1f0. Add another routine to the program and it'll over-write the table You need to manage where in memory your code and data are going to live -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist