|
|||||||||||
|
Technical Support On-Line Manuals C166 User's Guide |
C166 User's GuidexhugeThe xhuge memory type may be used for variables, constants, and functions. This memory is accessed using 32-bit addresses and may be on-chip or external.
Declare xhuge objects as follows:
unsigned char xhuge xhuge_variable;
unsigned char const xhuge xhuge_const_variable;
unsigned int xhuge xhuge_func (void)
{
return (0);
}
| ||||||||||
|
|||||||||||