<<< The SHL Instruction, Shift Logical Bit Left | Index | The SAR Instruction, Shift Arithmetic Right >>> |
SHR does the opposite of SHL.
Zeroes are shifted in from the left, right bits moved to CF.
Operation of SHR:
<<< The SHL Instruction, Shift Logical Bit Left | Index | The SAR Instruction, Shift Arithmetic Right >>> |