Back to ComputerTerms
After the compiler compiles code a linker performs three steps:
- Place code and data modules symbolically in memory.
- Determine the addresses of data and instruction labels.
- Patch both the internal and external references.
Back to ComputerTerms