Im trying to determine the best way to deal with the Interrupt vector tables in a system where the main code will be downloaded into ram and a bootloader will be in the ROM. I need to move the vector table up into RAM without moving the base address of the bootloader ROM code. Thanks Mark