[comp.windows.misc] Windows3 question : Assembly programng

tedm@agora.rain.com (Ted Mittelstaedt) (06/16/91)

I am curious to know something: is it possible to write assembly language 
programs that run as windows programs?  There is no linker provided with
the Windows3 distribution, so how does one link an object file into a New
Exec file?  I understand there is a linker with the Microsoft SDK, link4, but 
I thought that it was only for compiling object files generated with microsoft
C.  Is there a linker with MASM 6.0 that will link New Exec files directly
from a masm object file?  I think I could do it with Borland's TP for Windows by
calling a public procedure from a pascal stub, then compiling the stub and
the asm object file with TP for Windows, but this seems messy.  
  tedm@agora.rain.com