8086 Notes
8086 Notes
8086
Microprocessor Pins and Signals Common signals
AD0-AD15 (Bidirectional)
Address/Data bus
2
8086
Microprocessor Pins and Signals Common signals
MN/ MX
MINIMUM / MAXIMUM
TEST
READY
RESET (Input)
CLK
6
8086
Microprocessor Pins and Signals Minimum mode signals
Pins 24 -31
Pins 24 -31
8
8086
Microprocessor Pins and Signals Maximum mode signals
9
8086
Microprocessor Pins and Signals Maximum mode signals
10
8086
Microprocessor Pins and Signals Maximum mode signals
11
Architecture
8086
Microprocessor Architecture
Dedicated Adder to
generate 20 bit address
Segment
Registers
15
8086
Architecture Bus Interface Unit (BIU)
Microprocessor
16
8086
Architecture Bus Interface Unit (BIU)
Microprocessor
17
8086
Architecture Bus Interface Unit (BIU)
Microprocessor
18
8086
Architecture Bus Interface Unit (BIU)
Microprocessor
19
8086
Architecture Bus Interface Unit (BIU)
Microprocessor
20
8086
Architecture Bus Interface Unit (BIU)
Microprocessor
Instruction queue
A group of First-In-First-
Out (FIFO) in which up to
6 bytes of instruction
code are pre fetched
from the memory ahead
of time.
21
8086
Architecture Execution Unit (EU)
Microprocessor
EU decodes and
executes instructions.
A decoder in the EU
control system
translates instructions.
and
Some of the 16 bit registers can be
Index registers (Source used as two 8 bit registers as :
Index, Destination Index)
each of 16-bits AX can be used as AH and AL
BX can be used as BH and BL
CX can be used as CH and CL 22
DX can be used as DH and DL
8086
Architecture Execution Unit (EU)
Microprocessor
23
8086
Architecture Execution Unit (EU)
Microprocessor
24
8086
Architecture Execution Unit (EU)
Microprocessor
Example:
25
8086
Architecture Execution Unit (EU)
Microprocessor
26
8086
Architecture Execution Unit (EU)
Microprocessor
27
8086
Architecture Execution Unit (EU)
Microprocessor
28
8086
Architecture Execution Unit (EU)
Microprocessor
29
8086
Architecture Execution Unit (EU)
Microprocessor
Auxiliary Carry Flag
Carry Flag
Flag Register This is set, if there is a carry from the
This flag is set, when there is
lowest nibble, i.e, bit three during
addition, or borrow for the lowest a carry out of MSB in case of
nibble, i.e, bit three, during addition or a borrow in case of
subtraction. subtraction.
This flag is set, when the This flag is set, if the result of This flag is set to 1, if the lower
result of any computation the computation or comparison byte of the result contains even
is negative performed by an instruction is number of 1’s ; for odd number
zero of 1’s set to zero.
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
OF DF IF TF SF ZF AF PF CF
Tarp Flag
Over flow Flag If this flag is set, the processor
This flag is set, if an overflow occurs, i.e, if the result of a signed enters the single step execution
operation is large enough to accommodate in a destination
mode by generating internal
register. The result is of more than 7-bits in size in case of 8-bit
signed operation and more than 15-bits in size in case of 16-bit interrupts after the execution of
sign operations, then the overflow will be set. each instruction
8086 registers
categorized 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
into 4 groups OF DF IF TF SF ZF AF PF CF
1. Register Addressing
Group I : Addressing modes for
2. Immediate Addressing register and immediate data
3. Direct Addressing
5. Based Addressing
Group II : Addressing modes for
6. Indexed Addressing memory data
7. Based Index Addressing
8. String Addressing
8. String Addressing
35
8086 Group I : Addressing modes for
Microprocessor Addressing Modes register and immediate data
1. Register Addressing
In immediate addressing mode, an 8-bit or 16-bit
2. Immediate Addressing data is specified as part of the instruction
3. Direct Addressing
Example:
4. Register Indirect Addressing
MOV DL, 08H
5. Based Addressing
The 8-bit data (08H) given in the instruction is
6. Indexed Addressing moved to DL
8. String Addressing
10. Indirect I/O port Addressing The 16-bit data (0A9FH) given in the instruction is
moved to AX register
11. Relative Addressing
(AX) 0A9FH
12. Implied Addressing
36
8086
Microprocessor Addressing Modes : Memory Access
1. Register Addressing
2. Immediate Addressing
Here, the effective address of the memory
3. Direct Addressing
location at which the data operand is stored is
4. Register Indirect Addressing given in the instruction.
12. Implied Addressing This addressing mode is called direct because the
displacement of the operand from the segment
base is specified directly in the instruction.
40
8086 Group II : Addressing modes
Microprocessor Addressing Modes for memory data
(CL) (MA)
(CH) (MA +1)
41
8086 Group II : Addressing modes
Microprocessor Addressing Modes for memory data
(AL) (MA) 42
(AH) (MA + 1)
8086 Group II : Addressing modes
Microprocessor Addressing Modes for memory data
(CL) (MA)
(CH) (MA + 1)
43
8086 Group II : Addressing modes
Microprocessor Addressing Modes for memory data
44
8086 Group II : Addressing modes
Microprocessor Addressing Modes for memory data
1. Register Addressing
2. Immediate Addressing
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
5. Based Addressing
6. Indexed Addressing
Instructions using this mode have no operands.
The instruction itself will specify the data to be
7. Based Index Addressing
operated by the instruction.
8. String Addressing
Example: CLC
9. Direct I/O port Addressing
This clears the carry flag to zero.
10. Indirect I/O port Addressing
48