| |||
| Home > Directives Reference > Symbol definition directives > CN | |||
The CN directive defines a name for a coprocessor
register.
nameCNexpr
where:
nameis the name to be defined for the coprocessor register. cannot
be the same as any of the predefined names.name
exprevaluates to a coprocessor register number from 0 to 15.
Use CN to allocate convenient names to registers,
to help you remember what you use each register for.
Avoid conflicting uses of the same register under different names.
The names c0 to c15 are predefined.