Guest User

Untitled

a guest
Jan 24th, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. main        proc near
  2.  
  3. var_10      = dword ptr -10h
  4.  
  5.             push    ebp
  6.             mov     ebp, esp
  7.             and     esp, 0FFFFFFF0h
  8.             sub     esp, 10h
  9.             mov     eax, offset aHelloWorld ; "hello, world\n"
  10.             mov     [esp+10h+var_10], eax
  11.             call    _printf
  12.             mov     eax,0
  13.             leave
  14.             retn
  15. main        endp
Add Comment
Please, Sign In to add comment