Mitsubishi Electronics Q170MCPU Video Gaming Accessories User Manual


 
APP - 58
A
PPENDICES
Processing time of operation instructions (continued)
Classifications Symbol Instruction Operation expression
Processing time [µs]
Q170MCPU
SET M1000 = M0+M1 3.0
SET M1000 = X100+X101 3.5
11.0
SET M1000 = PX0+PX1
5.5
(Note)
Logical
operation
+ Logical OR
SET M1000 = U3E1\G10000.0+U3E1\G10000.1 3.5
SET M1000 = #0==#1
SET M1000 = D800==D801
3.5
SET M1000 = U3E1\G10000==U3E1\G10001 4.5
SET M1000 = #0L==#2L
SET M1000 = D800L==D802L
4.0
SET M1000 = U3E1\G10000L==U3E1\G10002L
SET M1000 = #0F==#4F
SET M1000 = D800F==D804F
4.5
==
Equal to
(Completion of condition)
SET M1000 = U3E1\G10000F==U3E1\G10004F 6.0
SET M1000 = #0!=#1
SET M1000 = D800!=D801
4.0
SET M1000 = U3E1\G10000!=U3E1\G10001 4.5
SET M1000 = #0L!=#2L
SET M1000 = D800L!=D802L
4.0
SET M1000 = U3E1\G10000L!=U3E1\G10002L
SET M1000 = #0F!=#4F
SET M1000 = D800F!=D804F
4.5
!=
Not equal to
(Completion of condition)
SET M1000 = U3E1\G10000F!=U3E1\G10004F 6.0
SET M1000 = #0<#1
SET M1000 = D800<D801
4.0
SET M1000 = U3E1\G10000<U3E1\G10001 4.5
SET M1000 = #0L<#2L
SET M1000 = D800L<D802L
4.0
SET M1000 = U3E1\G10000L<U3E1\G10002L
SET M1000 = #0F<#4F
SET M1000 = D800F<D804F
4.5
<
Less than
(Completion of condition)
SET M1000 = U3E1\G10000F<U3E1\G10004F 6.0
SET M1000 = #0<=#1
SET M1000 = D800<=D801
3.5
SET M1000 = U3E1\G10000<=U3E1\G10001 4.5
SET M1000 = #0L<=#2L
SET M1000 = D800L<=D802L
4.0
SET M1000 = U3E1\G10000L<=U3E1\G10002L
SET M1000 = #0F<=#4F
SET M1000 = D800F<=D804F
4.5
Comparison
operation
<=
Less than or equal to
(Completion of condition)
SET M1000 = U3E1\G10000F<=U3E1\G10004F 6.0
(Note): The processing time that the I/O modules (PX/PY) are used with the Q170MCPU's internal I/F (DI/DO).