Sunday, July 31, 2011

Chapter 9 slides on seyfarth.tv/asm

I have uploaded the PDF slides for Chapter 9 to http://seyfarth.tv/asm where they are now available for download.  Chapter 9 is about functions.  It discusses the registers involved with Linux and Windows function parameters along with the registers which must be preserved across function calls.

The standard way of creating a stack frame for a function is explained which is quite helpful in debugging.  The chapter ends with a recursive factorial function.

No comments: