queryCaseLevel
The queryCaseLevel command determines the case level setting for the current file.
- Syntax
- setCaseLevel ALL_CASE|NO_CASE|DEFAULT
- Return values
-
- ALL_CASE
- Returned if the file is set for opcodes and operands to match the case used in the syntax definition.
- NO_CASE
- Returned if the file is set to allow all opcodes and operands to be specified in any case.
- DEFAULT
- Returned if the opcode can be specified in any case and operands for all instructions (except
macro instructions) can be specified in any case.Note: If you are using a macro with the keyword operand KEY=A, the word KEY is case sensitive.