diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-22 16:48:50 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-22 16:48:50 -0400 |
commit | 30081a352e8645f816549b075166fc07e269a046 (patch) | |
tree | c073236062f38a0438df135a6a48851f162ebe9d | |
parent | fix mem errors (diff) | |
download | mips-30081a352e8645f816549b075166fc07e269a046.tar.gz mips-30081a352e8645f816549b075166fc07e269a046.tar.bz2 mips-30081a352e8645f816549b075166fc07e269a046.zip |
update readme
-rw-r--r-- | README.md | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,5 +1,25 @@ ### mips toolchain -lots to do still +a full mips r2000 toolchain with a assembler and linker -do not use the +- plan to implement the rest of the mips32r6 instructions + +outputs MIPS32r6 ELF32 Big Endian executables + +#### masm + +the assembler + +`usage: masm [options] source.asm` + +#### mld + +the linker + +`usage: mld [options] objfile...` + +#### msim + +the emulator + +- i havent wrote it yet |