Lesson 5 Generalized Operations on Registers

4 years ago

Introducing SHL (Shift Left), reviewing ADD, OR, XOR, INC (Increment), ROL (Rotate Left), ROR (Rotate Right). Make use of felixcloutier.com's x86 assembly language reference. Introducing looping using the RCX register and JZ (Jump if Zero). Comparing it to a C/HolyC for() loop.

Loading comments...