1. Convert integers to double integers WTOD

1. Convert integers to double integers WTOD

1.1. Instruction Description

The integer to double integer (WTOD) instruction converts an integer value (IN) into a double integer value 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 16 bit integer D/CV/TV/AI/AO/K/H/V/Z/FD, bit composite word (X/Y/M/C/T/S), local variable (LW) Input
OUT 32-bit integer D/CV, bit composite word (Y/M/C/T/S), local variable (LD) output

1.3. Example

Command table:

NETWORK 000

LD X000

WTOD D0 D1 // Convert integer D0 to a double integer and store it in register D1D2

WTOD

图1 WTOD