Advertisement
Guest User

run.bat

a guest
Apr 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.20 KB | None | 0 0
  1. :: Create a .exe file from a .asm code with MASM32
  2.  
  3. cd C:\masm32\bin\
  4.  
  5. ml /coff C:\Users\Admin\Desktop\asm\code.asm /Fe "C:\Users\Admin\Desktop\asm\code.exe" -link /subsystem:console
  6.  
  7. pause
  8.  
  9. :: SM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement