Command Syntax for Variable Substitution
For commands using variables instead of numeric values, the variable needs to be within parentheses.
Below is a simple program showing correct syntax.
PROGRAM
DIM SV10
SV2=100
SV3=6
ACC (SV2)
VEL (SV3)
DEC (SV2)
STP (SV2)
Y/100
? SV2
? SV3
INH 516
ENDP
Substitution Substitute Command Syntax parenthesis parentheses