Footnotes

Chapter 4: FROM CODE TO MEMORY: A GENERAL PRIMER

1. Randall Hyde’s The Art of Assembly Language, 2nd edition (No Starch Press, 2010) is a wonderful book that can teach you everything there is to know about assembly.
2. Each command must fit within 15 bytes. Most commands are 6 or fewer.
3. There is also an unsigned multiplication instruction, MUL, which only works with a single operand.
4. Just as MUL is to IMUL, DIV is the unsigned counterpart to IDIV.

Get Game Hacking now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.