学习32位汇编
我想学习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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我喜欢 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.
这是起点: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!