Professional Assembly LanguageISBN: 978-0-7645-7901-1
Paperback
576 pages
February 2005
|
Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.
Chapter | Page | Details | Date | Print Run |
---|---|---|---|---|
66 | Error in Table Text the first "Description" entry of the second table: Does not analyze information about statistically declared (private) functions should be: Does not analyze information about statically declared (private) functions |
07/24/08 | ||
104 | Error in Code the last line of code at the bottom of page: movl %edx, -4(&edi) Should be: movl %edx, -4(%edi) |
10/01/06 | ||
106 | Error in Code bottom of page code: dec %ecx jz continue movl $0, %ecx continue: should be: inc %ecx jnc continue movl $0, %ecx continue: |
06/04/07 | ||
303 | Error in Code Page 303, code at the top of the page: code reads: filds value fmulp %st(0), %st(1) ret should be: filds value fmulp %st(0), %st(1) fstps %eax ret |
07/27/2006 | ||
311 | Error in Code On page 311 the code line: movl %ebp, %esp Should be movl %esp, %ebp |
1/30/09 |