Mitsubishi Electronics Q172CPU(N) Home Security System User Manual


 
APP - 2
A
PPENDICES
Processing time of operation instruction (Continued)
Classifications Symbol Instruction Operation expression
Q173CPU(N)/Q172CPU(N)
Unit [
µ
s]
#0=#1&#2 3.78
D800=D801&D802 12.78
#0L=#2L&#4L 10.80
& Bit logical AND
D800L=D802L&D804L 18.24
#0=#1|#2 8.40
D800=D801|D802 12.36
#0L=#2L|#4L 10.68
| Bit logical OR
D800L=D802L|D804L 12.54
#0=#1^#2 8.76
D800=D801^D802 10.80
#0L=#2L^#4L 10.62
^ Bit exclusive OR
D800L=D802L^D804L 15.60
#0=#1>>#2 11.76
D800=D801>>D802 15.00
#0L=#2L>>#4L 11.82
>> Bit right shift
D800L=D802L>>D804L 18.06
#0=#1<<#2 10.50
D800=D801<<D802 12.24
#0L=#2L<<#4L 12.18
Bit operation
<< Bit left shift
D800L=D802L<<D804L 15.90
#0=-#1 7.02
D800=-D812 11.70
#0L=-#2L 8.76
D800L=-D802L 14.34
#0F=-#4F 11.28
Sign -
Sign inversion
(complement of 2)
D800F=-D804F 15.84
#0F=SIN(#4F) 19.80
SIN Sine
D800F=SIN(D804F) 25.68
#0F=COS(#4F) 13.20
COS Cosin
D800F=COS(D804F) 24.54
#0F=TAN(#4F) 19.86
TAN Tangent
D800F=TAN(D804F) 30.78
#0F=ASIN(#4F) 21.18
ASIN Arcsin
D800F=ASIN(D804F) 33.48
#0F=ACOS(#4F) 23.52
ACOS Arccosin
D800F=ACOS(D804F) 34.80
#0F=ATAN(#4F) 15.30
ATAN Arctangent
D800F=ATAN(D804F) 19.62
#0F=SQRT(#4F) 10.68
SQRT Square root
D800F=SQRT(D804F) 15.42
#0F=LN(#4F) 16.92
LN Natural logarithm
D800F=LN(D804F) 22.26
#0F=EXP(#4F) 18.54
EXP Exponential operation
D800F=EXP(D804F) 25.14
#0F=ABS(#4F) 12.90
ABS Absolute value
D800F=ABS(D804F) 16.02
#0F=RND(#4F) 12.24
Standard
function
RND Round-off
D800F=RND(D804F) 12.42