<<< The NEG Instruction | Index | The SHR Instruction, Shift Logical Bit Right >>> |
|
|
SHL is very useful for computing powers of 2 and multiplication by 2, since each time binary number is shifted left, its numeric value doubles.
<<< The NEG Instruction | Index | The SHR Instruction, Shift Logical Bit Right >>> |