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!
精彩评论