NXC
Version 1.2.1 r5
|
|
inline |
Branch if compare is true.
Branch to the specified label if the two values compare 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 comparison is true. |
v1 | The first value that you want to compare. |
v2 | The second value that you want to compare. |