Guest User

Untitled

a guest
Jan 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. .386
  2. .MODEL FLAT,STDCALL
  3. includelib \masm32\lib\kernel32.lib
  4. ExitProcess PROTO uExitCode:DWORD
  5. .CODE
  6. inicio:
  7. invoke ExitProcess,0
  8. end inicio
Add Comment
Please, Sign In to add comment