MemMap
Description
This program simply reads the list of symbol that is generated by the assembler, and generate an HTML page that can then be displayed by any web browser.
Utilisation
To generate a html report:
%OSDK%\bin\MemMap symbol_file output_html_file program_title css_file
In the samples folders you will find some 'osdk_showmap.bat' files that perform all that automaticaly.
Historic
Here is the list of all releases with a short description of things that changed:
Version 1.1
- Fixed a crash caused by an incorrect modification of the file resulting of some symbol files concatenation
Version 1.0
- Restructured a bit the tool to use a main class to embed the parameters instead of using globals
- Modified the html to make it easy to skin the appearance using css (using a 'memmap' class on the table elements)
- Added the flag -s to provide a way to add a list of the biggest offenders sorted by decreasing size
Version 0.004
- The sections that contain no data are not shown anymore.
- The program now computes an aproximate size of functions by detecting "master blocks" based on the presence of external linking markers (ie: names that starts by an underscore symbol).
Version 0.003
- Some internal cleaning and bug fixing.
Version 0.002
- Added support for Atari symbols files generated by Devpac/GenST.
Version 0.001