Advertisement
Guest User

Untitled

a guest
Feb 7th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         pushl   %ebp
  2.         movl    %esp, %ebp
  3.         pushl   %edi
  4.         pushl   %esi
  5.  
  6.         movl    8(%ebp), %eax
  7.         movl    12(%ebp), %edi
  8.         movl    16(%ebp), %esi
  9.  
  10.         movsd   (%esi), %xmm0
  11.  
  12.  
  13.         subl    $8, %esp
  14.         movss  %xmm0, (%esp)
  15.         fldl    (%esp)
  16.         addl     $8, %esp
  17.  
  18.         popl    %esi
  19.         popl    %edi
  20.         popl    %ebp
  21.         ret
  22.                                                                                                                            28,9-20       Bot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement