You copied the Doc URL to your clipboard.
CP
The CP
directive defines a name for a specified coprocessor.
Syntax
name
CP
expr
where:
name
is the name to be assigned to the coprocessor.
name
cannot be the same as any of the predefined names.expr
evaluates to a coprocessor number within the range 0 to 15.
Usage
Use CP
to allocate convenient names
to coprocessors, to help you to remember what you use each one for.
Note
Avoid conflicting uses of the same coprocessor under different names.The names p0 to p15 are predefined for coprocessors 0 to 15.
Example
dmu CP 6 ; defines dmu as a symbol for ; coprocessor 6