update readme
This commit is contained in:
parent
7a19179b0f
commit
0eec2bf24d
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -6,6 +6,17 @@ a full mips r2000 toolchain with a assembler and linker
|
||||||
|
|
||||||
outputs MIPS32r6 ELF32 Big Endian executables
|
outputs MIPS32r6 ELF32 Big Endian executables
|
||||||
|
|
||||||
|
##### installing
|
||||||
|
```bash
|
||||||
|
$ make build
|
||||||
|
$ sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
|
##### uninstalling
|
||||||
|
```bash
|
||||||
|
$ sudo make uninstall
|
||||||
|
```
|
||||||
|
|
||||||
#### masm
|
#### masm
|
||||||
|
|
||||||
the assembler
|
the assembler
|
||||||
|
|
Loading…
Reference in a new issue