Keil™, An ARM® Company

L166 User's Guide

CINITTAB Linker Directive

Abbreviation None.
Arguments CINITTAB (range)
Default None.
µVision Options — L166 Misc — Misc Controls.
Description 

The CINITTAB directive specifies the address range where the C166 initialization sections ?C_CLRMEMSEC and ?C_INITSEC are located.

Initialization data for initialized global variables are stored in the ?C_INITTAB section. Initialization data for global variables which must be cleared to 0 are stored in the ?C_CLRMEMSEC section.

Example 
L166 myfile.obj CINITTAB (0x10000 - 0x17FFF)

This example locates ?C_CLRMEMSEC and ?C_INITSEC at the address range 10000h-17FFFh.