Linkers and Loaders
The basic job of linkers and loaders in computers is binding abstract names written by programmers to more concrete ones.
An example is taking a name written by a programmer,
getLine
and bind it to,
location 450 bytes from the beginning of the exec...
amschel.hashnode.dev2 min read