Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. 0000000100000f50 pushq %rbp
  2. 0000000100000f51 movq %rsp, %rbp
  3. 0000000100000f54 subq $0x10, %rsp
  4. 0000000100000f58 leaq 0x4f(%rip), %rdi
  5. 0000000100000f5f movl $0x0, -0x4(%rbp)
  6. 0000000100000f66 movl $0x0, -0x8(%rbp)
  7. 0000000100000f6d movl $0x1, -0xc(%rbp)
  8. 0000000100000f74 movl -0x8(%rbp), %esi
  9. 0000000100000f77 movl -0xc(%rbp), %edx
  10. 0000000100000f7a movb $0x0, %al
  11. 0000000100000f7c callq 0x100000f8e
  12. 0000000100000f81 xorl %edx, %edx
  13. 0000000100000f83 movl %eax, -0x10(%rbp)
  14. 0000000100000f86 movl %edx, %eax
  15. 0000000100000f88 addq $0x10, %rsp
  16. 0000000100000f8c popq %rbp
  17. 0000000100000f8d retq
  18.  
  19. #include <stdio.h>
  20. int main(){
  21. int x, y;
  22. x = 0;
  23. y = 1;
  24. printf("%d, %d\n", x, y);
  25. return 0;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement