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 will need either a cross compilation toolchain, or to build your own cross binutils. For a prebuilt toolchain, you can visit code sourcery. If you just want to compile assembly, then all you need is binutils. There are some guidelines on the Linux Mips wiki
For the emulation part, QEmu would be my choice.