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
You could use gxemul, which emulates a MIPS machine (among others, including Dreamcast), and is able to run many Operating systems (included linux, netbsd and some more).
gxemul-wikipedia
gxemul-home page