Advertisement
Guest User

Untitled

a guest
Nov 27th, 2017
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. j=j;
  2.  
  3. mov eax, dword ptr [j]
  4.  
  5. mov dword ptr [j], eax
  6.  
  7. mov eax, dword ptr [rbp - 4]
  8.  
  9. pop rbp
  10. ret
  11.  
  12. j*=1;
  13.  
  14. mov eax, dword ptr [j]
  15.  
  16. shl eax, 0
  17.  
  18. mov dword ptr [j], eax
  19.  
  20. mov eax, dword ptr [rbp - 4]
  21.  
  22. pop rbp
  23. ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement