diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-22 23:43:14 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-22 23:43:14 -0400 |
commit | 0eec2bf24de9f6dd1af82afe0544539c0962958a (patch) | |
tree | 726976408d1d3de6ad9caba43a10cc353f595997 | |
parent | add global makefile, update tests (diff) | |
download | mips-0eec2bf24de9f6dd1af82afe0544539c0962958a.tar.gz mips-0eec2bf24de9f6dd1af82afe0544539c0962958a.tar.bz2 mips-0eec2bf24de9f6dd1af82afe0544539c0962958a.zip |
update readme
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ a full mips r2000 toolchain with a assembler and linker outputs MIPS32r6 ELF32 Big Endian executables +##### installing +```bash +$ make build +$ sudo make install +``` + +##### uninstalling +```bash +$ sudo make uninstall +``` + #### masm the assembler |