微软MIPS汇编器

发布于 2024-12-04 14:00:59 字数 252 浏览 1 评论 0原文

我正在寻找一个汇编器来从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半山落雨半山空 2024-12-11 14:00:59

我认为 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.

对你的占有欲 2024-12-11 14:00:59

MIPS 汇编器存在于 VS 2008 中,但不存在于 VS 2010 中。它是一个独立的工具,位于 %program files%\Microsoft Visual Studio 9.0\VC\ce\bin\x86_mips

the MIPS Assembler is present in VS 2008 but not in VS 2010. it is a stand alone tool and found in %program files%\Microsoft Visual Studio 9.0\VC\ce\bin\x86_mips

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文