251
4
4 Instructions 4.6.4 Matrix Rotation and Shift
◆
Application
1) When M101 = ON, the string stored in elements from head address D0 is converted to a binary oating-
point number (in decimal form). The result is stored in D10 and D11.
D11D10
-1.234521
20H (space)
31H(1)
32H(2)
D0
D1
D2
b7-----b0
34H(4)
D3
2DH(-)
30H(0)
2EH(.)
33H(3)
b15-----b8
32H(2)
00H
D4
D5
35H(5)
31H(1)
-01.234521
2) When M100 = ON, the string stored in elements from head address D0 is converted to a binary oating-
point number (in exponential form). The result is stored in D10 and D11.
20H (space)
2EH(.)
33H(3)
b7-----b0
35H(5)
20H (space)
31H(1)
32H(2)
34H(4)
b15-----b8
2DH(-)
32H(2)
45H(E)
30H(0)
D0
D1
D2
D3
D4
D5
00H 00H
D6
1.2345E-02
Space ignored
D11D10
0.012345