Run Sparc binaries without Sparc hardware

前端 未结 10 871
一向
一向 2021-02-08 08:52

I\'ve been curious in the past few months in trying my hand at doing some assembly for the SPARC processor (either V8 or V9). My question is this, I have no access to a SPARC ma

10条回答
  •  甜味超标
    2021-02-08 09:18

    Looks like QEMU does enough emulation for you to install a SPARC Linux on: http://www.bellard.org/qemu/status.html

    In which case, just grab a SPARC distribution (e.g., Debian), and you're all set!

提交回复
热议问题