Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels