qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
SHR Operator
   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
                                    -♦-