News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

assembling

Started by gamer, February 17, 2011, 03:13:11 PM

Previous topic - Next topic

gamer


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?