Everything
4.2.1 Reserved words

The CC-RL adds the following characters as reserved words to implement the expanded function. These words are similar to the ANSI C keywords, and cannot be used as a label or variable name.

Reserved words that are added by the CC-RL are listed below.

Table 4.9

List of Reserved Words

Reserved Words

Usage

__saddr

Allocating a static variable to the saddr area

__callt

Calling a function with the callt instruction

__near

Specifying memory allocation area

__far

Specifying memory allocation area

__inline

Specifying memory allocation area

__sectop

Section start address

__secend

Section end address + 1

 

All names that include two underscores (__) are also invalid as label or variable names.