APP - 21
APPENDICES
Processing time of transition conditional expressions (Continued)
Classifi-
cations
Symbol Instruction Operation expression
Q173DSCPU/
Q172DSCPU
Unit [
µ
s]
Q173DCPU(-S1)/
Q172DCPU(-S1)
Unit [
µ
s]
Comparison
operation
<=
Less than or equal
to
(Completion of
condition)
#0<=#1
1.5 1.5
D800<=D801
U3E1\G10000<=U3E1\G10001 2.5 2.5
#0L<=#2L
1.5 1.5
D800L<=D802L
U3E1\G10000L<=U3E1\G10002L 2.0 2.5
#0F<=#4F
2.5 2.5
D800<=D804F
U3E1\G10000F<=U3E1\G10004F 3.0 3.5
>
More than
(Completion of
condition)
#0>#1
1.5 1.5
D800>D801
U3E1\G10000>U3E1\G10001 2.0 2.5
#0L>#2L
1.5 1.5
D800L>D802L
U3E1\G10000L>U3E1\G10002L 2.0 2.5
#0F>#4F
2.0 2.0
D800F>D804F
U3E1\G10000F>U3E1\G10004F 3.0 3.5
>=
More than or equal
to
(Completion of
condition)
#0>=#1
2.0 2.0
D800>=D801
U3E1\G10000>=U3E1\G10001 2.5 2.5
#0L>=#2L
1.5 1.5
D800L>=D802L
U3E1\G10000L>=U3E1\G10002L 2.5 2.5
#0F>=#4F
2.0 2.0
D800F>=D804F
U3E1\G10000F>=U3E1\G10004F 3.0 4.0