Are there any command line interpreters or any other set of programs around for x86 linux in order to run MIPS assembly programs?
I\'d like to be able to write simpl
QEmu has a good MIPS emulator. Combine that with a cross-compiled GCC/binutils (technically you only need binutils to get GAS, the GNU assembler) and you're good to go.