Chapter 22. Epilogue

If you actually read this entire book and haven't skipped around here and there, you should have found a diverse spectrum of topics related to computer processing using all the flavors of the x86 instruction set, from general-purpose instructions up through SSE3, AMD64, and EM64T, such as the terrible penalty (and hidden problems) of not having your data properly aligned, how to detect problems early in your development cycle, and the importance of using assertions and constant declarations within your code. Okay, I did not go overboard on the concept of const but you can find that in any good C++ programming book.

Also contained within were answers to some of the most often asked questions that are typically encountered in ...

Get 32/64-Bit 80x86 Assembly Language Architecture 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.