SW006015 Microchip Technology, SW006015 Datasheet - Page 86

C COMPILER MPLAB C32

SW006015

Manufacturer Part Number
SW006015
Description
C COMPILER MPLAB C32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheets

Specifications of SW006015

Supported Families
PIC32MX5, MX6, And MX7
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC32 MCUs
Tool Function
Compiler
Supported Devices
PIC32 MCUs
Tool Type
Compiler
Processor Series
PIC32
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
DS51686A-page 82
®
5.8.4.16
This section collects the 8-byte constants (usually floating-point) which the assembler
decides to store in memory rather than in the instruction stream from all of the
application's input files. This section is assigned to the data memory region
(kseg1_data_mem) with a load address located in the program memory region
(kseg0_program_mem).
.lit8
{
} > kseg1_data_mem AT> kseg0_program_mem
5.8.4.17
This section collects the 4-byte constants (usually floating-point) which the assembler
decides to store in memory rather than in the instruction stream from all of the
application's input files. This section is assigned to the data memory region
(kseg1_data_mem) with a load address located in the program memory region
(kseg0_program_mem). A symbol is defined to represent the virtual end address of
the initialized data (_data_end).
5.8.4.18
This section collects the small uninitialized data from all of the application's input files.
This section is assigned to the data memory region (kseg1_data_mem). A symbol is
defined to represent the virtual begin address of uninitialized data (_bss_begin).
Symbols are also defined to represent the virtual begin (_sbss_begin) and end
(_sbss_end) addresses of this section.
5.8.4.19
This section collects the uninitialized data from all of the application's input files. This
section is assigned to the data memory region (kseg1_data_mem). A symbol is
defined to represent the virtual end address of uninitialized data (_bss_end). A symbol
is also defined to represent the virtual end address of data memory (_end).
.bss
{
*(.lit8)
.lit4
{
} > kseg1_data_mem AT> kseg0_program_mem
_data_end = . ;
_bss_begin = . ;
.sbss
{
} > kseg1_data_mem
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(COMMON)
/*
* Align here to ensure that the .bss section occupies
* space up to _end.
* alignment even if the .bss section disappears because
* there are no input sections.
*(.lit4)
_sbss_begin = . ;
*(.dynsbss)
*(.sbss .sbss.* .gnu.linkonce.sb.*)
*(.scommon)
_sbss_end = . ;
:
.LIT8 SECTION
.LIT4 SECTION
.SBSS SECTION
.BSS SECTION
:
:
:
Align after .bss to ensure correct
© 2007 Microchip Technology Inc.

Related parts for SW006015