1. Convert Double Integer to Floating DTOF

1. Convert Double Integer to Floating DTOF

1.1. Instruction Description

The Double Integer to Floating Point (DTOF) instruction converts a double integer value (IN) to a floating point number and places the result into the register specified by (OUT).

1.2. The valid operands of the instruction

Input/Output Data Type operand Description
IN 32-bit integer D/CV/K/H/FD, bit composite word (X/Y/M/C/T/S), local variable (LD) input
OUT 32-bit real number D, local variable (LF) output

1.3. Example

Command table:

NETWORK 000

LD X000

DTOF D0 D2 // Convert the double integer D0D1 to a floating-point number and store it in register D2D3

DTOF

图1 DTOF