13.07.2015 Views

pcp_reference_guide_v2.5 - Tasking

pcp_reference_guide_v2.5 - Tasking

pcp_reference_guide_v2.5 - Tasking

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

5−134PCP Reference Manual−−case−insensitiveCommand line syntax−−case−insensitiveDescriptionWith this option you tell the control progam not to distinguish betweenupper and lower case characters. By default upper and lower casecharacters are considered as different characters. Note that in assemblyinstruction mnemonics, register names, directives and controls are alwaystreated case insensitive.Assembly source files that are generated by the compiler must always beassembled and linked case sensitive. When you are writing your ownassembly code, you may want to specify the case insensitive mode.ExampleTo create the file test.elf with case insensitive assembling and linking:cc<strong>pcp</strong> −c test.ccc<strong>pcp</strong> −−case−insensitive test.cThe assembler and linker now consider upper and lower case charactersas being the same. So, for example, the label LabelName is the same labelas labelname.TOOL OPTIONSRelated informationAssembler option −−case−sensitive (Assemble case insensitive)Linker option −−case−sensitive (Link case insensitive)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!