Advantage of relocating loader scheme
Answers
Answered by
1
Answer:
It is simple to implement. this scheme allows multiple programs or the source programs written in different languages. the task of loader becomes simpler as it simply obeys the instruction regarding where to place the object code to the main memory. the process of execution is efficient.
Answered by
0
The most common loading scheme is a direct linking loader, which is a general relocating loader.
What is a direct linking loader?
Loader with direct linking It gives the programmer complete freedom in referencing data or instructions contained in other segments by allowing him to create multiple procedure segments and data segments.
Advantage of relocating loader scheme:
- This scheme has the advantage of allowing the programmer to use multiple procedures and multiple data segments.
- This allows for flexible intersegment referencing and access.
#SPJ3
Similar questions