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?
Type ml.exe /? in command line to see all options, or use the MASM32 help file.
make a listing /Fl or something looking like that.The file is big and there is all the symboles.
ToutEnMasm