14-50
Name Boolean Symbol Description Steps
STD=
Begins a logic operation by comparing two 32-bit data in
the comparative condition “(S1+1, S1)=(S2+1, S2)”.
9
STD<>
Begins a logic operation by comparing two 32-bit data in
the comparative condition “(S1+1, S1)<(S2+1, S2)” or
“(S1+1, S1)>(S2+1, S2)”.
9
STD>
Begins a logic operation by comparing two 32-bit data in
the comparative condition “(S1+1, S1)>(S2+1, S2)”.
9
STD>=
Begins a logic operation by comparing two 32-bit data in
the comparative condition “(S1+1, S1)>(S2+1, S2)” or
“(S1+1, S1)=(S2+1, S2)”.
9
STD<
Begins a logic operation by comparing two 32-bit data in
the comparative condition “(S1+1, S1)<(S2+1, S2)”.
9
32-bit data
compare
(Start)
STD<=
Begins a logic operation by comparing two 32-bit data in
the comparative condition “(S1+1, S1)<(S2+1, S2)” or
“(S1+1, S1)=(S2+1, S2)”.
9