Compares F1 with F2 according to the condition given by Relop, and branches to the location specified in Label.
CABXX
F1 (Operand)
Relop (Comparison Operator)
F2 (Operand )
Label (Label)
Hi (Indicator Variable)
Lo (Indicator Variable)
Eq (Indicator Variable)
Optional. Must contain a valid operand.
Optional. A comparison operator that must be one of the accepted AVR for .NET relational operators, such as >, =, *NE, *GT, etc.
Required. Must contain a valid operand.
Optional. A name specified in a program that can allow commands to be the target of a GOTO command.
Optional. As a result of the comparison, the Hi indicator is set on if F1 is greater than F2.
Required. As a result of the comparison, the Lo indicator is set on if F1 is less than F2.
Optional. As a result of the comparison, the Eq indicator is set on if F1 is equal to F2.
The CABXX operation is functionally identical to a GOTO operation.