|
#define RICOpVarMap |
( |
_DataAddr, |
|
|
_MapCount, |
|
|
_MapFunction |
|
) |
((_MapCount*4)+6)&0xFF, ((_MapCount*4)+6)>>8, 2, 0, (_DataAddr)&0xFF, (_DataAddr)>>8, (_MapCount)&0xFF, (_MapCount)>>8, _MapFunction |
Output an RIC VarMap opcode.
- Parameters:
-
| _DataAddr | The address of the varmap. |
| _MapCount | The number of points in the function. |
| _MapFunction | The definition of the varmap function. See RICMapFunction. |
|