Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Warplink version 2.6 - <b>/mx create map file expanded version.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
/mx                     Create map file expanded version.
---------------------------------------------------------------------------------

 Description:

 The expanded map file option offers detailed map information that is useful
 for debugging and identifying space usage in each segment.  It is handy for
 assembly language programmers who wonder why a segment is the wrong size.
 /mx might show that you left the trailing h off of a number that is supposed
 to be hex.  It is also good for detecting the source of a segment overflow
 (i.e., a segment larger than 64K).

 In addition to the information (created by /m) in a normal map file, the
 extended map file lists the names and addresses of public symbols as
 well as detailed individual program segment information.

----------------------------------[ Example ]------------------------------------

 Link SHOWVOL.OBJ, creating the expanded map file SHOWVOL.MAP.

  warplink /mx  showvol

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson