SLD

Top  Previous  Next

 

The 32 bits of accu 1 are shifted about the number that is specified as operand (0-32)to the left side. Bits that are shifted out to the left side get lost. From the right side zeros are filled in.

 

If no operand is specified the accu 2-LL will be used instead.

 

Syntax:        SLD x                // x is between 0 and 32

         SLD                // the content of accu 2-LL is used as parameter

 

See also:

SLW

SRW

SRD

SSI

SSD

 

List of operations