views:

68

answers:

2

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?

+2  A: 

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

Norman Ramsey
+1  A: 

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

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

Lorenzo