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
I was in the same situation yesterday. I also didn't like SPIM, so this is what I did:
Setting up networking is pretty easy and well documented, too. This has the advantage of not needing to fiddle with cross compilation.
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.