> All the addresses are relative and they are only resolved
> when the program is loaded into memory.
To be more exact - adresses of positionaly DEPENDENT code are resolved also only when the program is loaded into memory - it is done by loader. Positionaly INDEPENDENT code actually is such code, wich can be moved to any memory location without any additional code correction or register assignment - the code finds it's location in memory by itself.
> So is that the only property of position independent code?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.