News:

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

Symbol Table Dump?

Started by abby, June 27, 2006, 10:35:48 AM

Previous topic - Next topic

abby

I've an old document on MASM that says it performs a symbol table dump after each assembly. But the MASM version included in the version 9 distribution doesn't do this. The option to surpress the symbol table dump is still there though. How do I get a dump of the symbol table?

Eugen


Type ml.exe /? in command line to see all options, or use the MASM32 help file.

ToutEnMasm


make a listing /Fl or something looking like that.The file is big and there is all the symboles.
                                   ToutEnMasm