본문 바로가기
기술자료/Assembly

MASM Compile

by 와이즈캣 2012. 8. 24.
728x90
반응형


ml /c /coff First.asm
link /subsystem:console /entry:start /out:main.exe First.obj io.obj Kernel32.Lib

ml /c /coff /Zi First.asm
link /debug /subsystem:console /entry:start /out:main.exe First.obj io.obj Kernel32.Lib

728x90