Guest User

Untitled

a guest
Oct 3rd, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. addreg macro [value:dword] { add value, eax }
  2. print  macro [string:dword] { mov eax, 09h;
  3.                   mov edx, string;
  4.                   mov ecx, 0h; }
Add Comment
Please, Sign In to add comment