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.
Auflage
Sprache
Verlagsort
Zielgruppe
Für Beruf und Forschung
Research
Illustrationen
Maße
Höhe: 254 mm
Breite: 178 mm
Dicke: 14 mm
Gewicht
ISBN-13
978-1-4684-6553-2 (9781468465532)
DOI
10.1007/978-1-4684-6551-8
Schweitzer Klassifikation
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.