diff options
| author | Andrew Chambers <[email protected]> | 2021-10-02 17:45:00 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-02 17:45:00 +1300 |
| commit | c8652378ca3fe3751e5ab86a5883bed0b19ebd50 (patch) | |
| tree | 5cb87282f3245ed40faa925c68cb67cd9670e419 | |
| parent | c1e70738d72c46b2417fa74b0e6829adec4eb48d (diff) | |
Work on readme.
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
