Previous: 3.2.11. $L: Local Symbol Information Switch To the Table of Contents Next: 3.2.13. $MMX: Intel MMX Assembler Instructions Switch
3.2.11. $L: Local Symbol Information Switch Table of Contents 3.2.13. $MMX: Intel MMX Assembler Instructions Switch

- 3.2.12. -
Table of Contents
3. Compiler Directives
3.2. Switch and Parameter Directives
3.2.12. $MAP: Map File Generation Switch


3.2.12. $MAP: Map File Generation Switch


Targets: MS-DOS, OS/2, Win32


Compiler directives

Enables/disables map file generation.

Syntax:
  {$MAP+} or {$MAP-}
Default:
  {$MAP-}
Remarks:

If {$MAP+} defined, TMT Pascal will generate a map file.

You may also specify -$MAP+ on the command line to generate a map file.

The name of the map file will be progname.map where progname.pas is your original source file name.


Previous: 3.2.11. $L: Local Symbol Information Switch To the Table of Contents Next: 3.2.13. $MMX: Intel MMX Assembler Instructions Switch
3.2.11. $L: Local Symbol Information Switch Table of Contents 3.2.13. $MMX: Intel MMX Assembler Instructions Switch

- 3.2.12. -