Cantitate/Preț
Produs

i386/i486 Advanced Programming: Real Mode Protected Mode Virtual 8086 Mode

Autor Sen-cuo Ro
en Limba Engleză Paperback – 8 mar 2012
This book gives x86 assembly language programmers a view about how to use the resources and features provided by the i386/i486 processor, the newest and most advanced microprocessor from the Intel x86 family. Because the i386/i486 processor is entirely compatible with its predecessor, the 8086/88 processor, this book concentrates on the enhanced features compared to its predecessor. We assume the reader is already familiar with the concepts of 8086/88 assembly language programming. Our goal is to show you the programming methods that apply to powerful features of the i386/i486. The i387 math coprocessor is not discussed in this book. A detailed explanation about how to use each i386/i486 instruction is not covered in this book. However, we list the complete i386/i486 instruction set in Appendix B. Organization of the Book This book is divided into sections to help readers start learning from the concepts that are similar to the 8086/8088 processor. Then, the discussion shifts to the resources and environment of the i386/i486 processor. Throughout the book, real-life program examples are used to illustrate in detail how you can use the enhanced features or functions of the processor. Chapter 1 introduces the i386/i486 architecture and its enhanced features. The discussion includes the operation mode, general registers, segment registers, system registers, and system data structures. Chapter 2 discusses the method that the i386/i486 processor uses to make itself fully compatible with the 8086/88 processor and to define the interrupt vector table address, which is different from the 8086/88 processor.
Citește tot Restrânge

Preț: 38834 lei

Nou

Puncte Express: 583

Preț estimativ în valută:
7432 7715$ 6197£

Carte tipărită la comandă

Livrare economică 22 martie-05 aprilie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781468465532
ISBN-10: 1468465538
Pagini: 240
Ilustrații: XII, 228 p.
Dimensiuni: 178 x 254 x 13 mm
Greutate: 0.42 kg
Ediția:1993
Editura: Springer Us
Colecția Springer
Locul publicării:New York, NY, United States

Public țintă

Research

Cuprins

Section I Introduction.- 1 The i386/i486 Architecture.- Section II Real-Address Mode.- 2 Programming in Real-Address Mode.- Section III Protected Mode.- 3 Memory Management.- 4 Enter and Leave Protected Mode.- 5 Page Programming.- 6 Control Transfers.- 7 Multitasking.- 8 Debugging.- 9 Input/Output.- 10 Exceptions and Interrupts.- Section IV Virtual-8086 Mode.- 11V86 Mode Programming.- Section V Appendices.- Appendix A Sample i486 Programs.- Appendix B The i386/i486 Instruction Set.- Appendix C Assembler and Linker.