The add Statement
The add statement lets you add two input values together and store the result in the first argument. The first argument must be a variable but the second and third arguments can be variables, numeric constants, or constant expressions. The syntax of the add statement is shown below.
add x, x, y // add x and y and store result in x