124
MANUAL DO USUÁRIO DC-2000 / PROGRAMA WINTASKGEN - Revisão 1.5
Line No.
Operator
Source Operand
Destination
Operand
1
MOV
DATA
DATE_F
2
MSG
DATA
1
3
.
4.3.20 MSG
Syntax:
Operator
Source Operand
Destination Operand
MSG
OPERAND1
OPERAND2
Description:
Display the message held in OPERAND1 at LCD position held in OPERAND2.
Character '/' used as new line control character.
Operand Data Type:
OPERAND1: numeric variable, string constant, string variable
OPERAND2: numeric constant, numeric variable
Examples:
If TEMPVAR is defined as a variable; then
Line No.
Operator
Source Operand
Destination
Operand
1
MOV
TEMPVAR
*
2
MSG
*
17
Display string constant( Task Generator )at LCD position 1.
Line No.
Operator
Source Operand
Destination
Operand
1
MSG
"Gerador de
Tarefas"
1