We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
MASM 是一个使用 Intel 语法的 Windows x86 汇编器。 (MASM 主页)
对于 IDE,您可以将 MASM 与 Visual Studio 结合使用,如此处,或者您可以使用较小的内容,例如 RadASM。 WinASM 也是另一个。
当我在 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).
为什么不使用Visual Studio?
Why not Visual Studio?
SASM 是一个开源跨平台 ASM IDE。
SASM is a open source cross platform ASM IDE.