I study the assembler. It is necessary to compile the program in .exe format.
However, before that, I only compiled in .com .
What arguments for this should be used?

    1 answer 1

    ml.exe /c /coff "code.asm" ;ΠšΠΎΠΌΠΏΠΈΠ»ΡΡ†ΠΈΡ link.exe /subsystem:windows /out:"compiled.exe" "code.obj" ;Компоновка