Use this panel to specify language options for the S12Z Assembler.
The following table lists and describes the language options for S12Z Assembler.
| Option | Description |
|---|---|
| Angle Brackets for Macro Arguments Grouping | Controls whether the < > syntax for macro invocation argument grouping is available. When it is disabled, the Assembler does not recognize the special meaning for < in the macro invocation context. |
| Square Braces for Macro Arguments Grouping | Controls the availability of the [? ?] syntax for macro invocation argument grouping. When it is disabled, the Assembler does not recognize the special meaning for [? in the macro invocation context. |
| Maximum Macro Nesting | Controls how deep macros calls can be nested. Its main purpose is to avoid endless recursive macro invocations. |