■
Format for hexadecimal constant (H)
<Example> Hexadecimal "2A" (H2A)
■
Range that can be specified for a hexadecimal constant (H)
Operation Available range
16-bit operation H0 to HFFFF
32-bit operation H0 to HFFFFFFFF
2.7.4 SF Single-precision floating point real number constant
■
Format for single-precision floating point
● Following IEEE754 format, the double precision floating point format consists of 1 sign bit, 8
exponential bits, and 23 mantissa bits.
● Operation instructions for processing real numbers and conversion instructions for real
number integers are provided by default, so it is not necessary to worry about data format
while programming.
16 15 0
Mantissa portion
23 bits
22
3031
Exponent
portion
■
Range of single-precision floating point real number constants
Operation Available range
32-bit operation
Negative range: -1.175494E-38 to -3.402823E+38
0
Positive range: 3.402823E+38 to 1.175494E-38
■
Storage area for single-precision floating point real number constants
● For the storage area for data of real numbers converted using the operation instructions for
single-precision floating point real number constants, 1 unit of data uses an area of 2 words
(32 bits).
● When using the storage area for real number data in data transfer instructions or other
instructions, input SF for the operation unit.
2.7 Explanation of constants
WUME-FP7CPUPGR-12 2-43