The asl Statement
The asl statement lets you perform an arithmetic left shift operation. The output (first) argument must be a variable but the second and third arguments can be a variable, a numeric constant, or a constant expression. The syntax of the asl statement is shown below.
asl x, x, y // x = x << y