 | Ax51 User's Guide |  |
|
|
| NOCASE Assembler Directive| Abbreviation | NOCA | | Arguments | None. | | Default | All symbols are converted to uppercase. | | µVision | Options — A51 — Case Sensitive Symbols. | | Description | The NOCASE directive causes the assembler to interpret symbols as uppercase only. Lowercase symbols are converted to uppercase before being output to the object file. Do not use this directive when combining assembler-generated modules with C-generated modules. Symbols in C modules are always output to the object file as written (with mixed case). Therefore, corresponding assembler names must be output to the object module with case preserved (by using the CASE directive). | | See Also | CASE | | Example |
A51 SAMPLE.ASM NOCASE
$NOCA
|
|
|