User's Manual

Chapter 3 Creating and Editing Screens
3.14.3.3 Data Transfer
There are five commands for data transfer, including MOV, BMOV, FILL, FILLASC and
FMOV.
MOV (Transfer Data)
Equation
Var1 = Var2
Explanation
Transfer data from Var2 to Var1. No data change within Var2 after executing MOV
command.
Remark
The calculation result can be stored as WORD and DWORD.
Var1 can be internal memory only. Var2 can be internal memory or constant.
Example
$0 = 0
The data within the internal memory address $0 is assigned to the constant 0 (this is
an operation of unsigned 16-bit data).
$1 = 99999 (Signed DW)
The data within the internal memory address $1 is assigned to the constant 99999
(this is an operation of signed 32-bit data).
3-328 Revision May, 2010