Linker

Top  Previous  Next

A software program processing the output of the compiler, to look for any cross-references between the units. If compilation unit A calls a procedure which is in compilation unit B, the linker associates between the two, and provides compilation unit A with the proper memory addresses so that it could actually reach the procedure it needs in unit B.