| |
| | Cogsys: Data Segments |
 | | Unlike modern operating systems, which have a flat memory model, real mode requires the programmer to access memory with two addresses: a 16-bit segment followed by a 16-bit offset. |
 | | Most unfortunately, the highest memory address is not a 32-bit quantity (4 GB, the protected, flat model limit) but rather a 20-bit one, 1 MB. |
 | | The data segment is a segment of memory where some of this function's data, including certain constants, local array structures and many other variables specific to the function, resides. |
| condor.depaul.edu /~dallbrit/extra/cogsys-html/cogref_89.html (1272 words) |
|