Real Mode
- real mode是Intel CPU的一种基本运行模式,是CPU在上电或reset后的默认工作模式
- 在real mode下,CPU只能访问前1MB的memory space,这前1MB的memory被称为real or conventional memory system
- 具有downward compatibility,可以允许旧的8088/8086应用在新的CPU如80286及后续的新CPU上继续运行
Segments and Offsets
- 在real mode下,使用segment address和offset address结合定位内存中的某个位置
- segment address定义了任意64K-Byte内存段的起始地址
- offset address选择64-Byte内存段内的任意位置