If you select an S08/RS08 derivative, the languages page appears. You can make multiple selections, creating the code in multiple formats.
The table below explains the options available on this page.
| Group / Option | Description |
|---|---|
| C | Checking the C checkbox sets up your application with ANSI C-compliant startup code, and initializes global variables. |
| C++ | Checking the C++ checkbox sets up your application with ANSI C++ startup code, and performs global class object initialization. |
| Relocatable Assembly | Checking the Relocatable checkbox enables you to split up the application into multiple assembly source files. The source files are linked together using the linker. |
| Absolute Assembly | Checking the Absolute Assembly checkbox enables you to use only one single assembly source file with absolute assembly. There is no support for relocatable assembly or linker. |