Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!labrea!rutgers!bellcore!texbell!killer!chasm From: chasm@killer.Dallas.TX.US (Charles Marslett) Newsgroups: comp.sys.ibm.pc Subject: Re: Case sensitivity from MASM? Summary: use -mx or -ml Keywords: case sensitivity MASM Message-ID: <7781@killer.Dallas.TX.US> Date: 7 Apr 89 13:14:36 GMT References: <262@sppy00.UUCP> Distribution: na Organization: The Unix(R) Connection, Dallas, Texas Lines: 18 In article <262@sppy00.UUCP>, jmv@sppy00.UUCP (Jim Vickroy) writes: > We're putting together a system using a mix of Assembler and C. We're also > using the Microsoft linker with the /NOI option. Now for my question: can > you get lowercase and/or mixed case references out of MASM? If you are using a sufficiently recent version of MASM (I have 5.1, but I think 5.0 also had the feature), the internal and external symbols in the assembly program can be made case sensitive by adding a "-ml" to the command line, or just the external symbols can be made case sensitive by adding a "-mx" to the command line. > Thanks in advance? You're welcome, > jim Charles