Prev: 1.3 Notational Conventions
Next: 2.1 Memory Organization and Segmentation

Chapter 2 Basic Programming Model


This chapter describes the 80386 application programming environment as seen by assembly language programmers when the processor is executing in protected mode. The chapter introduces programmers to those features of the 80386 architecture that directly affect the design and implementation of 80386 applications programs. Other chapters discuss 80386 features that relate to systems programming or to compatibility with other processors of the 8086 family.

The basic programming model consists of these aspects:

  Memory organization and segmentation
  Data types
  Registers
  Instruction format
  Operand selection
  Interrupts and exceptions

Note that input/output is not included as part of the basic programming model. Systems designers may choose to make I/O instructions available to applications or may choose to reserve these functions for the operating system. For this reason, the I/O features of the 80386 are discussed in Part II.

This chapter contains a section for each aspect of the architecture that is normally visible to applications.


Prev: 1.3 Notational Conventions Next: 2.1 Memory Organization and Segmentation