$ uasm \
-coff \
-c \
-q \
-less \
-nomlib \
-FwNUL \
-Zi \
-Zd \
app.asm
$ wine \
"c:\\masm32\\bin\\link.exe" \
app.o \
/NOLOGO \
/MACHINE:X86 \
/SUBSYSTEM:WINDOWS \
/INCREMENTAL:NO \
/ENTRY:start