Page 1 of 1

How to create position independent code for dynamic loading?

Posted: Sat Oct 15, 2011 1:54 pm
by Tenry
How can I create position independent code, which I may load dynamically into memory for use? That feature might be useful if I have to use a lot of memory for other things and don't have enough space for ALL functions being loaded in the same time.