Hi All, A question for all you PIC (MPLAB IDE) experts When I try compiling the following snippet, with a project consisting of a number of modules, I get the following link error... Error - section '.org_1' can not fit the absolute section. Section '.org_1' start=0x00000004, length=0x00000034 errors : 1 This only occurs when I use the 2nd ORG directive. RESET_V ORG H'00' GOTO START INTERRUPT_V ORG H'04' GOTO RESET code START Rest of Code..... Any ideas? Wayne -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu