Logo

x86 Assembly

Small book cover: x86 Assembly

x86 Assembly

Publisher: Wikibooks
Number of pages: 123

Description:
This book covers assembly language programming for the x86 family of microprocessors. The objective is to teach how to program in x86 assembly, as well as the history and basic architecture of x86 processor family. This book is intended for readers at the intermediate level.

Home page url

Download or read it online for free here:
Download link
(430KB, PDF)

Similar books

Book cover: Programmed Introduction to MIPS Assembly LanguageProgrammed Introduction to MIPS Assembly Language
by - Central Connecticut State University
This is a course in assembly language programming of the MIPS processor. It emphasizes the topics needed for study of computer architecture: bits, bit patterns, operations on bit patterns, and how bit patterns represent instructions and data.
(14491 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.
(18859 views)
Book cover: x86-64 Assembly Language Programming with Ubuntux86-64 Assembly Language Programming with Ubuntu
by - University of Nevada, Las Vegas
This text provides a reference for University level assembly language and systems programming courses. Specifically, it addresses the x86-64 instruction set for the popular x86-64 class of processors using the Ubuntu 64-bit Operating System (OS).
(8364 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.
(20685 views)