STATIC

Generate code from macro statements with no symbolic parameters without parsing them for parameter substitution.
Restriction: This topic applies to Windows environments only.

Syntax:

[NO]STATIC

Properties:

Default: STATIC

Build Settings:

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

Comments:

If you specify NOSTATIC, all macro statements are parsed for parameter substitution. This directive only affects speed of compilation, and the output is identical.