Skip to:Content
|
Bottom
Cover image for Assembly language for x86 processors
Title:
Assembly language for x86 processors
Personal Author:
Edition:
6th ed.
Publication Information:
Boston, Mass. ; London : Pearson, c2011
Physical Description:
743 p. : ill. ; 24 cm.
ISBN:
9780131377097

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010281093 QA76.9.D26 I79 2011 Open Access Book Book
Searching...

On Order

Summary

Summary

Assembly Language for x86 Processors, 6/e is ideal for undergraduate courses in assembly language programming and introductory courses in computer systems and computer architecture. Written specifically for the Intel/Windows/DOS platform, this complete and fully updated study of assembly language teaches students to write and debug programs at the machine level. Based on the Intel processor family, the text simplifies and demystifies concepts that students need to grasp before they can go on to more advanced computer architecture and operating systems courses. Students put theory into practice through writing software at the machine level, creating a memorable experience that gives them the confidence to work in any OS/machine-oriented environment. Proficiency in one other programming language, preferably Java, C, or C++, is recommended.


Author Notes

Kip Irvine has written five computer programming textbooks, for Intel Assembly Language, C++, Visual Basic (beginning and advanced), and COBOL. His book Assembly Language for Intel-Based Computers has been translated into six languages. His first college degrees (B.M., M.M., and doctorate) were in Music Composition, at University of Hawaii and University of Miami. He began programming computers for music synthesis around 1982 and taught programming at Miami-Dade Community College for 17 years. Kip earned an M.S. degree in Computer Science from the University of Miami, and he has been a full-time member of the faculty in the School of Computing and Information Sciences at Florida International University since 2000.


Table of Contents

Binary Additionp. 11
Hexadecimal Integersp. 13
Signed Integersp. 15
Character Storagep. 17
Section reviewp. 19
Boolean Operationsp. 22
Truth Tables for Boolean Functi
Go to:Top of Page