aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-02 17:45:00 +1300
committerAndrew Chambers <[email protected]>2021-10-02 17:45:00 +1300
commitc8652378ca3fe3751e5ab86a5883bed0b19ebd50 (patch)
tree5cb87282f3245ed40faa925c68cb67cd9670e419 /README.md
parentc1e70738d72c46b2417fa74b0e6829adec4eb48d (diff)
Work on readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index d2715d6..2eb23ee 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,18 @@
# minias
-An assembler for elf x86_64, written for fun and learning.
+An assembler for x86_64, written for fun and learning.
Goals:
- Assemble the output of [cproc](https://github.com/michaelforney/cproc)/[qbe](https://c9x.me/compile/).
-- x86_64 elf output.
+- Relocatable elf output.
- Static linking only.
- A simple, tiny, fast implementation (in that order).
Non Goals:
- Assemble every assembly instruction.
+- Assemble other architectures.
- Work as a library.
# Resources