微软MIPS汇编器
我正在寻找一个汇编器来从 asm 文件生成 MIPS 二进制文件,并偶然发现了 这个。哪里可以找到这个汇编器。没有找到下载这个的链接。我安装了 Visual Studio 2010,它不显示汇编程序项目类型。基本上,我需要生成 MIPS 二进制文件来测试我作为课程工作的一部分所做的反汇编程序。
I was searching for an assembler to generate MIPS binary from asm files and stumbled upon this. Where can I find this assembler. Did not find a link to download this. I have Visual Studio 2010 installed, it doesn't show Assembler project types. Basically I need to generate MIPS binaries to test the disassembler I did as part of course work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为 Windows CE 支持 MIPS。另外,MIPS 的 Gnu 工具链已广泛使用。这将为您提供一个 MIPS 交叉汇编器和链接器。
I think MIPS is supported with Windows CE. Otherwise the Gnu toolchain for MIPS is widely available. That will give you a MIPS cross-assembler and linker.
MIPS
汇编器存在于VS 2008
中,但不存在于VS 2010
中。它是一个独立的工具,位于%program files%\Microsoft Visual Studio 9.0\VC\ce\bin\x86_mips
the
MIPS
Assembler is present inVS 2008
but not inVS 2010
. it is a stand alone tool and found in%program files%\Microsoft Visual Studio 9.0\VC\ce\bin\x86_mips