296
6 BASIC INSTRUCTIONS
6.6 Data Transfer Instructions
6.6 Data Transfer Instructions
Transferring 16-bit data
MOV(P)
These instructions transfer the 16-bit binary data in the device specified by (s) to the device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions transfer the 16-bit binary data in the device specified by (s) to the device specified by (d).
There is no operation error.
Ladder diagram Structured text
ENO:=MOV(EN,s,d);
ENO:=MOVP(EN,s,d);
Operand Description Range Data type Data type (label)
(s) Transfer source data or device number for storing data -32768 to +32767 16-bit signed binary ANY16
(d) Transfer destination device number 16-bit signed binary ANY16
Operand Bit Word Double word Indirect
specification
Constant Others
X, Y, M, L,
SM, F, B, SB
U\G T, ST,
C, LC
T, ST, C, D,
W, SD, SW, R
U\G Z LC LZ K, H E $
(s)
(d)
(d)
(s)
···
···
b15
b15 b0
b0
101 01100011 10010
101 01100011 10010
Transferred