I've set the "symbols ignore case" switch in the CCS5.2 assembler options (Properites>C/C++ Build>Settings>Assembler Options), and it seems to work fine for the symbols I define using .equ -- but not for statement labels, although in the Assembly Users guide it says:
"3.6.1 Label Field
Labels are optional for all assembly language instructions and for most (but not all) assembler directives.
When used, a label must begin in column 1 of a source statement. A label can contain up to 400
alphanumeric characters (A-Z, a-z, 0-9, _, and $). Labels are case sensitive (except when the --
syms_ignore_case option is used), and the first character cannot be a number."
Is there some other switch that I need to set to make statement labels case-insensitive too that I'm just not seeing in the setup menus?
All input appreciated. This is no big deal, but I would like to know just for the sake of completeness.