|
| TINY Compiler Directive| Abbreviation | | TI | | Arguments | | None. | | Default | | SMALL | | µVision | | Options — Target — Memory Model. | | Description | | The TINY directive selects the tiny memory model. The memory model affects the code generated by the compiler. In this memory model the non-segmented mode of the C16x/ST10 is used. This mode uses 16-bit addressing for all memory objects. | | See Also | | COMPACT, HCOMPACT, HLARGE, HOLD, LARGE, MEDIUM, SMALL, XLARGE | | Example | |
C166 SAMPLE.C TINY
|
|
|