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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Tool Options − Assembler5−57−c (−−case−insensitive)Command line syntax−c−−case−insensitiveDescriptionWith this option you tell the assembler not to distinguish between upperand lower case characters. By default the assembler considers upper andlower case characters in labels and user−defined symbols as differentcharacters. Note that instruction mnemonics, register names, directives andcontrols are always treated case insensitive.Assembly source files that are generated by the compiler must always beassembled case sensitive. When you are writing your own assembly code,you may want to specify the case insensitive mode.ExampleTo assemble case insensitive:as<strong>pcp</strong> −c test.srcas<strong>pcp</strong> −−case−insensitive test.srcThe assembler considers upper and lower case characters as being thesame. So, for example, the label LabelName is the same label aslabelname.Related informationLinker option −−case−sensitive (Link case insensitive)• • • • • • • •

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

Saved successfully!

Ooh no, something went wrong!