Next:
3.1 Compiling
Up:
SDCC Compiler User Guide
Previous:
2.8 Components of SDCC
 
Contents
 
Index
3. Using SDCC
Subsections
3.1 Compiling
3.1.1 Single Source File Projects
3.1.2 Projects with Multiple Source Files
3.1.3 Projects with Additional Libraries
3.2 Command Line Options
3.2.1 Processor Selection Options
3.2.2 Preprocessor Options
3.2.3 Linker Options
3.2.4 MCS51 Options
3.2.5 DS390 Options
3.2.6 Optimization Options
3.2.7 Other Options
3.2.8 Intermediate Dump Options
3.3 MCS51/DS390 Storage Class Language Extensions
3.3.1 xdata
3.3.2 data
3.3.3 idata
3.3.4 bit
3.3.5 sfr / sbit
3.4 Pointers
3.5 Parameters & Local Variables
3.6 Overlaying
3.7 Interrupt Service Routines
3.8 Critical Functions
3.9 Naked Functions
3.10 Functions using private banks
3.11 Absolute Addressing
3.12 Startup Code
3.13 Inline Assembler Code
3.14 int(16 bit) and long (32 bit) Support
3.15 Floating Point Support
3.16 MCS51 Memory Models
3.17 DS390 Memory Models
3.18 Defines Created by the Compiler
Johan Knol
2001-07-13