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.
SHL Operator
   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
                                    -♦-