|
NXC
Version 1.2.1 r5
|
| #define RICOpDescription | ( | _Options, | |
| _Width, | |||
| _Height | |||
| ) | 8, 0, 0, 0, (_Options)&0xFF, (_Options)>>8, (_Width)&0xFF, (_Width)>>8, (_Height)&0xFF, (_Height)>>8 |
Output an RIC Description opcode.
| _Options | RIC options. |
| _Width | The total RIC width. |
| _Height | The total RIC height. |