![[Book Cover]](../covergif/0136603904.jpg)
|
Assembly Language for Intel-Based Computers, 3/e
Kip R. Irvine, Miami-Dade Community College - Kendall
Published September, 1998 by Prentice Hall Engineering/Science/Mathematics
Copyright 1999, 676 pp.
Cloth
ISBN 0-13-660390-4
$70.00
|
Sign up for future mailings on this subject.
See other books about:
Programming Languages
![[Companion Website]](../images/cat_cwlogo.gif)
|
Designed for students and professionals interested in learning the basics of operating systems and architecture in the context of a microprocessor. In his third edition, Kip Irvine concentrates on the combined Windows/MS-DOS operating system and thoroughly covers assembly language for Intel-based computers.
Focusing on how to approach programming problems with a machine-level mindset, Assembly Language for the Intel-Based includes the following features:
- All programs tested with the Microsoft( MASM 6.11( assembler and the Borland( TASM 4.0( assembler.
- Deconstructs and analyzes the bit-level encoding of machine instructions.
- Includes examples of linking to C / C++ programs in both Real and Protected modes. Shows how to write in-line assembly code in C++.
- Introduces all non-protected 32-bit instructions, shows how to perform 32 bit arithmetic. Includes a tutorial on using floating-point instructions.
- Improved keyboard and video information, including a bitmap display, ISR, and TSR examples. Includes a new section on writing characters and attributes directly to video RAM.
@ CD-ROM includes the full professional version of the Microsoft( MASM 6.11( Assembly Language Development System, a programmer's editor, a macro library, and the book's source code.
@ CD-ROM includes a valuable link library that may be used by students for console I/O in all of their programs.
(NOTE: Each chapter concludes with Review Questions and
Programming Exercises.)
1. Introduction.
2. Hardware and Software Architecture.
3. Assembly Language Fundamentals.
4. Using the Assembler.
5. Procedures and Interrupts.
6. Conditional Processing.
7. Integer Arithmetic.
8. Structures and Macros.
9. Numeric Conversions and Libraries.
10. Strings and Arrays.
11. Disk Storage.
12. File Processing.
13. High-Level Language Interface.
14. Advanced Topics I.
15. Advanced Topics II.
Appendix A: Binary and Hexadecimal Tutorial.
Appendix B: Using Debug.
Appendix C: Microsoft CodeView.
Appendix D: Borland Turbo Debugger.
Appendix E: Guide to the Sample Programs.
Appendix F: The Intel Instruction Set.
Appendix G: BIOS and DOS Interrupts.
|