update readme
This commit is contained in:
parent
bf39d3283b
commit
30081a352e
1 changed files with 22 additions and 2 deletions
24
README.md
24
README.md
|
@ -1,5 +1,25 @@
|
||||||
### mips toolchain
|
### 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
|
||||||
|
|
Loading…
Reference in a new issue