> I'v tried to put two ORG's in my code. One each > in two different modules. One "org h'100'" in one > module and an "org h'200'" in another. > > And I got : > > MPLINK 3.50, Linker > Copyright (c) 2003 Microchip Technology Inc. > Error - section '.org_0' type is non-overlay and absolute but > occurs in more than one input file. > Errors : 1 Right. That's because ORG is not allowed in relocatable mode. See manual. You can get the same effect as ORG in relocatable mode by supplying an address to the CODE directive. Again, see manual. ***************************************************************** Embed Inc, embedded system specialists in Littleton Massachusetts (978) 742-9014, http://www.embedinc.com -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads