dmacro:

Function:

dmacro: is a 'dump' diagnostic tool that enables the complete or partial listing of the macro names and definitions into the list file, during the preprocessing run.

Syntax:

	dmacro:([macro-name1],[macro-name2])

macro-name1 is the first macro to be listed. If this is void, the first macro in the table is assumed.

macro-name2 is the last macro to be listed. If this is void, the last macro in the table is assumed.

The format for the DMACRO: listing is

<NMAC> the macro table number in the order of definition

<IMAC> the macro table address of the first character in the macro name. (The macro definition is stored immediately following the name.)

<NAME> the macro name

<DEFINITION> the macro definition

Examples:

	dmacro:

causes all macro names and definitions to be dumped to the list file.

	dmacro:([bill:],[skip:])

causes macro names and definitions from bill: to skip: in the table to be listed.