|
| Keil A166 Assembler- Conditional Assembly Controls
- Set assigns numeric values to variables that are used in $IF and $ELSEIF directives to control conditional assembly sections. The variable names must conform to the standard symbol conventions and are administered separately so that they cannot interfere with other assembly symbols.
Reset clears previous Set assignments that are entered in the options dialog of a higher Target or Group level. - MPL Macro Processing
- This check box enables the Macro Processing Language (MPL) which is a string replacement facility. MPL has several predefined macro processor functions that perform many useful operations like string manipulation or number processing.
- Case Sensitive Symbols
- When enabled the Assembler interprets symbol names using both uppercase and lowercase characters and outputs them to the object file with the case preserved. Symbols are case-sensitive. When disabled the Assembler converts all symbol names to uppercase.
- Include Paths
- Allows you to supply one or more paths to search when processing an $INCLUDE file directive.
- Misc Controls
- Specify any assembler directive for which there is no individual dialog control.
- Assembler Control String
- Displays the current directives at the assembler command line.
|
|