欢迎访问ic37.com |
会员登录 免费注册
发布采购

30140-23 参数 Datasheet PDF下载

30140-23图片预览
型号: 30140-23
PDF下载: 下载PDF文件 查看货源
内容描述: 的Geode ™ GXM处理器与MMX支持集成的x86解决方案 [Geode⑩ GXm Processor Integrated x86 Solution with MMX Support]
分类和应用: 微控制器和处理器外围集成电路微处理器
文件页数/大小: 244 页 / 4221 K
品牌: NSC [ National Semiconductor ]
 浏览型号30140-23的Datasheet PDF文件第58页浏览型号30140-23的Datasheet PDF文件第59页浏览型号30140-23的Datasheet PDF文件第60页浏览型号30140-23的Datasheet PDF文件第61页浏览型号30140-23的Datasheet PDF文件第63页浏览型号30140-23的Datasheet PDF文件第64页浏览型号30140-23的Datasheet PDF文件第65页浏览型号30140-23的Datasheet PDF文件第66页  
Processor Programming (Continued)  
3.7 DESCRIPTORS AND SEGMENT MECHANISMS  
Memory is divided into contiguous regions called “seg-  
ments.” The segments allow the partitioning of individual  
elements of a program. Each segment provides a zero  
address-based private memory for such elements as  
code, data and stack space.  
To calculate a physical memory address, the 16-bit seg-  
ment base address located in the selected segment regis-  
ter is multiplied by 16 and then a 16-bit offset address is  
added. The resulting 20-bit address is then extended with  
twelve zeros in the upper address bits to crate 32-bit phys-  
ical address.  
The segment mechanisms select a segment in memory.  
Memory is divided into an arbitrary number of segments,  
each containing usually much less than the 232 byte (4  
GByte) maximum.  
The value of the selector (the INDEX field) is multiplied by  
16 to produce a base address (Figure 3-4.) The base  
address is summed with the instruction offset value to pro-  
duce a physical address.  
There are two segment mechanisms, one for Real and  
Virtual 8086 Operating Modes, and one for Protective  
Mode.  
Virtual 8086 Mode Segment Mechanism  
In Virtual 8086 mode the operation is performed as in real  
mode except that a paging mechanism is added. When  
paging is enabled, the paging mechanism translates the  
linear address into a physical address using cached look-  
up tables (refer to Section 3.9 “Paging Mechanism” on  
page 72).  
3.7.1 Real and Virtual 8086 Mode Segment  
Mechanisms  
Real Mode Segment Mechanism  
In real mode operation, the CPU addresses only the low-  
est 1 MB of memory. In this mode a selector located in  
one of the segment registers is used to locate a segment.  
12 High Order Address Bits  
000h  
16  
Offset Address  
Offset Mechanism  
12  
20  
32  
Linear Address  
(Physical Address)  
16  
20  
Base Address  
Selected Segment  
Register  
X 16  
Figure 3-4. Real Mode Address Calculation  
www.national.com  
62  
Revision 3.1  
 复制成功!