This switch controls whether external group names (declared with the GROUP directive) and segment names (declared with the SEGMENT directive) are converted to uppercase before writing them to the object file. By default, no conversion is performed and the names are written to the object file exactly as they were entered into the symbol table during assembly.
┌────┬──────┬─────┬────┬──────────────────────────────────────────────────┐ │Type│Global│Group│File│Default │ ├────┼──────┼─────┼────┼──────────────────────────────────────────────────┤ │S │Yes │Yes │Yes │-Ous (do not convert group or segment names to │ │ │ │ │ │uppercase in object file) │ └────┴──────┴─────┴────┴──────────────────────────────────────────────────┘
Related Information: