| 6.1 Conditional Test Programs This section introduces conditional test programs. To branch a process based on the collating sequence of values, the CMP (compare) instruction is used in combination with the conditional branch instruction. You will use different branch instructions depending on whether the values to be compared are signed or not. The table below shows how to select branch instructions:
|