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

前端 未结 8 859
名媛妹妹
名媛妹妹 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条回答
  •  萌比男神i
    2020-12-13 16:05

    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.

提交回复
热议问题