Chapter 3 Creating and Editing Screens
One address can store up to two words. The excess word will be stored in next
address in order. The low and high bit of the converted ASCII code will be
exchanged.
Var1 can be internal memory only. Var2 can be internal memory or constant.
Example
After executing FILLASC command, 4241H will be stored in $0 and 3130H will be
stored in $1 (this is an operation of unsigned 16-bit data).
FMOV (Transfer Floating Point Data)
Equation
Var1 = FMOV (Var2)
Explanation
Transfer floating point data from Var2 to Var1. No data change within Var2 after
executing FMOV command.
Remark
The calculation result can be stored as signed DWORD.
Var1 can be controller address or internal memory. Var2 can be controller
address, internal memory or constant.
Example
Transfer constant 44.3 to the internal memory address $0 (this is an operation of
signed 32-bit data).
Revision May, 2010 3-331