home *** CD-ROM | disk | FTP | other *** search
- The following segments or sections may appear in the output file:
-
- 386 name 68k name use
- .CODE code Code and string constants
- .DATA data Initialized global data
- .?DATA bss Unintialized global data
- INITDATA cstartup #pragma startup links
- EXITDATA crundown #pragma rundown links
- <none> codefix fixups for PIC mode
- <none> datafix fixups for PIC mode
- CPPDATA cppinit C++ static initializations
-
- The following switches affect code generation:
-
- /Cb combine the BSS with the DATA
- /Cl don't put line numbers in ASM file
- /Cm donn't mangle with underscores
- /Cp pack variables
- /Cr use reverse order for bit fields.
- Note that this option reverses the allocation order
- but does not reverse the value in the field.
-
- The following #pragma statements affect code generation:
-
- #pragma regopt - enable/disable register allocations
- #pragma startup - name a routine to be executed on startup
- #pragma rundown - name a routine to be executed on rundown