Keil™, An ARM® Company

C166 User's Guide

HLARGE Compiler Directive

Abbreviation

HLA

Arguments

None.

Default

SMALL

µVision

Options — Target — Memory Model.

Description

The HLARGE directive selects the hlarge memory model. The memory model affects the code generated by the compiler. In this memory model variables are accessed using huge addresses and functions are accessed using far addresses.

Note

  • This memory model is not supported by the orignal 80C166 microntroller and is only available with the enhanced C16x/ST10 instruction set. Using this memory model automatically sets the MOD167 directive.
See Also

COMPACT, HCOMPACT, HOLD, LARGE, MEDIUM, MOD167, SMALL, TINY, XLARGE

Example
C166 SAMPLE.C HLA

#pragma hlarge