The Art of Assembly Language, 2nd Edition

Copertina anteriore
No Starch Press, 1 mar 2010 - 760 pagine
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 32-bit x86 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 HLA programs
–Declare and use constants, scalar variables, pointers, arrays, structures, unions, and namespaces
–Translate arithmetic expressions (integer and floating point)
–Convert high-level control structures

This much anticipated second edition of The Art of Assembly Language has been updated to reflect recent changes to HLA and to support Linux, Mac OS X, and FreeBSD. Whether you're new to programming or you have experience with high-level languages, The Art of Assembly Language, 2nd Edition is your essential guide to learning this complex, low-level language.
 

Sommario

Hello World of Assembly Language
1
Data Representation
53
Memory Access and Organization
111
Constants Variables and Data Types
155
Procedures and Units
255
Arithmetic
351
LowLevel Control Structures
413
Advanced Arithmetic
477
Macros and the HLA CompileTime Language
551
Bit Manipulation
599
The String Instructions
633
Classes and Objects
651
ASCII Character Set
701
Index
705
Copyright

Altre edizioni - Visualizza tutto

Parole e frasi comuni

Informazioni sull'autore (2010)

Randall Hyde is the author of Write Great Code Volumes 1 and 2 (No Starch Press) and the co-author of MASM 6.0 Bible (The Waite Group). He has written for Dr. Dobb's Journal, Byte, and various professional journals. Hyde taught assembly language at the University of California, Riverside for over a decade.

Informazioni bibliografiche