开发者

Learning 32-bit assembly

开发者 https://www.devze.com 2023-01-05 07:20 出处:网络
I want to learn 32-bit assembly. I got some programming background, mostly high-level languages but also 16-bit ASM.

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 开发者_C百科vague about some difference between Windows and Linux, maybe just when creating graphical applications?).

Any ideas where to start?


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


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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消