Well I know they work in the same module ORG 000h ; START OF MEMORY GOTO INIT ; GOTO INITALISATION ORG 04H ; ISR VECTOR But I don't know about the linker ive never used it Steve.... -----Original Message----- From: pic microcontroller discussion list [mailto:PICLIST@MITVMA.MIT.EDU] On Behalf Of Jan-Erik Soderholm XA (TN/PAC) Sent: 04 October 2003 19:26 To: PICLIST@MITVMA.MIT.EDU Subject: [PIC]: Multiple ORG in relocatable code modules. Hi. 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 I tried to put a "name" on these sections using .itorg org h'100' in one module and .ptorg org h'200' in the other but I got the same error (incl 'org_0'). Q1: Is it possible to have two absolut sections in two different modules at all in this way ? Q2: Would it work if both org's was in the same module ? Jan-Erik. -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads