4.8.2 Changing the Default Interrupt Function Allocation

You can use the __at() specifier (see 4.7.4 Changing the Default Function Allocation) if you want to move the interrupt function itself. This does not alter the position of the vector table, but the appropriate table entry will still point to the correct address of the shifted function.