Segmented address space


architecture
An addressing scheme where all memory references are formed by adding an offset to a base address held in a segment register.
The effect is to segment memory into blocks, which may overlap either partially or completely, depending on the contents of the segment registers but normally they would be distinct to give access to the maximum total range of addresses. In this case the scheme does provide some degree of memory protection within a single process since, for example, a data reference cannot affect an area of memory containing code. However, compilers must either generate slower code or code with artificial limits on the size of data structures.
The best known implementation is that used on the Intel 8086 and later Intel microprocessors, where a 16-bit offset is added to a 16-bit base address held in one of four segment base registers. Each instruction has a default segment (code (CS), data (DS), stack (SS), ? (ES)) which determines which segment register is used. Special prefix instructions allow this default to be overridden.
Other computers, such as GE-645/Honeywell Multics, Burroughs large systems (B-5500, B-6600), and others, have used segmentation to good effect.
Opposite: flat address space. See also addressing mode.
[In what way were the others better than Intel’s brain damaged implementation?].
(2004-06-01)

Read Also:

  • Segmented cell

    segmented cell seg·ment·ed cell (sěg’měn’tĭd, sěg-měn’-) n. A cell having a nucleus that is divided into lobes connected by a fine filament.

  • Segmenting

    noun 1. one of the parts into which something naturally separates or is divided; a division, portion, or section: a segment of an orange. 2. Geometry. a part cut off from a figure, especially a circular or spherical one, by a line or plane, as a part of a circular area contained by an arc […]

  • Segmentise

    verb (used with object), segmentized, segmentizing. 1. to segmentalize.

  • Segmentize

    verb (used with object), segmentized, segmentizing. 1. to segmentalize.

  • Segno

    noun, plural segni [seyn-yee, sen-yee; Italian se-nyee] /ˈseɪn yi, ˈsɛn yi; Italian ˈsɛ nyi/ (Show IPA). Music. 1. a sign. 2. a sign or mark at the beginning or end of a section to be repeated. noun (pl) -gni (-njiː; Italian) (-ɲɲi) 1. (music) a sign at the beginning or end of a section directed […]


Disclaimer: Segmented address space definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.