aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7df1f4b..4eb7c2b 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,12 @@
-# minias
+# dumbas
-An assembler for x86_64, written for fun and learning.
+A dumb assembler for x86_64, written for fun and learning.
Goals:
- A simple, tiny, fast implementation (in that order).
- Assemble the output of [cproc](https://github.com/michaelforney/cproc)/[qbe](https://c9x.me/compile/).
- Relocatable elf output.
-- Static linking only.
Non Goals: