Export from .asm without .def
Curt Hagenlocher <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
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