Advertisement
Guest User

Untitled

a guest
Apr 16th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. foo.o:
  2. (__TEXT,__text) section
  3. _foo:
  4. 00000000 pushl %ebp
  5. 00000001 movl %esp,%ebp
  6. 00000003 subl $0x10,%esp
  7. 00000006 movl 0x0c(%ebp),%eax
  8. 00000009 movl 0x08(%ebp),%ecx
  9. 0000000c movl %eax,0xfc(%ebp)
  10. 0000000f movl $0x00000001,0xf0(%ebp)
  11. 00000016 movl $0x00000002,0xf4(%ebp)
  12. 0000001d movl $0x00000003,0xf8(%ebp)
  13. 00000024 movsd 0xf0(%ebp),%xmm0
  14. 00000029 movsd %xmm0,(%ecx)
  15. 0000002d movl $0x00000003,0x08(%ecx)
  16. 00000034 addl $0x10,%esp
  17. 00000037 popl %ebp
  18. 00000038 retl $0x0004
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement