Title Page
Copyright Page
About the Author
Acknowledgments
Contents at a Glance
Contents
Introduction
Chapter 1: It’s All in the Plan: Understanding What Computers Really Do
Chapter 2: Alien Bases: Getting Your Arms Around Binary and Hexadecimal
Chapter 3: Lifting the Hood: Discovering What Computers Actually Are
Chapter 4: Location, Location, Location: Registers, Memory Addressing, and Knowing Where Things Are
Chapter 5: The Right to Assemble: The Process of Creating Assembly Language Programs
Chapter 6: A Place to Stand, with Access to Tools: Linux and the Tools That Shape the Way You Work
Chapter 7: Following Your Instructions: Meeting Machine Instructions Up Close and Personal
Chapter 8: Our Object All Sublime: Creating Programs That Work
Chapter 9: Bits, Flags, Branches, and Tables: Easing Into Mainstream Assembly Coding
Chapter 10: Dividing and Conquering: Using Procedures and Macros to Battle Program Complexity
Chapter 11: Strings and Things: Those Amazing String Instructions
Chapter 12: Heading Out to C: Calling External Functions Written in the C Language
Conclusion: Not the End, But Only the Beginning
Appendix A: The Return of the Insight Debugger
Appendix B: Partial x64 Instruction Reference
Appendix C: Character Set Charts
Index
EULA
The long-awaited x64 edition of the bestselling introduction to Intel assembly language
In the newly revised fourth edition of x64 Assembly Language Step-by-Step: Programming with Linux, author Jeff Duntemann delivers an extensively rewritten introduction to assembly language with a strong focus on 64-bit long-mode Linux assembler. The book offers a lighthearted, robust, and accessible approach to a challenging technical discipline, giving you a step-by-step path to learning assembly code that’s engaging and easy to read.
x64 Assembly Language Step-by-Step makes quick work of programmable computing basics, the concepts of binary and hexadecimal number systems, the Intel x86/x64 computer architecture, and the process of Linux software development to dive deep into the x64 instruction set, memory addressing, procedures, macros, and interface to the C-language code libraries on which Linux is built.
A set of free and open-source development and debugging tools you can download and put to use immediately
Numerous examples woven throughout the book to illustrate the practical implementation of the ideas discussed within
Practical tips on software design, coding, testing, and debugging
A one-stop resource for aspiring and practicing Intel assembly programmers, the latest edition of this celebrated text provides readers with an authoritative tutorial approach to x64 technology that’s ideal for self-paced instruction. Please note, the author's listings that accompany this book are available from the author website at www.contrapositivediary.com under his heading "My Assembly Language Books."