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

8088 参数 Datasheet PDF下载

8088图片预览
型号: 8088
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微处理器HMOS [8-BIT HMOS MICROPROCESSOR]
分类和应用: 微处理器
文件页数/大小: 30 页 / 380 K
品牌: INTEL [ INTEL ]
 浏览型号8088的Datasheet PDF文件第2页浏览型号8088的Datasheet PDF文件第3页浏览型号8088的Datasheet PDF文件第4页浏览型号8088的Datasheet PDF文件第5页浏览型号8088的Datasheet PDF文件第7页浏览型号8088的Datasheet PDF文件第8页浏览型号8088的Datasheet PDF文件第9页浏览型号8088的Datasheet PDF文件第10页  
8088  
231456–3  
Figure 3. Memory Organization  
dressing needs of programs. The segment register  
to be selected is automatically chosen according to  
the rules of the following table. All information in one  
segment type share the same logical attributes (e.g.  
code or data). By structuring memory into relocat-  
able areas of similar characteristics and by automati-  
cally selecting segment registers, programs are  
shorter, faster, and more structured.  
FUNCTIONAL DESCRIPTION  
Memory Organization  
The processor provides a 20-bit address to memory  
which locates the byte being referenced. The memo-  
ry is organized as a linear array of up to 1 million  
bytes, addressed as 00000(H) to FFFFF(H). The  
memory is logically divided into code, data, extra  
data, and stack segments of up to 64K bytes each,  
with each segment falling on 16-byte boundaries  
(See Figure 3).  
Word (16-bit) operands can be located on even or  
odd address boundaries. For address and data oper-  
ands, the least significant byte of the word is stored  
in the lower valued address location and the most  
significant byte in the next higher address location.  
The BIU will automatically execute two fetch or write  
cycles for 16-bit operands.  
All memory references are made relative to base ad-  
dresses contained in high speed segment registers.  
The segment types were chosen based on the ad-  
Memory  
Segment  
Segment Selection Rule  
Reference Used  
Register Used  
Instructions  
Stack  
CODE (CS)  
STACK (SS)  
Automatic with all instruction prefetch.  
All stack pushes and pops. Memory references  
relative to BP base register except data references.  
Local Data  
DATA (DS)  
Data references when: relative to stack, destination  
of string operation, or explicity overridden.  
External (Global) Data  
EXTRA (ES)  
Destination of string operations: Explicitly selected  
using a segment override.  
6
 复制成功!