Zilog Z80380 Bedienungsanleitung Seite 47

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 116
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 46
UM004001-COR1103 2–13
C-Compiler Overview Section Names
SECTION NAMES
The compiler places code and data into separate sections in the object file. Every section has
a name that is used by the linker to determine which sections to combine and how sections
are ultimately grouped in the executable file.
Code Section (.text)
Initialized Data Section (.data)
Uninitialized Data Section (.bss)
Constant Data Section (.const)
NOTE: All sections are allocated in the __MEMORY address space. The default sections .text,
.data, and .bss can be renamed using the –Ntext, –Ndata, and –Nbss command line options.
float 32 bits
double 32 bits
long double 32 bits
Type Size
Seitenansicht 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 115 116

Kommentare zu diesen Handbüchern

Keine Kommentare