-s
In this section:
Syntax
-s{+|-} Parameters
| Case-sensitive user symbols. |
| Case-insensitive user symbols. |
Description
Use this option to control whether the assembler is sensitive to the case of user symbols. By default, case sensitivity is on.
Example
By default, for example LABEL and label refer to different symbols. When -s- is used, LABEL and label instead refer to the same symbol.
Caution
Project>Options>Assembler>Language>User symbols are case sensitive