Keil Logo Arm Logo

A251 User's Guide

NOCASE Assembler Directive

Abbreviation

NOCA

Arguments

None.

Default

All symbols are converted to uppercase.

µVision

Options — A251 — 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
A251 SAMPLE.ASM NOCASE

$NOCA

Keil logo

Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.