To view and modify the general settings for the Kinetis assembler:
The following table lists and describes the general assembler options for Kinetis.
| Option | Description |
|---|---|
| Labels Must End With `:' | Clear if system does not require labels to end with colons. By default, the option is checked. |
| Directives Must Begin With `.' | Clear if the system does not require directives to start with periods. By default, the option is checked. |
| Allow Space In Operand Field | Clear to restrict the assembler from adding spaces in operand fields. By default, the option is checked. |
| Case-Sensitive Identifiers | Clear to instruct the assembler to ignore case in identifiers. By default, the option is checked. |
| Enable GNU Assember Compatible Syntax | Equivalent to -gnu option, provides a level of assembly compatibility with GNU assembler |
| Enable ARM ADS Compatible Syntax | Equivalent to -ads option, this option allows assembly of ARM,Ltd. RVDS assembly syntax. |
| Other Flags | Specify additional command line options for the assembler; type in custom flags that are not otherwise available in the UI. |
The Properties for <project> dialog box closes.