EQU(025) - Equal
Purpose:
Compares the content of Cp1 to the content of Cp2. Creates an ON execution condition if the two values are equal or an OFF condition if they are not equal.
Operand Data Areas:
Cp1: 1st compare word CIO, G, A, T, C, DM, #, DR, IR
Cp2: 2nd compare word CIO, G, A, T, C, DM, #, DR, IR
Examples of the use of EQU instruction :
If D00000=2 Then 0005.00=ON
with Differentiate Up
If D00000=2 Then 0005.01= Diff. Up ON