
Instruction Set
Compare 3-11
compare instructions continued...
Instruction
Description
Equal to
EQU
If the value in Source A (N7:5) is = to the value in Source B (N7:10), this instruction is true.
Greater than or Equal GEQ
If the value in Source A (N7:5) is > or = to the value in Source B (N7:10), this instruction is true.
Greater than
GRT
If the value in Source A (N7:5) is > the value in Source B (N7:10), this instruction is true.
Less than or Equal
LEQ
If the value in Source A (N7:5) is < or = to the value in Source B (N7:10), this instruction is true.
Less than
LES
If the value in Source A (N7:5) is < the value in Source B (N7:10), this instruction is true.
Not Equal
NEQ
If the value in Source A (N7:5) is not equal to the value in Source B (N7:10), this instruction is true.
xxxxxxxxxxxxx
Source A
N7:5
3
Source B
N7:10
1
xxx
Source A
Source B
EQU
GEQ
GRT
LEQ
LES
NEQ
10
10
T
T
F
T
F
F
5
6
F
F
F
T
T
T
21
20
F
T
T
F
F
T
–30
–31
F
T
T
F
F
T
–15
–14
F
F
F
T
T
T