SLAU131Y October 2004 – June 2021
The RTS function copy_in can be used at run-time to move code and data around, usually from its load address to its run address. This function reads size and location information from copy tables. The linker automatically generates several kinds of copy tables. Refer to Section 9.9.
You can create and control code overlays with copy tables. See Section 9.9.4 for details and examples.
Copy tables can be used by the linker to implement run-time relocations as described in Section 4.6, however copy tables require a specific table format.