The Linker

Once your functions are compiled, the linker can start to work.

The linker is lunch by the Build command of the Compile menu (or the F9 shortcut).

The job of the linker is double.

To Generate the output file, the linker takes the functions in the order they apear in the project.

for example wit this project,

The output file will contain first the Initialization functions, then Graphic_Functions1, Graphic_Functions2, Graphic_Functions3, Function3, function4, Function5 and finally Finalization.

The linker Generate a HP File which can be download to a HP calculator. this file has the same name that the project with a .HP extension.

Note: The Used by and Use list of the functions are only valid after the linker work.