Previous Topic: Condition CodesNext Topic: Tutorial


Example

The following statements compare the accumulator A1 with the integer 5. If the values are equal, a condition code of EQ is set, causing the BRANCH statement to branch to the statement labeled MORE:

COMPARE A1,5 
BRANCH EQ,MORE