RS08 Compiler > Language

Use this panel to specify code-generation and symbol-generation options for the RS08 Compiler.

The following figure shows the Language panel.

Figure 1. Tool Settings - RS08 Compiler > Language
Tool Settings - RS08 Compiler > Language
The following table lists and describes the language options for RS08.
Table 1. Tool Settings - RS08 Compiler > Language Options
Option Description
Strict ANSI ( -Ansi) Refer to the -Ansi: Strict ANSI topic.
C++ Refer to the -C++ (-C++f, -C++e, -C++c): C++ Support topic.
Cosmic compatibility mode for space modifiers @near, @far, and @tiny ( -Ccx) Refer to the -Ccx: Cosmic Compatibility Mode for Space Modifiers and Interrupt Handlers topic.
Bigraph and trigraph support ( -Ci) Refer to the -Ci: Bigraph and Trigraph Support topic.
C++ comments in ANSI-C ( -Cppc) Refer to the -Cppc: C++ Comments in ANSI-C topic.
Propagate const and volatile qualifiers for structs ( -Cq) Refer to the -Cq: Propagate const and volatile qualifiers for structs topic.
Conversion from `const T*' to `T*' ( -Ec) Refer to the -Ec: Conversion from 'const T*' to 'T*' topic.
Do not pre-process escape sequences in strings with absoluted DOS paths ( -Pe) Refer to the -Pe: Do Not Preprocess Escape Sequences in Strings with Absolute DOS Paths topic.