|
| LARGE Compiler Directive| Abbreviation | | LA | | Arguments | | None. | | Default | | SMALL | | µVision | | Options — Target — Memory Model. | | Description | | The LARGE directive selects the large memory model. The memory model affects the code generated by the compiler. In this memory model variables are accessed using far addresses and functions are accessed using far addresses. | | See Also | | COMPACT, HCOMPACT, HLARGE, HOLD, MEDIUM, SMALL, TINY, XLARGE | | Example | |
#C166 SAMPLE.C LARGE
|
|
|