Errata
Introduction to 64 Bit Intel Assembly Language Programming
Ray Seyfarth
Errata for Chapter 9
On page 91 in the second paragraph under section 9.4, change "which" to "while" on the sixth line.
On page 95 tghe factorial definition near the top should have "n * f(n-1)" for the recursive part of the definition.