I'm trying to build an assembler app in Visual Studio. I already tried it in masm and it worked, it is a very simple application:
.code
main proc
mov eax,4
add eax,5
It gives me the error LNK1221 however I already added /SUBSYSTEM.
It's not a code problem, the code snippet you posted is correct. In any case you should add