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