The Art of Assembly Language, 2 edition

PDF
- eBook:The Art of Assembly Language, 2 edition
- Author:Randall Hyde
- Edition:2 edition
- Categories:
- Data:March 1, 2010
- ISBN:1593272073
- ISBN-13:9781593272074
- Language:English
- Pages:760 pages
- Format:PDF
Since 1996, Randall Hyde's The Art of Assembly Language has provided a comprehensive, plain-English, and patient introduction to assembly for non-assembly programmers. Hyde's primary teaching tool, High Level Assembler (or HLA), incorporates many of the features found in high-level languages (like C, C++, and Java) to help you quickly grasp basic assembly concepts. HLA lets you write true low-level code while enjoying the benefits of high-level language programming.
As you read The Art of Assembly Language, you'll learn the low-level theory fundamental to computer science and turn that understanding into real, functional code. You'll learn how to:
- Edit, compile, and run an HLA program
- Declare and use constants, scalar variables, pointers, arrays, structures, unions, and namespaces
- Translate arithmetic expressions (integer and floating point)
- Convert high-level control structures
-
Content
Chapter 2: Data Representation
Chapter 3: Memory Access and Organization
Chapter 4: Constants, Variables, and Data Types
Chapter 5: Procedures and Units
Chapter 6: Arithmetic
Chapter 7: Low-Level Control Structures
Chapter 8: Advanced Arithmetic
Chapter 9: Macros and the HLA Compile-Time Language
Chapter 10: Bit Manipulation
Chapter 11: The String Instructions
Chapter 12: Classes and Objects
Free sample
-