A Revised and Updated Edition of the Authoritative Text
This revised and updated Third Edition of the classic text guides students through assembly language using a hands-on approach, supporting future computing professionals with the basics they need to understand the mechanics and function of the computer’s inner workings. Through using real instruction sets to write real assembly language programs, students will become acquainted with the basics of computer architecture. 80×86 Assembly Language and Computer Architecture covers the Intel 80×86 using the powerful tools provided by Microsoft Visual Studio, including its 32- and 64-bit assemblers, its versatile debugger, and its ability to link assembly language and C/C++ program segments. The text also includes multiple examples of how individual 80×86 instructions execute, as well as complete programs using these instructions. Hands-on exercises reinforce key concepts and problem-solving skills.
Updated to be compatible with Visual Studio 2012, and incorporating over a hundred new exercises, 80×86 Assembly Language and Computer Architecture: Third Edition is accessible and clear enough for beginning students while providing coverage of a rich set of 80×86 instructions and their use in simple assembly language programs. The text will prepare students to program effectively at any level.
Key features of the fully revised and updated Third Edition include:
Chapter 1 Representing Data in a Computer
Chapter 2 Parts of a Computer System
Chapter 3 Elements of Assembly Language
Chapter 4 Basic Instructions
Chapter 5 Branching and Looping
Chapter 6 Procedures
Chapter 7 Bit Manipulation
Chapter 8 String Operations
Chapter 9 Floating Point Operations
Appendix A Hexadecimal/ASCII Conversion
Appendix B Assembler Reserved Words
Appendix C Answers to Selected Exercises