diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -9,11 +9,6 @@ Goals: - Static linking. - A simple, tiny, fast implementation (in that order). -Stretch goals: - -- Assemble what is needed to compile musl libc. -- Dynamic linking. - Non Goals: - Assemble every assembly instruction. @@ -21,5 +16,6 @@ Non Goals: # Resources +- [elf spec](https://refspecs.linuxfoundation.org/elf/elf.pdf) - [goas](https://github.com/DQNEO/goas) -- [neatas](https://repo.or.cz/neatas.git)
\ No newline at end of file +- [neatas](https://repo.or.cz/neatas.git) |
