The mul Statement
The mul statement lets you multiply two input values 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 mul statement is shown below.
mul x, x, x // set x equal to x^2