Computer Science Fundamentals
Algorithms
Subjective
Feb 24, 2013
What is a Loader? What does the loading process do?
Detailed Explanation
A Loader is a program that performs the two functions
- Loading
- Link editing
The process of loading consists of taking relocatable machine code, altering the relocatable address and placing the altered instructions and data in memory at the proper locations.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts