The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: gamer on February 17, 2011, 03:13:11 PM

Title: assembling
Post by: gamer on February 17, 2011, 03:13:11 PM

i have small issue with assembling,  in masm we use

Link /SECTION:.bss,S /DLL /DEF:$(NAME).def /SUBSYSTEM:WINDOWS

This is the command to assemble a dll which contain .bss section in file...how to implment this thing while assembling in winasm?