NXC
Version 1.2.1 r5
|
|
inline |
Branch if test is true.
Branch to the specified label if the variable compares to zero with a true result.
cmp | The constant comparison code. See the Comparison Constants for valid values. |
lbl | The name of the label where code should continue executing if the test is true. |
value | The value that you want to compare against zero. |