feature: Add ELF support to the assembler and emulator #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This would involve implementing a reader and writer for ELF relocatable objects (typically .o files), as well as writing somewhat of a linker to link different object files together.
TODOs
This will be done on a separate ELF branch in order to merge later when the feature is mostly complete.
This can be assigned to @nullndvoid but anyone can help so long as the work is done on the
elfbranch.@nullndvoid we can probably tick the section directive as we have that encoded in the instruction set, unless you had a different implementation in mind?
we probably want super detailed / customisable log levels