Copyright © Philip M. Parker, INSEAD. Terms of Use.

| Domain | Definition |
Computing | Segmented address space The brain damaged addressing scheme used on the Intel 8086 and later Intel microprocessors (and maybe others(?)) where all memory references are formed by adding a 16-bit offset 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. The effect is to segment memory into blocks, of 64 kilobytes in the case of the Intel processors. Blocks 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. Opposite: flat address space. See also addressing mode. (1996-12-21). Source: The Free On-line Dictionary of Computing. |
Source: compiled by the editor from various references; see credits. | |
Crosswords: SEGMENTED ADDRESS SPACE |
| Specialty definitions using "SEGMENTED ADDRESS SPACE": 16-bit application ♦ 32-bit application ♦ flat address space. (references) |
Hexadecimal (or equivalents, 770AD-1900s) (references)53 45 47 4D 45 4E 54 45 44      41 44 44 52 45 53 53      53 50 41 43 45 |
| Leonardo da Vinci (1452-1519; backwards) (references)
|
Binary Code (1918-1938, probably earlier) (references)01010011 01000101 01000111 01001101 01000101 01001110 01010100 01000101 01000100 00100000 01000001 01000100 01000100 01010010 01000101 01010011 01010011 00100000 01010011 01010000 01000001 01000011 01000101 |
HTML Code (1990) (references)S E G M E N T E D   A D D R E S S   S P A C E |
ISO 10646 (1991-1993) (references)0053 0045 0047 004D 0045 004E 0054 0045 0044      0041 0044 0044 0052 0045 0053 0053      0053 0050 0041 0043 0045 |
Encryption (beginner's substitution cypher): (references)53394147394854393823538385239535325350353739 |
| 1. Crosswords 2. Orthography 3. Bibliography |
Copyright © Philip M. Parker, INSEAD. Terms of Use.