Logo

The Art of Assembly Language

Large book cover: The Art of Assembly Language

The Art of Assembly Language
by

Publisher: No Starch Press
ISBN/ASIN: 1886411972
ISBN-13: 9781886411975
Number of pages: 928

Description:
The Art of Assembly Language Programming, Randy Hyde's acclaimed text on assembly language programming, is the most-often recommended book on 80x86 assembly language programming in newsgroups, on web sites, and by word of mouth. The author presents assembly language from the high-level programmer's point of view, so you can start writing meaningful programs within days.

Home page url

Download or read it online for free here:
Download link
(7MB, PDF, Windows, Linux version)

Similar books

Book cover: Michael Abrash's Graphics Programming Black BookMichael Abrash's Graphics Programming Black Book
by - Coriolis Group Books
A book for game developers and serious assembly language programmers. It explores the technology behind the popular Doom and Quake 3-D games, and explains optimized solutions to 3-D graphics problems from texture mapping, hidden surface removal, etc.
(24204 views)
Book cover: The Power PC Compiler Writer's GuideThe Power PC Compiler Writer's Guide
by - Warthman Associates
This book describes the code patterns that perform well on PowerPC processors. The book will be particularly helpful to compiler developers and application-code specialists who are already familiar with optimizing compiler technology.
(20706 views)
Book cover: Assemblers And LoadersAssemblers And Loaders
by - Prentice Hal
Comprehensive book on the design of assemblers and loaders. It covers one and two-pass assemblers, absolute and relocatable object files, multiple location counters, local labels, macros, conditional assembly, listing file, disassemblers, and loaders.
(26108 views)
Book cover: x86 Disassemblyx86 Disassembly
- Wikibooks
This book is about the disassembly of x86 machine code into human-readable assembly, and the decompilation of x86 assembly code into human-readable C or C++ source code. Some topics covered will be common to all computer architectures.
(18879 views)