A brief introduction to modern x86 assembly language

Feb 21, 2009 01:34


This post has moved.

Several people have personally requested that I give a brief introduction to modern x86 (sometimes called IA32) assembly language. For simplicity's sake, I'll stick with the 32-bit version with a flat memory model. AMD64 (sometimes called x64) just isn't as popular as x86 yet, so this seems safe.

For some reason, there's a ( Read more... )

imvu

Leave a comment

Comments 2

kandyneko February 24 2009, 02:47:59 UTC
This is pretty good stuff to know, but any time I'm tempted to play with asm I get caught up in little details like what assembler do I use, how do I call built in OS functions from it, and where do I find libraries for asm rather than C. Just so I know that I can produce some results. I never did decide on where to start with that.

Reply


Good brief introduction anonymous March 28 2009, 09:48:17 UTC
Thanks for this good introduction.

Reply


Leave a comment

Up