<<< Lab Description | Index | SHL Operands >>> |
Recall that SHL (shift left) instruction performs a logical left shift on the destination operand:
The lowest bit is filled with zero.
The highest bit is moved to the carry flag.
The bit that was in the carry flag is lost.
<<< Lab Description | Index | SHL Operands >>> |