Guest User

Untitled

a guest
Nov 25th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     mov edx, [edi+ offn_peso]
  2.     push edx
  3.     xor edx,edx
  4.    
  5.    
  6.    
  7.     mov edx, [edi+ offn_nombre]
  8.     push edx
  9.     xor edx,edx
  10.     mov dx, [edi+ offn_id]
  11.     push edx
  12.     xor edx,edx
  13.     push dword formatoPrint
  14.     push ebx
  15.     call fprintf
  16.     add esp,2
Add Comment
Please, Sign In to add comment