适用于 Intel x86 汇编器的 Windows IDE?

发布于 2024-12-11 22:24:18 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

So要识趣 2024-12-18 22:24:18

MASM 是一个使用 Intel 语法的 Windows x86 汇编器。 (MASM 主页

对于 IDE,您可以将 MASM 与 Visual Studio 结合使用,如此处,或者您可以使用较小的内容,例如 RadASMWinASM 也是另一个。

当我在 Linux 机器上执行任何 ASM 操作时,我使用 NASM 和文本编辑器 (gedit)。

MASM is an x86 assembler for Windows that uses the Intel syntax. (MASM Homepage)

For an IDE, you could use MASM with Visual Studio, as described here, or you could use something smaller like RadASM. WinASM is also another one.

When I do any ASM on my Linux box I use NASM plus a text editor (gedit).

浅语花开 2024-12-18 22:24:18

为什么不使用Visual Studio

Why not Visual Studio?

顾挽 2024-12-18 22:24:18

SASM 是一个开源跨平台 ASM IDE。

SASM is a open source cross platform ASM IDE.

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