English
Language : 

80C86_06 Datasheet, PDF (7/37 Pages) Intersil Corporation – CMOS 16-Bit Microprocessor
80C86
Functional Description
Static Operation
All 80C86 circuitry is of static design. Internal registers,
counters and latches are static and require no refresh as
with dynamic circuit design. This eliminates the minimum
operating frequency restriction placed on other microproces-
sors. The CMOS 80C86 can operate from DC to the speci-
fied upper frequency limit. The processor clock may be
stopped in either state (HIGH/LOW) and held there indefi-
nitely. This type of operation is especially useful for system
debug or power critical applications.
The 80C86 can be single stepped using only the CPU clock.
This state can be maintained as long as is necessary. Single
step clock operation allows simple interface circuitry to pro-
vide critical information for bringing up your system.
Static design also allows very low frequency operation (down
to DC). In a power critical situation, this can provide
extremely low power operation since 80C86 power dissipa-
tion is directly related to operating frequency. As the system
frequency is reduced, so is the operating power until, ulti-
mately, at a DC input frequency, the 80C86 power require-
ment is the standby current, (500μA maximum).
code, data, extra and stack segments of up to 64K bytes
each, with each segment falling on 16-byte boundaries. (See
Figure 1).
FFFFFH
64K-BIT
SEGMENT
REGISTER FILE
CS
SS
DS
ES
+ OFFSET
CODE SEGMENT
XXXXOH
STACK SEGMENT
DATA SEGMENT
EXTRA SEGMENT
00000H
Internal Architecture
The internal functions of the 80C86 processor are partitioned
logically into two processing units. The first is the Bus Inter-
face Unit (BlU) and the second is the Execution Unit (EU) as
shown in the CPU functional diagram.
These units can interact directly, but for the most part perform
as separate asynchronous operational processors. The bus
interface unit provides the functions related to instruction
fetching and queuing, operand 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.
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 BlU 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 imme-
diately becomes available to the EU.
The execution unit receives pre-fetched instructions from the
BlU queue and provides un-relocated operand addresses to
the BlU. Memory operands are passed through the BIU for pro-
cessing by the EU, which passes results to the BIU for storage.
Memory Organization
The processor provides a 20-bit address to memory, which
locates the byte being referenced. The memory 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
FIGURE 1. 80C86 MEMORY ORGANIZATION
TYPE OF
MEMORY
REFERENCE
Instruction Fetch
Stack Operation
Variable (except
following)
String Source
String Destination
BP Used As Base
Register
TABLE 1.
DEFAULT
SEGMENT
BASE
ALTERNATE
SEGMENT
BASE
OFFSET
CS
None
IP
SS
None
SP
DS
CS, ES, SS Effective
Address
DS
CS, ES, SS SI
ES
None
DI
SS
CS, DS, ES Effective
Address
All memory references are made relative to base addresses
contained in high speed segment registers. The segment
types were chosen based on the addressing needs of pro-
grams. The segment register to be selected is automatically
chosen according to the specific rules of Table 1. All informa-
tion in one segment type share the same logical attributes
(e.g. code or data). By structuring memory into re-locatable
areas of similar characteristics and by automatically select-
ing segment registers, programs are shorter, faster and
more structured. (See Table 1).
Word (16-bit) operands can be located on even or odd
address boundaries and are thus, not constrained 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 significant byte in the next higher address location. The
BIU automatically performs the proper number of memory
147