Skip to content

Instantly share code, notes, and snippets.

@nazt
Created March 23, 2010 07:51
Show Gist options
  • Save nazt/340929 to your computer and use it in GitHub Desktop.
Save nazt/340929 to your computer and use it in GitHub Desktop.
00001fb6 <_main>:
1fb6: 55 push %ebp
1fb7: 89 e5 mov %esp,%ebp
1fb9: 53 push %ebx
1fba: 83 ec 24 sub $0x24,%esp
1fbd: e8 00 00 00 00 call 1fc2 <_main+0xc>
1fc2: 5b pop %ebx
1fc3: c7 45 f4 00 00 00 00 movl $0x0,-0xc(%ebp)
1fca: eb 13 jmp 1fdf <_main+0x29>
1fcc: 8d 83 2e 00 00 00 lea 0x2e(%ebx),%eax
1fd2: 89 04 24 mov %eax,(%esp)
1fd5: e8 2b 10 00 00 call 3005 <dyld__mach_header+0xff5>
1fda: 8d 45 f4 lea -0xc(%ebp),%eax
1fdd: ff 00 incl (%eax)
1fdf: 83 7d f4 09 cmpl $0x9,-0xc(%ebp)
1fe3: 7e e7 jle 1fcc <_main+0x16>
1fe5: b8 00 00 00 00 mov $0x0,%eax
1fea: 83 c4 24 add $0x24,%esp
1fed: 5b pop %ebx
1fee: c9 leave
1fef: c3 ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment