在 Windows XP 上执行汇编代码?

发布于 2024-11-07 09:46:50 字数 69 浏览 0 评论 0原文

我正在运行 WINXP,并且我很好奇如何运行或执行汇编代码。是否有我需要的某种应用程序,或者我需要从终端运行它......?

I'm running a WINXP, and I'm quite curious as to how you run or execute assembly code. Is there some sort of application I need, or do I need to run it from a terminal...?

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

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

发布评论

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

评论(4

想念有你 2024-11-14 09:46:50

我使用过 tasm32ma​​sm32 嗯.. Masm32 有一个很好的 GUI,所以广告推荐。两者都有调试器。 ma​​sm32forum 也是一个很好的游乐场......

I have used tasm32 and masm32 well.. Masm32 has a good gui so ad recommend that. Both also have debuggers. masm32forum is a good playground also...

情深已缘浅 2024-11-14 09:46:50

您不运行或执行汇编代码。在执行之前,需要将其组装成可执行文件(因此得名)。

You don't run or execute assembly code. Before it can be executed, it needs to be assembled into an executable (hence the name).

皓月长歌 2024-11-14 09:46:50

您需要一个与您的系统架构兼容的汇编器。我使用 x86 的 TASM(涡轮汇编器)。然后,您还需要一个允许您“执行”代码的链接器。

You need an assembler that is compatible with your systems architecture. I use TASM (turbo assembler) for x86. Then you will also need a linker that will allow you to 'execute' the code.

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