Created
March 20, 2011 14:20
-
-
Save Themaister/878346 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0000000000000000 <main>: | |
0: 55 push %rbp | |
1: 48 89 e5 mov %rsp,%rbp | |
4: bf 00 00 00 00 mov $0x0,%edi | |
9: e8 00 00 00 00 callq e <main+0xe> | |
e: bf 00 00 00 00 mov $0x0,%edi | |
13: e8 00 00 00 00 callq 18 <main+0x18> | |
18: bf 00 00 00 00 mov $0x0,%edi | |
1d: e8 00 00 00 00 callq 22 <main+0x22> | |
22: 31 c0 xor %eax,%eax | |
24: 5d pop %rbp | |
25: c3 retq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment