Arithmetic Operations can be used to manipulate numerical values.
Arithmetic Operation Instructions
ADD dst, a, b- Add the values ataandband store the result indst.SUB dst, a, b- Subtract the value atsrc2from the value atsrc1and store the result indst.MUL dst, a, b- Multiply the values ataandband store the result indst.