The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: abby on June 27, 2006, 10:35:48 AM

Title: Symbol Table Dump?
Post by: abby on June 27, 2006, 10:35:48 AM
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?
Title: Re: Symbol Table Dump?
Post by: Eugen on June 27, 2006, 11:22:11 AM

Type ml.exe /? in command line to see all options, or use the MASM32 help file.
Title: Re: Symbol Table Dump?
Post by: ToutEnMasm on June 27, 2006, 01:16:32 PM

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