Skip to content

Instantly share code, notes, and snippets.

@scottcarr
Created October 11, 2016 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottcarr/a60e826d45f42e2270c1b4dba6a0873a to your computer and use it in GitHub Desktop.
Save scottcarr/a60e826d45f42e2270c1b4dba6a0873a to your computer and use it in GitHub Desktop.
00000000004001e0 <main>:
4001e0: 55 push %rbp
4001e1: 48 89 e5 mov %rsp,%rbp
4001e4: 48 83 ec 10 sub $0x10,%rsp
4001e8: 48 bf f8 31 40 00 00 movabs $0x4031f8,%rdi
4001ef: 00 00 00
4001f2: f2 0f 10 04 25 f0 31 movsd 0x4031f0,%xmm0
4001f9: 40 00
4001fb: c7 45 fc 00 00 00 00 movl $0x0,-0x4(%rbp)
400202: b0 01 mov $0x1,%al
400204: e8 1b 02 00 00 callq 400424 <printf>
400209: 31 c9 xor %ecx,%ecx
40020b: 89 45 f8 mov %eax,-0x8(%rbp)
40020e: 89 c8 mov %ecx,%eax
400210: 48 83 c4 10 add $0x10,%rsp
400214: 5d pop %rbp
400215: c3 retq
400216: 66 90 xchg %ax,%ax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment