121
MANUAL DO USUÁRIO DC-2000 / PROGRAMA WINTASKGEN - Revisão 1.5
Operand Data Type:
OPERAND1 : string variable, numeric variable.
Examples:
If TEMPVAR is defined as a string variable; then
Line No.
Operator
Source Operand
Destination
Operand
1
MSG
"(1) 5%/(2)
15%TAX"
49
2
INX
TEMPVAR
3
CMP
TEMPVAR
"1"
4
JMP
EQ
30
5
Computar 15%IM-
POSTO
6
.
.
.
.
.
29
END
30
Computar 5%IM-
POSTO
31
.
.
.
4.3.16 JMP
Syntax:
Operator
Source Operand
Destination Operand
JMP
OPERAND1
OPERAND2
Description:
Jumping to OPERAND2 depends on the flag setting from the previous compare.
Operand Data Type:
OPERAND1
EQ, NE, GT, LT and UC( unconditional jump)
OPERAND2
Line number of macro command, constant
Examples:
If TEMPVAR is defined as a numeric variable; then