MASM32 Downloads
Check Masm32\bin folder for another linker
Another alternative is Digital Mars' optlink :https://www.digitalmars.com/ctg/optlink.htmlhttps://www.digitalmars.com/download/freecompiler.html
There are several free downloads available for the Digital Mars C/C++ compiler. Please, read the following license agreement. If you agree click this
\masm32\bin\ml /c HelloWorld.asm\dm\bin\link -ENTRY:_start -SU:WINDOWS -FIXE HelloWorld.obj,HelloWorld.exe