--generate_far_runtime_library_calls
In this section:
Syntax
--generate_far_runtime_library_calls
Description
Use this option to generate __far runtime library calls to assembler support routines. Used together with the corresponding compiler option, this option moves the support routines from near to far memory when you build a customized library. Note that the startup code will still be located in near memory.
This option defines the symbol __USE_FAR_RT_CALLS__ and sets the runtime model attribute __far_rt_calls to true.
Caution
To set this option, use Project>Options>Assembler>Extra Options.