MCALLS

Execute called macros during macro pre-process stage.
Restriction: This topic applies to Windows environments only.

Syntax:

[NO]MCALLS

Properties:

Default: MCALLS

Build Settings:

Type directly into the Additional Directives field on the Assembler tab of your project properties Assembler page.

Comments:

If you specify NOMCALLS, the macros are not executed, just expanded. You can use this option in conjunction with MPC or MPCGEN to compile macros without expanding them. To create .mpc files for all the macros in a folder just copy the folder list into a .mlc file and compile it using options MPCGEN and NOMCALLS.