5.1.2.2.6 -cm20 Compatibility mode
This command-line compiler option controls whether the compiler is in version 2.0 compatibility mode.
Syntax: -cm20[+|-]
Default: Disabled
Notes: See also Compatibility mode (with version 2.0).
5.1.2.2.7 -ead* Auto-declare input & output
This command-line compiler option enables/disables auto-declaration of input and output.
Syntax: -ead[+|-]
Default: Enabled
Notes: See also auto-declare input/output.
5.1.2.2.8 -ebh* Allow binary & hex integers
This command-line compiler option enables/disables binary and hexadecimal integer constants.
Syntax: -ebh[+|-]
Default: Enabled
Notes: See also allow binary/hexadecimal constants.
5.1.2.2.9 -eco* Enable non-standard constants
This command-line compiler option enables/disables non-standard constants.
Syntax: -eco[+|-]
Default: Enabled
Notes: See also enable non-standard constants.
5.1.2.2.10 -ecr* Allow constant ranges
This command-line compiler option enables/disables constant ranges.
Syntax: -ecr[+|-]
Default: Enabled
Notes: See also allow constant ranges.
5.1.2.2.11 -edq* Allow double-quoted literals
This command-line compiler option enables/disables double quoted literals.
Syntax: -edq[+|-]
Default: Enabled
Notes: See also allow double-quoted (") literals.