Skip to content

Monthly Archives: August 2005

push ebp
mov ebp, esp
add esp, -40

It’s time for a new start. The code in the title of this post is x86 assembly code used to start a new function (and, in this case, allocate 64 bytes of stack space for local variables).
What’s new? Far too much to go into detail now, so here are the highlights.

I passed my [...]