Jump to content

Mapsymw: Difference between revisions

From EDM2
Created page with "Mapsymw.pl is a Perl script that takes an OpenWatcom map file as input and generates a sym file compatible with the kernel debugger, pmdf, exceptq and other tools that accept ..."
 
Line 14: Line 14:


==Author==
==Author==
* Steven Levine
* [[Steven H. Levine]]


[[Category:Tools]]
[[Category:Tools]]

Revision as of 17:49, 4 January 2018

Mapsymw.pl is a Perl script that takes an OpenWatcom map file as input and generates a sym file compatible with the kernel debugger, pmdf, exceptq and other tools that accept sym files generated by mapsym.

Usage

perl mapsymw.pl mapfile-name

Parameters

-h
Shows the command help. You can run it as "perl mapsymw.pl -h"

Download

License

  • GNU General Public License V2.

Author