Next: Shift Right Double Up: Insert Character Previous: Shift Left Single

Shift Left Single Logical

The first operand is shifted left the number of bits specified by the second-operand address. Bits 16-19 of the instruction are ignored.

The second-operand address is not used to address data; its low-order six bits indicate the number of bit positions to be shifted. The remainder of the address is ignored.

All 32 bits of the first operand participate in the shift. High-order bits are shifted out without inspection and are lost. Zeros are supplied to the vacated low-order register positions.

Resulting Condition Code:
The code remains unchanged.

Program Exceptions:
None



Next: Shift Right Double Up: Insert Character Previous: Shift Left Single


A.Daviel,TRIUMF