GNU Info

Info Node: (nasm.info)Section 2.2.1

(nasm.info)Section 2.2.1


Next: Section 2.2.2 Prev: Section 2.2 Up: Section 2.2
Enter node , (file) or (file)node

2.2.1. NASM Is Case-Sensitive
-----------------------------

   One simple difference is that NASM is case-sensitive. It makes a
difference whether you call your label `foo', `Foo' or `FOO'. If you're
assembling to `DOS' or `OS/2' `.OBJ' files, you can invoke the
`UPPERCASE' directive (documented in *Note Section 6.2::) to ensure
that all symbols exported to other code modules are forced to be upper
case; but even then, _within_ a single module, NASM will distinguish
between labels differing only in case.


automatically generated by info2www version 1.2.2.9