Re: Export from .asm without .def
Marc Brooks <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
Are you? A) Insane? B) Exporting methods (in which case, use PUBLIC) like: ASMPROC PROC PUBLIC USES eax ebx ecx edx esi edi ebp LOCAL dummy:DWORD ret ASMPROC ENDP C) Exporting datatables (in which case, you can generate the .DEF file at the same time) D) Really a glutton, in which case you might want to ask around at http://www.asmcommunity.net/board/index.php<http://www.asmcommunity.net/board/index.php?> Marc On Sun, Feb 7, 2010 at 11:28, Curt Hagenlocher <[email protected]> wrote: > > > It's 2010 and I'm, um, writing some assembler. > > Does anyone know if there's a way to export a module symbol directly from > the .asm file without using the .def? Something like what > "__declspec(dllexport)" does for C? Command-line options don't count because > I intend to export 1000 symbols. > > Thanks, > -Curt > > > -- Marc C. Brooks http://musingmarc.blogspot.com NOT sent from an iPhone