Rudimentary linking is working.
Here's an example of linking two object files assembled from these source code strings. One defines and exports the symbol 'atoi' while the other imports and calls it.
And there is also the hexdump of the linked executable. You can see the green ASCII 0 (0x30) and 5 (0x35) characters on the right.











