Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. (int a=0;)
  2. mov dword ptr [a],0
  3. (int *p = &a;)
  4. lea eax,[a]
  5. mov dword ptr [p],eax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement