How can I execute MIPS assembly programs on an x86 linux?

前端 未结 8 862
名媛妹妹
名媛妹妹 2020-12-13 15:35

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

8条回答
  •  爱一瞬间的悲伤
    2020-12-13 16:19

    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.

提交回复
热议问题