aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index e07bb93..bc6cf6d 100644
--- a/README.md
+++ b/README.md
@@ -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)