学习32位汇编

发布于 2024-09-06 23:48:13 字数 158 浏览 1 评论 0原文

我想学习32位汇编。我有一些编程背景,主要是高级语言,但也有 16 位 ASM。

我想为 Windows 编写真正简单的控制台应用程序(我记得一些关于 Windows 和 Linux 之间的一些差异的模糊信息,也许只是在创建图形应用程序时?)。

有什么想法从哪里开始吗?

I want to learn 32-bit assembly. I got some programming background, mostly high-level languages but also 16-bit ASM.

I want to write real simple console applications for Windows (I remember something vague about some difference between Windows and Linux, maybe just when creating graphical applications?).

Any ideas where to start?

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

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

发布评论

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

评论(2

只涨不跌 2024-09-13 23:48:13

我喜欢 Randy Hyde 的作品,尤其是 < a href="http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/www.artofasm.com/index.html" rel="nofollow noreferrer">装配的艺术。您需要 Windows 32 位版本。

I like Randy Hyde's work, especially The Art of Assembly. You will want the Windows 32-bit edition.

不及他 2024-09-13 23:48:13

这是起点:http://www.masm32.com/

在那里你会找到一个 SDK编译器、库和示例。享受!

This is the starting point: http://www.masm32.com/

There you will find an SDK with compiler, libraries, and samples. Enjoy!

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