Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. 00000000004004ed <foo>:
  2. 4004ed: 55 push %rbp
  3. 4004ee: 48 89 e5 mov %rsp,%rbp
  4. 4004f1: 89 7d ec mov %edi,-0x14(%rbp)
  5. 4004f4: c7 45 f8 00 00 00 00 movl $0x0,-0x8(%rbp)
  6. 4004fb: c7 45 fc 00 00 00 00 movl $0x0,-0x4(%rbp)
  7. 400502: eb 0f jmp 400513 <foo+0x26>
  8. 400504: 8b 45 ec mov -0x14(%rbp),%eax
  9. 400507: 8b 55 fc mov -0x4(%rbp),%edx
  10. 40050a: 31 d0 xor %edx,%eax
  11. 40050c: 01 45 f8 add %eax,-0x8(%rbp)
  12. 40050f: 83 45 fc 01 addl $0x1,-0x4(%rbp)
  13. 400513: 83 7d fc 09 cmpl $0x9,-0x4(%rbp)
  14. 400517: 7e eb jle 400504 <foo+0x17>
  15. 400519: 8b 45 f8 mov -0x8(%rbp),%eax
  16. 40051c: 5d pop %rbp
  17. 40051d: c3 retq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement