Chapter 6 Applied Instructions
6-105
Additional remark:
1. The value in S
1
which is used in the 16-bit instruction should be within the range between the
minimum source value and the maximum source value, i.e. between -32,768 and 32,767. If the
value exceeds the boundary value, the boundary value is used in the operation.
2. The integer in S
1
which is used in the 32-bit instruction should be within the range between the
minimum source value and the maximum source value, i.e. between -2,147,483,648 and
2,147,483,647. If the integer exceeds the boundary value, the boundary value is used in the
operation.
3. The floating-point number in S
1
which is used in the 32-bit instruction should be within the
range between the minimum source value and the maximum source value, i.e. within the
range of floating-point numbers. If the floating-point number exceeds the boundary value, the
boundary value is used in the operation.