Absolute Loader

Systems Software Mini Project - 6th semester.

repository

Absolute Loader

An absolute loader is a type of loader that transfers the text of the program into memory at the address provided by the assembler after reading the object program line by line. It is one of the four functions of a loader, along with allocation, linking, relocation and loading. An absolute loader is called absolute because no relocation information is needed; rather it is obtained from the programmer or assembler. An absolute loader is the simplest and quickest type of loading scheme,