CS80C286-12 Intersil, CS80C286-12 Datasheet - Page 11

IC CPU 16BIT 5V 12.5MHZ 68-PLCC

CS80C286-12

Manufacturer Part Number
CS80C286-12
Description
IC CPU 16BIT 5V 12.5MHZ 68-PLCC
Manufacturer
Intersil
Datasheet

Specifications of CS80C286-12

Processor Type
80C286 16-Bit
Speed
12.5MHz
Voltage
5V
Mounting Type
Surface Mount
Package / Case
68-PLCC
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Features
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
CS80C286-12
Manufacturer:
INTERSIL
Quantity:
5 510
Part Number:
CS80C286-12
Manufacturer:
Intersil
Quantity:
10 000
Part Number:
CS80C286-12
Manufacturer:
CRYSTAL
Quantity:
315
Part Number:
CS80C286-12
Manufacturer:
HAR
Quantity:
20 000
Memory Organization
Memory is organized as sets of variable-length segments. Each
segment is a linear contiguous sequence of up to 64K (2
bit bytes. Memory is addressed using a two-component
address (a pointer) that consists of a 16-bit segment selector
and a 16-bit offset. The segment selector indicates the desired
segment in memory. The offset component indicates the
desired byte address within the segment. (See Figure 3).
All instructions that address operands in memory must spec-
ify the segment and the offset. For speed and compact
instruction encoding, segment selectors are usually stored in
the high speed segment registers. An instruction need spec-
ify only the desired segment register and offset in order to
address a memory operand.
Most instructions need not explicitly specify which segment
register is used. The correct segment register is automati-
cally chosen according to the rules of Table 3. These rules
follow the way programs are written (see Figure 4) as inde-
pendent modules that require areas for code and data, a
stack, and access to external data areas.
Special segment override instruction prefixes allow the
implicit segment register selection rules to be overridden for
special cases. The stack, data and extra segments may
coincide for simple programs. To access operands not resid-
ing in one of the four immediately available segments, a full
32-bit pointer or a new segment selector must be loaded.
31
Instructions
Stack
Local Data
External
(Global) Data
REFERENCE
MEMORY
NEEDED
SEGMENT
TABLE 3. SEGMENT REGISTER SELECTION RULES
FIGURE 3. TWO COMPONENT ADDRESS
POINTER
16 15
REGISTER
SEGMENT
Stack (SS) All stack pushes and pops. Any
Code (CS) Automatic with instruction prefetch
Extra (ES)
Data (DS)
USED
OFFSET
memory reference which uses BP
as a base register.
All data references except when
relative to stack or string destination
Alternate data segment and
destination of string operation
0
IMPLICIT SEGMENT
SELECTION RULE
SELECTED
OPERAND
MEMORY
SELECTED
SEGMENT
16
80C286
) 8-
11
Addressing Modes
The 80C286 provides a total of eight addressing modes for
instructions to specify operands. Two addressing modes are
provided for instructions that operate on register or immedi-
ate operands:
REGISTER OPERAND MODE: The operand is located in
one of the 8 or 16-bit general registers.
IMMEDIATE OPERAND MODE: The operand is included in
the instruction.
Six modes are provided to specify the location of an operand in
a memory segment. A memory operand address consists of
two 16-bit components: segment selector and offset. The seg-
ment selector is supplied by a segment register either implicitly
chosen by the addressing mode or explicitly chosen by a seg-
ment override prefix. The offset is calculated by summing any
combination of the following three address elements:
the displacement (an 8 or 16-bit immediate value contained
in the instruction)
the base (contents of either the BX or BP base registers)
the index (contents of either the SI or Dl index registers)
Any carry out from the 16-bit addition is ignored. Eight-bit
displacements are sign extended to 16-bit values.
FIGURE 4. SEGMENTED MEMORY HELPS STRUCTURE
MODULE A
MODULE B
PROCESS
PROCESS
PROCESS
BLOCK 1
BLOCK 2
STACK
DATA
DATA
SOFTWARE
MEMORY
CODE
CODE
DATA
DATA
REGISTERS
SEGMENT
EXTRA
STACK
CODE
DATA
CPU

Related parts for CS80C286-12