<<< Segment Positions in Real Mode     Index     Segmentation Models Summary >>>

15. General-Purpose Registers in Real mode


  • General-purpose registers may hold

    • data values

    • offset addresses that must be paired with segment addresses to locate data in memory.

  • The customary notation is to separate the segment register and the offset register by a colon. For example:

        DS : AX
        SS : SP
        SS : BP
        ES : DI
        DS : SI
        CS : BX
    
  •   The real mode segmented model


<<< Segment Positions in Real Mode     Index     Segmentation Models Summary >>>