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

8086-1 参数 Datasheet PDF下载

8086-1图片预览
型号: 8086-1
PDF下载: 下载PDF文件 查看货源
内容描述: [16-BIT HMOS MICROPROCESSOR]
分类和应用:
文件页数/大小: 30 页 / 623 K
品牌: INTEL [ INTEL ]
 浏览型号8086-1的Datasheet PDF文件第2页浏览型号8086-1的Datasheet PDF文件第3页浏览型号8086-1的Datasheet PDF文件第4页浏览型号8086-1的Datasheet PDF文件第5页浏览型号8086-1的Datasheet PDF文件第7页浏览型号8086-1的Datasheet PDF文件第8页浏览型号8086-1的Datasheet PDF文件第9页浏览型号8086-1的Datasheet PDF文件第10页  
8086  
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 3a.)  
FUNCTIONAL DESCRIPTION  
General Operation  
The internal functions of the 8086 processor are  
partitioned logically into two processing units. The  
first is the Bus Interface Unit (BIU) and the second is  
the Execution Unit (EU) as shown in the block dia-  
gram of Figure 1.  
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-  
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.  
These units can interact directly but for the most  
part perform as separate asynchronous operational  
processors. The bus interface unit provides the func-  
tions related to instruction fetching and queuing, op-  
erand fetch and store, and address relocation. This  
unit also provides the basic bus control. The overlap  
of instruction pre-fetching provided by this unit  
serves to increase processor performance through  
improved bus bandwidth utilization. Up to 6 bytes of  
the instruction stream can be queued while waiting  
for decoding and execution.  
Word (16-bit) operands can be located on even or  
odd address boundaries and are thus not con-  
strained to even boundaries as is the case in many  
16-bit computers. For address and data operands,  
the least significant byte of the word is stored in the  
lower valued address location and the most signifi-  
cant byte in the next higher address location. The  
BIU automatically performs the proper number of  
memory accesses, one if the word operand is on an  
even byte boundary and two if it is on an odd byte  
boundary. Except for the performance penalty, this  
double access is transparent to the software. This  
performance penalty does not occur for instruction  
fetches, only word operands.  
The instruction stream queuing mechanism allows  
the BIU to keep the memory utilized very efficiently.  
Whenever there is space for at least 2 bytes in the  
queue, the BIU will attempt a word fetch memory  
cycle. This greatly reduces ‘‘dead time’’ on the  
memory bus. The queue acts as a First-In-First-Out  
(FIFO) buffer, from which the EU extracts instruction  
bytes as required. If the queue is empty (following a  
branch instruction, for example), the first byte into  
the queue immediately becomes available to the EU.  
Physically, the memory is organized as a high bank  
(D D ) and a low bank (D D ) of 512K 8-bit  
The execution unit receives pre-fetched instructions  
from the BIU queue and provides un-relocated oper-  
and addresses to the BIU. Memory operands are  
passed through the BIU for processing by the EU,  
which passes results to the BIU for storage. See the  
Instruction Set description for further register set  
and architectural descriptions.  
15 8 7 0  
bytes addressed in parallel by the processor’s ad-  
dress lines A A . Byte data with even addresses  
is transferred on the D D bus lines while odd ad-  
19  
1
7
0
dressed byte data (A HIGH) is transferred on the  
D
0
–D bus lines. The processor provides two en-  
15 8  
able signals, BHE and A , to selectively allow read-  
0
ing from or writing into either an odd byte location,  
even byte location, or both. The instruction stream is  
fetched from memory as words and is addressed  
internally by the processor to the byte level as nec-  
essary.  
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  
Memory  
Segment Register  
Used  
Segment  
Reference Need  
Selection Rule  
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 explicitly overridden.  
External (Global) Data EXTRA (ES)  
Destination of string operations: explicitly selected using a  
segment override.  
6
 复制成功!