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

30044-23 参数 Datasheet PDF下载

30044-23图片预览
型号: 30044-23
PDF下载: 下载PDF文件 查看货源
内容描述: 的Geode ™ GXM处理器与MMX支持集成的x86解决方案 [Geode⑩ GXm Processor Integrated x86 Solution with MMX Support]
分类和应用: 微控制器和处理器外围集成电路微处理器
文件页数/大小: 244 页 / 4221 K
品牌: NSC [ National Semiconductor ]
 浏览型号30044-23的Datasheet PDF文件第62页浏览型号30044-23的Datasheet PDF文件第63页浏览型号30044-23的Datasheet PDF文件第64页浏览型号30044-23的Datasheet PDF文件第65页浏览型号30044-23的Datasheet PDF文件第67页浏览型号30044-23的Datasheet PDF文件第68页浏览型号30044-23的Datasheet PDF文件第69页浏览型号30044-23的Datasheet PDF文件第70页  
Processor Programming (Continued)  
3.7.3 GDTR and LDTR Registers  
3.7.3.1 Segment Descriptors  
The GDT, and LDT descriptor tables are defined by the  
Global Descriptor Table Register (GDTR) and the Local  
Descriptor Table Register (LDTR) respectively. Some texts  
refer to these registers as GDT, and LDT descriptors.  
There are several types of descriptors. A segment  
descriptor defines the base address, limit and attributes of  
a memory segment.  
The GDT or LDT can hold several types of descriptors. In  
particular, the segment descriptors are stored in either of  
two registers, the GDT, or the LDT as shown in Table 3-  
20). Either of these tables can store as many as 8,192  
(213) eight-byte selectors taking as much as 64 KB of  
memory.  
The following instructions are used in conjunction with the  
GDT and LDT registers:  
LGDT - Load memory to GDTR  
LLDT - Load memory to LDTR  
SGDT - Store GDTR to memory  
SLDT - Store LDTR to memory  
The first descriptor in the GDT (location 0) is not used by  
the CPU and is referred to as the “null descriptor.”  
The GDTR is set up in REAL mode using the LGDT  
instruction. This is possible as the LGDT instruction is one  
of two instructions that directly load a linear address  
(instead of a segment relative address) in protective  
mode. (The other instruction is the Load Interrupt Descrip-  
tor Table [LIDT]).  
Types of Segment Descriptors  
The type of memory segments are defined by correspond-  
ing types of segment descriptors:  
Code Segment Descriptors  
Data Segment Descriptors  
Stack Segment Descriptors  
LDT Segment Descriptors  
As shown in Table 3-20, the GDT registers contain a  
BASE ADDRESS field and a LIMIT field that define the  
GDT tables. (The IDTR is described in Section 3.7.3.2  
Task, Gate and Interrupt Descriptors” on page 67.)  
Also shown in Table 3-20, the LDTR is only two bytes wide  
as it contains only a SELECTOR field. The contents of the  
SELECTOR field point to a descriptor in the GDT.  
Table 3-20. GDTR, LDTR and IDTR Registers  
47  
16 15 14 13 12 11 10  
Global Descriptor Table Register  
9
8
7
6
5
4
3
2
1
0
GDT Register  
BASE  
BASE  
LIMIT  
LIMIT  
IDT Register  
LDT Register  
Interrupt Descriptor Table Register  
Local Descriptor Table Register  
SELECTOR  
www.national.com  
66  
Revision 3.1  
 复制成功!