Use this panel to specify the available data type size options for the HCS08 Compiler.
The following table lists and describes the possible type size options for HCS08 Compiler using the -T option.
| Option | Description |
|---|---|
| char | Selects the size of the char type. Options are:
|
| short | Selects the size of the short type. Options are:
|
| int | Selects the size of the int type. Options are:
|
| long | Selects the size of the long type. Options are:
|
| long long | Selects the size of the long long type. Options are:
|
| enum | Selects the size of the enum type. Options are:
|
| float | Selects the size of the float type. Options are:
|
| double | Selects the size of the double type. Options are:
|
| long double | Selects the size of the long double type. Options are:
|
| long long double | Selects the size of the long long double type. Options are:
|