9.2.5 --coresident
Co-residency Linking.
Inform the linker that a coresident link is being performed and to omit
the Reset vector from a link. Used with --no-isr and
--no-ivt.
Example:
$ xc-dsc-gcc example.c -mcpu=33AK128MC106 -T p33AK128MC106.gld -o
example.exe --Wl,--no-isr,--no-ivt,--coresident
