|
|
|
|
|
by nynyny7
948 days ago
|
|
I don't get the purpose, at least of his minimal example. The author says he wants to make his code position-independent, i.e., so that it can be executed from everywhere in memory (without relocation). But that is defeated by the... mov edx, print ... in the example. |
|