80386, a Programming and Design Handbook

80386, a Programming and Design Handbook
Author: Penn Brumm
Publisher: Tab Books
Total Pages: 428
Release: 1989
Genre: Computers
ISBN: 9780830632374

Describes the structure of the 80386 microprocessor, and discusses selectors, interrupts, memory, interfaces, subsystems, and the improvment of system performance

Microsoft's 80386/80486 Programming Guide

Microsoft's 80386/80486 Programming Guide
Author: Ross P. Nelson
Publisher:
Total Pages: 500
Release: 1991
Genre: Computers
ISBN:

New revised and updated this book provides a wealth of practical information and expert advice on the Intel 80386, 80386SX, and 80486 microprocessors. Contains scores of informative technical illustrations, complete instruction set documentation, and sample programs.

80486 Programming

80486 Programming
Author: Penn Brumm
Publisher:
Total Pages: 496
Release: 1991
Genre: Computers
ISBN: 9780830675777

This book does for the Intel 80486 microprocessor what the Programming and Design Handbook did for the 80386. The authors make the powerful 80486 accessible to assembly language programmers at all levels - describing the chip's architecture and programming in precise and explicit terms. 8046 Programming has been reviewed for accuracy by Intel engineers.

80386/80286 Assembly Language Programming

80386/80286 Assembly Language Programming
Author: William H. Murray
Publisher: Osborne Publishing
Total Pages: 568
Release: 1986
Genre: Computers
ISBN:

This comprehensive guide enables serious programmers to take full advantage of the unique design of the 80386 and 80286 microprocessors found in the IBM PC AT, COMPAQ Desk Pro 286 and other major computer systems. Instructions for programming the 8087/80287/80387 coprocessor are also included.

i386/i486 Advanced Programming

i386/i486 Advanced Programming
Author: Sen-cuo Ro
Publisher: Springer Science & Business Media
Total Pages: 244
Release: 2012-12-06
Genre: Science
ISBN: 1468465511

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.

80386 Protected Mode Programming in C

80386 Protected Mode Programming in C
Author: Len Dorfman
Publisher:
Total Pages: 408
Release: 1991
Genre: Computers
ISBN:

The protected-mode 80386 processor is an important step in the evolution of PC software, particularly in the development of better multitasking and data storage capabilities. This book aims to show C programmers how to make the transition to protected mode without having to leave their 8086 code behind.