x86 Assembly 101: multiplications, repetitions and switches
In the last post I wrote about how the SHL and the SHR instructions can be used to multiply and divide by powers of 2. What if that’s not the case? What if a multiplication by a different number is required? Well, here we go… The MUL/IMUL instructions The MUL and IMUL (Integer MULtiplication) instructions […]