THE ART OF ASSEMBLY LANGUAGE
Paperback: 760 pages
Publisher: No Starch Press; Second Edition edition (March 22, 2010)
Language: English
Assembly is a low-level programming language that's one
step above a computer's native machine language. Although assembly
language is commonly used for writing device drivers, emulators, and
video games, many programmers find its somewhat unfriendly syntax
intimidating to learn and use.
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.
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.
- 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
No comments:
Post a Comment