User manual

MPLAB
®
XC8 C Compiler User’s Guide
DS52053B-page 122 2012 Microchip Technology Inc.
4.9.4 Global Tab
The options in this dialog control aspects of compilation that are applicable throughout
code generation and link steps — the second stage of compilation. See Figure 4-8 in
conjunction with the following command line option equivalents.
FIGURE 4-8: THE GLOBAL TAB
1. Memory model: Not applicable.
2. Double float: This selector allows the size of the double type to be selected. See
Section 4.8.24 “--DOUBLE: Select Kind of Double Types”.
3. Float: This selector allows the size of the float type to be selected. See
Section 4.8.31 “--FLOAT: Select Kind of Float Types”.
4. Use strict calls: Not applicable.
5. RAM ranges: This field allows the default RAM (data space) memory used to be
adjusted. See Section 4.8.48 “--RAM: Adjust RAM Ranges”.
6. Code pointer size: Not applicable.
1
2
3
4
5
6
7
8
9
10
11