Skip to content

Instantly share code, notes, and snippets.

@syoyo
Created January 5, 2009 12:42
Show Gist options
  • Save syoyo/43376 to your computer and use it in GitHub Desktop.
Save syoyo/43376 to your computer and use it in GitHub Desktop.
_func:
pushl %ebp
movl $1000, %eax
movl %esp, %ebp
.align 4,0x90
L2:
decl %eax
jne L2
leave
ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment