249
4
4 Instructions 4.6.4 Matrix Rotation and Shift
◆
Operands
Operand
Bit Element Word Element
System·User System·User Bit Designation Indexed Address Constant
Real
Number
S X Y M T C S SM D R T C SD KnX KnY KnM KnS KnSM
V,Z
Modication K H E
D X Y M T C S SM D R T C SD KnX KnY KnM KnS KnSM
V,Z
Modication K H E
Note: The elements in gray background are supported.
◆
Function
1) 32-bit operation (DESTR)
The string stored in elements from head address [S] is converted to a binary oating-point number. The
result is stored in [D+1, D].
The string can be in decimal or exponential form.
ASCII code of the first
character
ASCII code of the third
character
ASCII code of the fifth
character
S
S+1
S+2
b7-----b0
ASCII code of the
seventh character
S+3
ASCII code of the sign
ASCII code of the
second character
ASCII code of the sixth
character
b15-----b8
S+4
Terminator
ASCII code of the fourth
character
Binary floating-point
number (real number)
D+1 D
00H
●
Decimal form
32H (2)
30H (0)
31H (1)
S+1
S+2
b7-----b0
38H (8)
S+3
2DH (-)
2EH (.)
33H (3)
b15-----b8
S+4
Terminator
34H (4)
Binary floating-point
number (real number)
-2.04138
D+1D
00H
●
Exponential form
32H (2)
34H (4)
30H (0)
S
S+1
S+2
b7-----b0
35H (5)
S+3
2DH (-)
2EH (.)
31H (1)
b15-----b8
S+4
31H (1)
Binary floating-point
number (real number)
-2.41035E+10
D+1D
2BH (+) 45H (E)
30H (0) 33H (3)
00H
S+5
S+6