Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .global forward.args, process
  2. .text
  3.  
  4. forward.args:
  5. push %ebp
  6. mov %esp, %ebp
  7.  
  8. mov 8(%ebp), %eax
  9. push %eax
  10. push %eax
  11. push %eax
  12. mov 16(%ebp), %eax
  13. subl $8, %esp
  14. cdq
  15. mov %eax, 4(%esp)
  16. mov %edx, 8(%esp)
  17. mov 20(%ebp), %eax
  18. push %eax
  19. call process
  20. mov $-1, %ecx
  21. imull %ecx
  22. mov %ebp, %esp
  23. pop %ebp
  24. ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement