> From: Sam WILLIAMS [mailto:sam.williams@hs.utc.com] > > I have just assembled a multi-part assembler program using > mpasm. It assembled with a few warnings, but otherwise > everything worked great. All the pertinent output files were > produced. I checked the .lst file for size and was surprised > to find the words used / words free summary, and the memory > usage map missing from the end. Hi Sam, you can read in the MPASM User's Guide (DS33014G-page 20) "The memory map is not printed if an object file is generated." But what information do you expect from a memory map of a relocatable object file ? :-) martin ;********************************************** ;** name: Martin Schaefer ** ;** company: elektronik 21 GmbH, Germany ** ;** e-mail: schaefer@elektronik21.de ** ;**********************************************