Configuring the Excluded Assembler Macros List
Important: The Assembler Macro Expansion feature is an extension of the base
Assembler compiler and it is not enabled by default. To enable the Assembler Macro Expansion,
see the Enabling the Assembler Macro Expansion Feature
section.
There are some special macros, also known as system macros, that are intensively used in most Assembler programs, but may not provide many useful insights. The Expansion Macro feature provides the possibility of not expanding or interpreting these types of macros by adding them into a excluded list of macros.
To edit the excluded list of macros, perform the following steps:
- Make sure that IBM® AD Build Client is up and running, and a project is available and can be used.
- Click Show the project tree. and select
- Select Assembler Macro from the list and click Excluded macros.
- The denied
Macros.txt
file is displayed in your default text editor.Note: By default, the deniedMacros.txt
file contains the following common macros.IF ELSE ENDIF BEGIN DOLOOP DOEXIT ENDDO PROC ENDPROC
- Add or remove any macros as needed.