User's Manual

Chapter 3 Creating and Editing Screens
Revision May, 2010 3-303
Subtract a value of $4 from $6 and store the value in $8 (this is an operation of
signed 32-bit data).
iplication)
Var1 = Var2 * Var3
the multiplication of Var2 and Var3, and store the multiplication result in
Var1.
exceeds the length of designated unit, the data out of range will
e internal memory only. Var2 and Var3 can be internal memory or
constant.
y $0 by 2 and store the value in $0 (this is an operation of unsigned 16-bit
data).
* (Mult
Equation
Explanation
Perform
Remark
The calculation result can be stored as signed or unsigned WORD and DWORD.
When the data
be discarded.
Var1 can b
Example
Multipl