◄Operator Summary► ◄Summary► ◄SHL Instruction► ────────────────────────────────────────────────────────────────────────────── Syntax: expression SHL count Returns a result the same size as expression, but shifted to the left a specified (count) number of bits. Each time the expression is shifted left one place, the rightmost bit is set to zero. expression Constant value. count Number of bits expression is to be shifted. See Also: SHR -♦-