Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. check_it:
  2. .LFB0:
  3. .cfi_startproc
  4. pushq %rbp
  5. .cfi_def_cfa_offset 16
  6. .cfi_offset 6, -16
  7. movq %rsp, %rbp
  8. .cfi_def_cfa_register 6
  9. movl %edi, -20(%rbp)
  10. movl $1, -4(%rbp)
  11. movl $16, -8(%rbp)
  12. movl -4(%rbp), %eax
  13. movl -20(%rbp), %edx
  14. andl %edx, %eax
  15. testl %eax, %eax
  16. jne .L2
  17. movl -8(%rbp), %eax
  18. movl -20(%rbp), %edx
  19. andl %edx, %eax
  20. testl %eax, %eax
  21. jne .L2
  22. movl $1, %eax
  23. jmp .L3
  24. .L2:
  25. movl $0, %eax
  26. .L3:
  27. popq %rbp
  28. .cfi_def_cfa 7, 8
  29. ret
  30. .cfi_endproc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement