mips/README.md

26 lines
351 B
Markdown
Raw Normal View History

### mips toolchain
2024-09-22 20:48:50 +00:00
a full mips r2000 toolchain with a assembler and linker
2024-09-22 20:48:50 +00:00
- 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