SlideShare a Scribd company logo
1 of 174
8086 Microprocessor
2
Comparison 0f 8085 and 8086
Parameter 8085 8086
Size It is an 8 bit processor It is 16 bit processor
Address bus Address bus is 16 bits Address bus is 20 bits
Memory It can access upto 216
=65,536 bytes ( 64KB)
It can access upto 220
=1,048,576 bytes(1MB)
Instruction Queue It does not have an
instruction queue
It has 6 byte instruction
queue
Pipelining It does not support
pipelining
It support pipelining
architecture
I/Os It Can address 28 =256
I/O locations
It can address 216
=65,536 I/O locations
Multiprocessing
support
It does not have
multiprocessing support
It supports
multiprocessing. It has
compatibility with
further processors like
80386
Coprocessor interface It does not have co
processor interface
Co processor like 8087
can be interface with
8086
Parameter 8085 8086
Arithmetic Support It only support integer
and decimal arithmetic
It support integer,
decimal and ASC II
arithmetic.
Multiplication and
Division
It does not have
instruction that
computes
The multiplication and
division operation.
It supports instructions
that compute the
multiplication and
division operation
Clock speed It operate on freq 3 MHz It operate on freq= 5 to
10 MHZ
Memory
segmentation
The memory spaces are
not segmented
The memory space is
segmented
Interrupts 8085 provides 8
software vectored
interrupts and 5
hardware interrupts
8086 has 256 software
vectored interrupts and
2 hardware interrupts
Comparison 0f 8085 and 8086
MicroprocessorMicroprocessorMicroprocessorMicroprocessor
Program controlled semiconductor device (IC)
which fetches (from memory), decodes and
executes instructions.
It is used as CPU (Central Processing Unit) in
computers.
5
MicroprocessorMicroprocessorMicroprocessorMicroprocessor
First Generation
Between 1971 – 1973
PMOS technology, non compatible with TTL
4 bit processors ⇒ 16 pins
8 and 16 bit processors ⇒ 40 pins
Due to limitations of pins, signals are
multiplexed
Second Generation
During 1973
NMOS technology ⇒ Faster speed, Higher
density, Compatible with TTL
4 / 8/ 16 bit processors ⇒ 40 pins
Ability to address large memory spaces
and I/O ports
Greater number of levels of subroutine
nesting
Better interrupt handling capabilities
Intel 8085 (8 bit processor)
Third Generation
During 1978
HMOS technology ⇒ Faster speed, Higher
packing density
16 bit processors ⇒ 40/ 48/ 64 pins
Easier to program
Dynamically relatable programs
Processor has multiply/ divide arithmetic
hardware
More powerful interrupt handling
capabilities
Flexible I/O port addressing
Intel 8086 (16 bit processor)
Fourth Generation
During 1980s
Low power version of HMOS technology
(HCMOS)
32 bit processors
Physical memory space 224 bytes = 16 Mb
Virtual memory space 240 bytes = 1 Tb
Floating point hardware
Supports increased number of addressing
modes
Intel 80386
Fifth Generation Pentium
6
Functional blocksMicroprocessorMicroprocessorMicroprocessorMicroprocessor
Flag
Register
Timing and
control unit
Register array or
internal memory
Instruction
decoding unit
PC/ IP
ALU
Control Bus Address Bus
Data Bus
7
Computational Unit;
performs arithmetic and
logic operations
Various conditions of the
results are stored as
status bits called flags in
flag register
Internal storage of data
Generates the
address of the
instructions to be
fetched from the
memory and send
through address
bus to the
memory
Decodes instructions; sends
information to the timing and
control unit
Generates control signals for
internal and external
operations of the
microprocessor
Overview
8086 Microprocessor
First 16- bit processor released by
INTEL in the year 1978
Originally HMOS, now manufactured
using HMOS III technique
Approximately 29, 000 transistors, 40
pin DIP, 5V supply
Does not have internal clock; external
asymmetric clock source with 33%
duty cycle
20-bit address to access memory ⇒⇒⇒⇒ can
address up to 220 = 1 megabytes of
memory space.
8
9
Features
It is a 16-bit microprocessor.
8086 has a 20 bit address bus can access up to 220
memory locations (1 MB).
It can support up to 64K I/O ports.
It provides 14, 16 -bit registers.
Word size is 16 bits.
It has multiplexed address and data bus AD0- AD15 and
A16 – A19.
It requires single phase clock with 33% duty cycle to
provide internal timing.
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
10
8086 is designed to operate in two modes, Minimum and
Maximum.
It can pre fetches up to 6 instruction bytes from memory
and queues them in order to speed up instruction execution.
It requires +5V power supply.
A 40 pin dual in line package.
Address ranges from 00000H to FFFFFH
Memory is byte addressable - Every byte has a separate
address.
10
Features
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
8086 and 8088 comparison
11
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
8086 8088
Similar EU and Instruction set ; dissimilar BIU
16-bit Data bus lines obtained by
demultiplexing AD0 – AD15
8-bit Data bus lines obtained by
demultiplexing AD0 – AD7
20-bit address bus 8-bit address bus
Two banks of memory each of 512
kb
Single memory bank
6-bit instruction queue 4-bit instruction queue
Clock speeds: 5 / 8 / 10 MHz 5 / 8 MHz
No such signal required, since the
data width is only 1-byte
Pins and signalsPins and signalsPins and signalsPins and signals
Pins and Signals
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
13
Common signals
AD0-AD15 (Bidirectional)
Address/Data bus
Low order address bus; these are
multiplexed with data.
When AD lines are used to transmit
memory address the symbol A is used
instead of AD, for example A0-A15.
When data are transmitted over AD lines
the symbol D is used in place of AD, for
example D0-D7, D8-D15 or D0-D15.
A16/S3, A17/S4, A18/S5, A19/S6
High order address bus. These are
multiplexed with status signals
Pins and Signals
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
14
Common signals
BHE (Active Low)/S7 (Output)
Bus High Enable/Status
It is used to enable data onto the most
significant half of data bus, D8-D15. 8-bit
device connected to upper half of the
data bus use BHE (Active Low) signal. It
is multiplexed with status signal S7.
MN/ MX
MINIMUM / MAXIMUM
This pin signal indicates what mode the
processor is to operate in.
RD (Read) (Active Low)
The signal is used for read operation.
It is an output signal.
It is active when low.
Pins and Signals
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
15
Common signals
READY
This is the acknowledgement from the
slow device or memory that they have
completed the data transfer.
The signal made available by the devices
is synchronized by the 8284A clock
generator to provide ready input to the
8086.
The signal is active high.
Pins and Signals
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
16
Common signals
RESET (Input)
Causes the processor to immediately
terminate its present activity.
The signal must be active HIGH for at
least four clock cycles.
CLK
The clock input provides the basic timing
for processor operation and bus control
activity. Its an asymmetric square wave
with 33% duty cycle.
INTR Interrupt Request
This is a triggered input. This is sampled
during the last clock cycles of each
instruction to determine the availability
of the request. If any interrupt request is
pending, the processor enters the
interrupt acknowledge cycle.
This signal is active high and internally
synchronized.
17
Pins and Signals
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
18
Min/ Max Pins
The 8086 microprocessor can work in two
modes of operations : Minimum mode and
Maximum mode.
In the minimum mode of operation the
microprocessor do not associate with any
co-processors and can not be used for
multiprocessor systems.
In the maximum mode the 8086 can work
in multi-processor or co-processor
configuration.
Minimum or maximum mode operations
are decided by the pin MN/ MX(Active low).
When this pin is high 8086 operates in
minimum mode otherwise it operates in
Maximum mode.
Pins and Signals
(Data Transmit/ Receive) Output signal from the
processor to control the direction of data flow
through the data transceivers
(Data Enable) Output signal from the processor
used as out put enable for the transceivers
ALE (Address Latch Enable) Used to demultiplex the
address and data lines using external latches
Used to differentiate memory access and I/O
access. For memory reference instructions, it is
high. For IN and OUT instructions, it is low.
Write control signal; asserted low Whenever
processor writes data to memory or I/O port
(Interrupt Acknowledge) When the interrupt
request is accepted by the processor, the output is
low on this line.
19
Minimum mode signals
Pins and Signals
HOLD Input signal to the processor form the bus masters
as a request to grant the control of the bus.
Usually used by the DMA controller to get the
control of the bus.
HLDA (Hold Acknowledge) Acknowledge signal by the
processor to the bus master requesting the control
of the bus through HOLD.
The acknowledge is asserted high, when the
processor accepts HOLD.
20
Minimum mode signals
Pins and Signals
Status signals; used by the 8086 bus controller to
generate bus timing and control signals. These are
decoded as shown.
21
Maximum mode signals
Pins and Signals
(Queue Status) The processor provides the status
of queue in these lines.
The queue status can be used by external device to
track the internal status of the queue in 8086.
The output on QS0 and QS1 can be interpreted as
shown in the table.
22
Maximum mode signals
Pins and Signals
23
Maximum mode signals
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
8086 Architecture
25
Architecture
26
Execution Unit (EU)
EU executes instructions that have
already been fetched by the BIU.
BIU and EU functions separately.
Bus Interface Unit (BIU)
BIU fetches instructions, reads data
from memory and I/O ports, writes
data to memory and I/ O ports.
Architecture
27
Bus Interface Unit (BIU)
Dedicated Adder to generate
20 bit address
Four 16-bit segment
registers
Code Segment (CS)
Data Segment (DS)
Stack Segment (SS)
Extra Segment (ES)
Segment Registers >>
Architecture
28
Bus Interface Unit (BIU)
Segment
Registers
8086’s 1-megabyte
memory is divided
into segments of up
to 64K bytes each.
Programs obtain access
to code and data in the
segments by changing
the segment register
content to point to the
desired segments.
The 8086 can directly
address four segments
(256 K bytes within the 1
M byte of memory) at a
particular time.
Architecture
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
29
Bus Interface Unit (BIU)
Segment
Registers
Code Segment Register
16-bit
CS contains the base or start of the current code segment;
IP contains the distance or offset from this address to the
next instruction byte to be fetched.
BIU computes the 20-bit physical address by logically
shifting the contents of CS 4-bits to the left and then
adding the 16-bit contents of IP.
That is, all instructions of a program are relative to the
contents of the CS register multiplied by 16 and then offset
is added provided by the IP.
Architecture
30
Physical Address (20 Bits)
Adder
Segment Register (CS)(16 bits) 0 0 0 0
Offset Value (IP) (16 bits)
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Bus Interface Unit (BIU)
Architecture
31
Bus Interface Unit (BIU)
Segment
Registers
Data Segment Register
16-bit
Points to the current data segment; operands for most
instructions are fetched from this segment.
The 16-bit contents of the Source Index (SI) or
Destination Index (DI) or a 16-bit displacement are used
as offset for computing the 20-bit physical address.
Architecture
32
Bus Interface Unit (BIU)
Segment
Registers
Stack Segment Register
16-bit
Points to the current stack.
The 20-bit physical stack address is calculated from the
Stack Segment (SS) and the Stack Pointer (SP) for stack
instructions such as PUSH and POP.
In based addressing mode, the 20-bit physical stack
address is calculated from the Stack segment (SS) and the
Base Pointer (BP).
Architecture
33
Bus Interface Unit (BIU)
Segment
Registers
Extra Segment Register
16-bit
Points to the extra segment in which data (in excess of
64K pointed to by the DS) is stored.
String instructions use the ES and DI to determine the 20-
bit physical address for the destination.
Architecture
34
Bus Interface Unit (BIU)
Segment
Registers
Instruction Pointer
16-bit
Always points to the next instruction to be executed within
the currently executing code segment.
So, this register contains the 16-bit offset address pointing
to the next instruction code within the 64Kb of the code
segment area.
Its content is automatically incremented as the execution
of the next instruction takes place.
Segment Register
35
1
Code Segment
3
4
Data Segment
Extra Segment
7
8
9
10
11
12
13
14
15
Stack Segment
Memory
00000H
FFFFFH
1MB
Address
Range
Starting
Addressesof
Segments
1000 0H
4000 0H
5000 0H
F000 0H
CS
DS
ES
SS
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
1
Data
Segment
Code
Segment
Extra
Segment
11
12
13
14
15
Stack
Segment
Memory
00000H
FFFFFH
1MB
Address
Range
348A H
4214 H
38AB4 H
CS = Base value
IP= offset value
Physical
Address
Start of Code
Segment
348A0H
Code Byte MOV AL, BL38AB4H
IP = 4214H
+
0
• The following examples shows the CS:IP scheme of
address formation:
38
Inserting a hexadecimal 0H (0000B)
with the CSR or shifting the CSR
four binary digits left
3 4 B A 0 ( C S ) +
8 A B 4 ( I P )
3 D 6 5 4 (next address)
34BA 8AB4
MOV AL,BL
CS IP
34BA0
3D654
44B9F
Code segment
8AB4
(offset)
• Example For Address Calculation (segment: offset)
• If the data segment starts at location 1000h and a
data reference contains the address 29h where is
the actual data?
39
Required
Address
Offset
Segment
Address
0000 0000 0010 1001
0000
0001 0000 0000 0010 1001
0001 0000 0000 0000
Segment and Address register combinationSegment and Address register combination
• CS:IP
• SS:SP SS:BP
• DS:BX DS:SI
• DS:DI (for other than string operations)
• ES:DI (for string operations)
40
Summary of Registers & Pipeline of 8086 PSummary of Registers & Pipeline of 8086 P
AH AL
BH BL
CH CL
DH DL
41
SP
BP
SI
DI
FLAGS
D
E
C
O
D
E
R
ALU
AX
BX
CX
DX
EU
Timing
control
SP
BP
Default
Assignment
BIU
IP
CS DS ES SS
PIPELINE
(or)
QUEUE
C
O
D
E
O
U
T
C
O
D
E
I
N
IP BX
DI
SI
DI
Fetch &
store code
bytes in
PIPELINE
• Segment Override Prefix :
• e.g. MOV CS:[BX],AL
• 1000 0 H CS
+ 0020 0 H BX
_____________________
1020 0 H Physical Address
It allows the programmer to deviate from by
default segments.
42
Architecture
43
Bus Interface Unit (BIU)
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.
This is done in order to
speed up the execution
by overlapping
instruction fetch with
execution.
This mechanism is known
as pipelining.
Instruction queue
Architecture
44
Some of the 16 bit registers can be
used as two 8 bit registers as :
AX can be used as AH and AL
BX can be used as BH and BL
CX can be used as CH and CL
DX can be used as DH and DL
Execution Unit (EU)
EU decodes and
executes instructions.
A decoder in the EU
control system
translates instructions.
16-bit ALU for
performing arithmetic
and logic operation
Four general purpose
registers(AX, BX, CX, DX);
Pointer registers (Stack
Pointer, Base Pointer);
and
Index registers (Source
Index, Destination Index)
each of 16-bits
Architecture
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
45
EU
Registers
Accumulator Register (AX)
Consists of two 8-bit registers AL and AH, which can be
combined together and used as a 16-bit register AX.
AL in this case contains the low order byte of the word,
and AH contains the high-order byte.
The I/O instructions use the AX or AL for inputting /
outputting 16 or 8 bit data to or from an I/O port.
Multiplication and Division instructions also use the AX or
AL.
Execution Unit (EU)
Architecture
46
EU
Registers
Base Register (BX)
Consists of two 8-bit registers BL and BH, which can be
combined together and used as a 16-bit register BX.
BL in this case contains the low-order byte of the word,
and BH contains the high-order byte.
This is the general purpose register whose contents can
be used for addressing the 8086 memory.
All memory references utilizing this register content for
addressing use DS as the default segment register.
Execution Unit (EU)
Architecture
47
EU
Registers
Counter Register (CX)
Consists of two 8-bit registers CL and CH, which can be
combined together and used as a 16-bit register CX.
When combined, CL register contains the low order byte of
the word, and CH contains the high-order byte.
Instructions such as SHIFT, ROTATE and LOOP use the
contents of CX as a counter.
Execution Unit (EU)
Example:
The instruction LOOP START automatically decrements
CX by 1 without affecting flags and will check if [CX] =
0.
If it is zero, 8086 executes the next instruction;
otherwise the 8086 branches to the label START.
Architecture
48
EU
Registers
Execution Unit (EU)
Architecture
49
EU
Registers
Stack Pointer (SP) and Base Pointer (BP)
SP and BP are used to access data in the stack segment.
SP is used as an offset from the current SS during
execution of instructions that involve the stack segment in
the external memory.
SP contents are automatically updated (incremented/
decremented) due to execution of a POP or PUSH
instruction.
BP contains an offset address in the current SS, which is
used by instructions utilizing the based addressing mode.
Execution Unit (EU)
Architecture
50
EU
Registers
Source Index (SI) and Destination Index (DI)
Used in indexed addressing.
Instructions that process data strings use the SI and DI
registers together with DS and ES respectively in order to
distinguish between the source and destination addresses.
Execution Unit (EU)
Architecture
51
EU
Registers
Source Index (SI) and Destination Index (DI)
Used in indexed addressing.
Instructions that process data strings use the SI and DI
registers together with DS and ES respectively in order to
distinguish between the source and destination addresses.
Execution Unit (EU)8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Architecture
52
Flag Register
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
Carry Flag
This flag is set, when there is
a carry out of MSB in case of
addition or a borrow in case
of subtraction.
Parity Flag
This flag is set to 1, if the lower
byte of the result contains even
number of 1’s ; for odd number
of 1’s set to zero.
Auxiliary Carry Flag
This is set, if there is a carry from the
lowest nibble, i.e, bit three during
addition, or borrow for the lowest
nibble, i.e, bit three, during
subtraction.
Zero Flag
This flag is set, if the result of
the computation or comparison
performed by an instruction is
zero
Sign Flag
This flag is set, when the
result of any computation
is negative
Tarp Flag
If this flag is set, the processor
enters the single step execution
mode by generating internal
interrupts after the execution of
each instruction
Interrupt Flag
Causes the 8086 to recognize
external maskable interrupts;
clearing IF disables these interrupts.
Direction Flag
This is used by string manipulation instructions. If this flag bit
is ‘0’, the string is processed beginning from the lowest
address to the highest address, i.e., auto incrementing mode.
Otherwise, the string is processed from the highest address
towards the lowest address, i.e., auto decrementing mode.
Over flow Flag
This flag is set, if an overflow occurs, i.e, if the result of a signed
operation is large enough to accommodate in a destination
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
sign operations, then the overflow will be set.
Execution Unit (EU)8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
53
Architecture
Sl.No. Type Register width Name of register
1 General purpose register 16 bit AX, BX, CX, DX
8 bit AL, AH, BL, BH, CL, CH, DL, DH
2 Pointer register 16 bit SP, BP
3 Index register 16 bit SI, DI
4 Instruction Pointer 16 bit IP
5 Segment register 16 bit CS, DS, SS, ES
6 Flag (PSW) 16 bit Flag register
8086 registers
categorized
into 4 groups
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
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
54
Architecture
Register Name of the Register Special Function
AX 16-bit Accumulator Stores the 16-bit results of arithmetic and logic
operations
AL 8-bit Accumulator Stores the 8-bit results of arithmetic and logic
operations
BX Base register Used to hold base value in base addressing mode
to access memory data
CX Count Register Used to hold the count value in SHIFT, ROTATE
and LOOP instructions
DX Data Register Used to hold data for multiplication and division
operations
SP Stack Pointer Used to hold the offset address of top stack
memory
BP Base Pointer Used to hold the base value in base addressing
using SS register to access data from stack
memory
SI Source Index Used to hold index value of source operand (data)
for string instructions
DI Data Index Used to hold the index value of destination
operand (data) for string operations
Registers and Special Functions8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Introduction
55
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Program
A set of instructions written to solve
a problem.
Instruction
Directions which a microprocessor
follows to execute a task or part of a
task.
Computer language
High Level Low Level
Machine Language Assembly Language
Binary bits English Alphabets
‘Mnemonics’
Assembler
Mnemonics →→→→ Machine
Language
Assembly Language Syntax
• Program consists of statement per line.
• Each statement is an instruction or assembler
directive
• Statement syntax
– Name operation operand(s) comment
• Name field
– Used for instruction labels, procedure names, and
variable names.
– Assembler translates names into memory
addresses
– Names are 1-31 characters including letters,
numbers and special characters ? . @ _ $ %
– Names may not begin with a digit
– Case insensitive
Assembly Language Syntax – Cont.
• Examples of legal names
– COUNTER1
– @character
– SUM_OF_DIGITS
– $1000
– Done?
– .TEST
– .data
• Examples of illegal names
– 2abc
– A45.28
Assembly Language Syntax – Cont.
• Name operation operand(s) comment
• Operation field
– instruction
• Symbolic operation code (opcode)
• Symbolic opcodes translated into machine language
opcode
• Describes operation’s function; e.g. MOV, ADD, SUB, INC.
– Assembler directive
• Contains pseudo-operation code (pseudo-op)
• Not translated into machine code
• Tell the assembler to do something.
• Operand field
– Specifies data to be acted on
– Zero, one, or two operands
• NOP
• INC AX
• ADD AX, 2
Assembly Language Syntax – Cont.
• Name operation operand(s)comment
• Comment field
– A semicolon marks the beginning of a
comment
– A semicolon in beginning of a line makes it
all a comment line
– Good programming practice dictates
comment on every line
• Examples
– MOV CX, 0 ; move 0 to CX
• Do not say something obvious
– MOV CX, 0 ; CX counts terms, initially 0
• Put instruction in context of program
Data Representation
• Numbers
– 11011 decimal
– 11011B binary
– 64223 decimal
– -21843D decimal
– 1,234 illegal, contains a no digit character
– 1B4DH hexadecimal number
– 1B4D illegal hex number, does not end with “H”
– FFFFH illegal hex number, does not begin with digit
– 0FFFFH hexadecimal number
• Signed numbers represented using 2’s
complement.
Data Representation - Cont.
• Characters
– must be enclosed in single or double quotes
– e.g. “Hello”, ‘Hello’, “A”, ‘B’
– encoded by ASCII code
• ‘A’ has ASCII code 41H
• ‘a’ has ASCII code 61H
• ‘0’ has ASCII code 30H
• Line feed has ASCII code 0AH
• Back Space has ASCII code 08H
• Horizontal tab has ASCII code 09H
Data Representation - Cont.
• The value of the content of registers or
memory is dependent on the programmer.
• Let AL=FFH
– represents the unsigned number 255
– represents the signed number -1 (in 2’s
complement)
• Let AH=30H
– represents the decimal number 48
– represents the character ‘’
• Let BL=80H
– represents the unsigned number +128
– represents the signed number -128
Variable Declaration
• Each variable has a type and assigned a
memory address.
• Data-defining pseudo-ops
– DB define byte
– DW define word
– DD define double word (two consecutive words)
– DQ define quad word (four consecutive words)
– DT define ten bytes (five consecutive words)
• Each pseudo-op can be used to define one
or more data items of given type.
Byte Variables
• Assembler directive format defining a byte
variable
– name DB initial value
– a question mark (“?”) place in initial value
leaves variable uninitialized
• I DB 4 define variable I with initial value 4
• J DB ? Define variable J with uninitialized value
• Name DB “Course” allocate 6 bytes for Name
• K DB 5, 3, -1 allocates 3 bytes
05
03
FF
K
Named Constants
• EQU pseudo-op used to assign a name to constant.
• Makes assembly language easier to understand.
• No memory allocated for EQU names.
• LF EQU 0AH
– MOV DL, 0AH
– MOV DL, LF
• NAME EQU “Type your name”
– MSG DB “Type your name”
– MSG DB NAME
DUP Operator
• Used to define arrays whose elements share
common initial value.
• It has the form: repeat count DUP (value)
• Numbers DB 100 DUP(0)
– Allocates an array of 100 bytes, each
initialized to 0.
• Names DW 200 DUP(?)
– Allocates an array of 200 uninitialized words.
General Rules
• Both operands have to be of the same size.
– MOV AX, BL illegal
– MOV AL, BL legal
– MOV AH, BL legal
• Both operands cannot be memory operands
simultaneously.
– MOV i, j illegal
– MOV AL, i legal
• First operand cannot be an immediate
value.
– ADD 2, AX illegal
– ADD AX, 2 legal
Memory Segmentation - Cont.
• Data Segment
– contains variable definitions
– declared by .DATA
• Stack segment
– used to store the stack
– declared by .STACK size
– default stack size is 1Kbyte.
• Code segment
– contains program’s instructions
– declared by .CODE
Memory Models
• SMALL
– code in one segment & data in one segment
• MEDIUM
– code in more than one segment & data in one
segment
• COMPACT
– code in one segment & data in more than one
segment
• LARGE
– code in more than one segment & data in more
than one segment & no array larger than 64K bytes
• HUGE
– code in more than one segment & data in more
than one segment & arrays may be larger than 64K
bytes
Program Structure: An Example
TITLE PRGM1
.MODEL SMALL
.ORG 100H
.DATA
A DW 2
B DW 5
SUM DW ?
.CODE
MAIN PROC
; initialize DS
MOV AX, @DATA
MOV DS, AX
Program Structure: An Example
; add the numbers
MOV AX, A
ADD AX, B
MOV SUM, AX
; exit to DOS
MOV AX, 4C00H
INT 21H
MAIN ENDP
END MAIN
NAME Addition
• TITLE 8086 assembly language program to add two Nos.
• .model small
• Org 100h
• .data
• no1 db 33h ; First number storage
• no2 db 22h ; Second number storage
• result db ? ; byte reversed for result
• .code
• start: mov ax,@data ; [loads the address of data
• mov ds,ax ; segment in DS]
• mov al,no1 ; Get the first nuber in AL
• add al,no2 ; Add second to it
• mov result, ax ; Copy result to memory
• end start
• end
72
Addition with carry
73
• org 100h
• .data
• a db 0ffh
• b db 02h
• sum db ?
• carry db ?
• .data end
• .code
• start: mov ax,@data
• mov ds,ax
• xor ax,ax
• mov cl,00h
• mov al,a
• mov bl,b
• add al,bl
• jnc down
• inc cl
• down: mov sum, al
• mov carry, cl
• end code
Example calculates the sum of a vector
• Org 100h
• vec1 db 1, 2, 5, 6
• vec2 db 3, 5, 6, 1
• vec3 db ?, ?, ?, ?
• start:
• lea si, vec1
• lea bx, vec2
• lea di, vec3
• mov cx, 4
• sum:
• mov al, [si]
• add al, [bx]
• mov [di], al
• inc si
• inc bx
• inc di
• loop sum
• end 74
find average of two numbers.
• NAME Average
• TITLE 8086 ALP to find average of two numbers.
• .model small
• .stack 100
• .data
• No1 DB 21h ; First number storage
• No2 DB 23h ; Second number storage
• Avg DB ? ; Average of two numbers
• .code
• START: MOV AX, @data ; [ Initialises
• MOV DS,AX
• XOR AX,AX ; data segment ]
• MOV AL,NO1 ; Get first number in AL
• ADD AL,NO2 ; Add second to it
• ADC AH,00H ; Put carry in AH
• SAR AX,1 ; Divide sum by 2
• MOV Avg, AL ; Copy result to memory
• END START
75
76
Bus Timing diagram
The 8086/8088 microprocessors use the memory and I/O in periods
called bus cycles.
Each bus cycle consists of 4 clock cycles.
Thus for 8086 running at 5MHz it would take 800ns for a complete
bus cycle.
Each read or write operation take 1 bus cycles.
77
Read Timing
Bus Timing diagram
78
Read Timing
During T 1 :
•The address is placed on the
Address/Data bus.
•Control signals M/ IO , ALE and
DT/ R specify memory or I/O,
latch the address onto the
address bus and set the direction
of data transfer on data bus.
Bus Timing diagram
79
Read Timing
During T 2 :
•8086 issues the RD or WR
signal, DEN , and, for a write,
the data.
•DEN enables the
memory or I/O device
to receive the data for
writes and the 8086 to
receive the data for
reads.
Bus Timing diagram
80
During T 3 :
•This cycle is provided to allow memory to access data.
•READY is sampled at the end of T 2 .
•If low, T 3 becomes a wait state.
•Otherwise, the data bus is sampled at the end of T 3 .
During T :
81
During T 4 :
•All bus signals are deactivated, in preparation for next bus
cycle.
•Data is sampled for reads, writes occur for writes.
82
Write Timing
Convert this simple timeline to include all the necessary pins
Do as an EXERCISE !
Bus Timing diagram
ADDRESSING MODESADDRESSING MODESADDRESSING MODESADDRESSING MODES
&&&&
Instruction setInstruction setInstruction setInstruction set
Introduction
84
Program is a set of instructions written to solve a problem. Instructions are
the directions which a microprocessor follows to execute a task or part of a
task. Broadly, computer language can be divided into two parts as high-
level language and low level language. Low level language are machine
specific. Low level language can be further divided into machine language
and assembly language.
Machine language is the only language which a machine can understand.
Instructions in this language are written in binary bits as a specific bit
pattern. The computer interprets this bit pattern as an instruction to
perform a particular task. The entire program is a sequence of binary
numbers. This is a machine-friendly language but not user friendly.
Debugging is another problem associated with machine language.
To overcome these problems, programmers develop another way in which
instructions are written in English alphabets. This new language is known
as Assembly language. The instructions in this language are termed
mnemonics. As microprocessor can only understand the machine
language so mnemonics are translated into machine language either
manually or by a program known as assembler.
Efficient software development for the microprocessor requires a complete
familiarity with the instruction set, their format and addressing modes. Here
in this chapter, we will focus on the addressing modes and instructions
formats of microprocessor 8086.
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
ADDRESSING MODESADDRESSING MODESADDRESSING MODESADDRESSING MODES
Group I : Addressing modes for
register and immediate data
Group IV : Relative Addressing mode
Group V : Implied Addressing mode
Group III : Addressing modes for
I/O ports
Group II : Addressing modes for
memory data
Addressing Modes
86
8086808680868086
MicroprocessorMicroprocessorMicroprocessorMicroprocessor
Every instruction of a program has to operate on a data.
The different ways in which a source operand is denoted
in an instruction are known as addressing modes.
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
Addressing Modes
87
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
The instruction will specify the name of the
register which holds the data to be operated by
the instruction.
Example:
MOV CL, DH
The content of 8-bit register DH is moved to
another 8-bit register CL
(CL) ←←←← (DH)
Group I : Addressing modes for
register and immediate data8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Addressing Modes
88
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
In immediate addressing mode, an 8-bit or 16-bit
data is specified as part of the instruction
Example:
MOV DL, 08H
The 8-bit data (08H) given in the instruction is
moved to DL
(DL) ←←←← 08H
MOV AX, 0A9FH
The 16-bit data (0A9FH) given in the instruction is
moved to AX register
(AX) ←←←← 0A9FH
Group I : Addressing modes for
register and immediate data8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Addressing Modes : Memory Access
89
Physical Address (20 Bits)
Adder
Segment Register (16 bits) 0 0 0 0
Offset Value (16 bits)
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Addressing Modes : Memory Access
90
20 Address lines ⇒⇒⇒⇒ 8086 can address up to
220 = 1M bytes of memory
However, the largest register is only 16 bits
Physical Address will have to be calculated
Physical Address : Actual address of a byte in
memory. i.e. the value which goes out onto the
address bus.
Memory Address represented in the form –
Seg : Offset (E g - 89AB:F012)
Each time the processor wants to access
memory, it takes the contents of a segment
register, shifts it one hexadecimal place to the
left (same as multiplying by 1610), then add the
required offset to form the 20- bit address
89AB : F012 →→→→ 89AB →→→→ 89AB0 (Paragraph to byte →→→→ 89AB x 10 = 89AB0)
F012 →→→→ 0F012 (Offset is already in byte unit)
+ -------
98AC2 (The absolute address)
16 bytes of
contiguous memory
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Addressing Modes : Memory Access
91
To access memory we use these four registers: BX,
SI, DI, BP
Combining these registers inside [ ] symbols, we
can get different memory locations (Effective
Address, EA)
Supported combinations:
[BX + SI]
[BX + DI]
[BP + SI]
[BP + DI]
[SI]
[DI]
d16 (variable offset only)
[BX]
[BX + SI + d8]
[BX + DI + d8]
[BP + SI + d8]
[BP + DI + d8]
BX
BP
SI
DI
+ disp
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Addressing Modes
92
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
Here, the effective address of the memory
location at which the data operand is stored is
given in the instruction.
The effective address is just a 16-bit number
written directly in the instruction.
Example:
MOV BL, [0400H]
The square brackets around the 0400H denotes
the contents of the memory location. When
executed, this instruction will copy the contents of
the memory location into BL register.
This addressing mode is called direct because the
displacement of the operand from the segment
base is specified directly in the instruction.
Group II : Addressing modes
for memory data8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Addressing Modes
93
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
In Register indirect addressing, name of the
register which holds the effective address (EA)
will be specified in the instruction.
Registers used to hold EA are any of the following
registers:
BX, BP, DI and SI.
Content of the DS register is used for base
address calculation.
Example:
MOV CX, [BX]
Operations:
EA = (BX)
BA = (DS) x 1610
MA = BA + EA
(CX) ←←←← (MA) or,
(CL) ←←←← (MA)
(CH) ←←←← (MA +1)
Group II : Addressing modes
for memory data
Note : Register/ memory
enclosed in brackets refer
to content of register/
memory
8086808680868086 MicroprocessorMicroprocessorMicroprocessorMicroprocessor
Addressing Modes
94
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
In Based Addressing, BX or BP is used to hold the
base value for effective address and a signed 8-bit
or unsigned 16-bit displacement will be specified
in the instruction.
In case of 8-bit displacement, it is sign extended
to 16-bit before adding to the base value.
When BX holds the base value of EA, 20-bit
physical address is calculated from BX and DS.
When BP holds the base value of EA, BP and SS is
used.
Example:
MOV AX, [BX + 08H]
Operations:
0008H ←←←← 08H (Sign extended)
EA = (BX) + 0008H
BA = (DS) x 1610
MA = BA + EA
(AX) ←←←← (MA) or,
(AL) ←←←← (MA)
(AH) ←←←← (MA + 1)
Group II : Addressing modes
for memory data8086808680868086 MicroprocessorMicroprocessorMicroprocessorMicroprocessor
Addressing Modes
95
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
SI or DI register is used to hold an index value for
memory data and a signed 8-bit or unsigned 16-
bit displacement will be specified in the
instruction.
Displacement is added to the index value in SI or
DI register to obtain the EA.
In case of 8-bit displacement, it is sign extended
to 16-bit before adding to the base value.
Example:
MOV CX, [SI + FFA2H]
Operations:
FFA2H ←←←← FFA2H (Sign extended)
EA = (SI) + FFA2H
BA = (DS) x 1610
MA = BA + EA
(CX) ←←←← (MA) or,
(CL) ←←←← (MA)
(CH) ←←←← (MA + 1)
Group II : Addressing modes
for memory data8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Addressing Modes
96
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
In Based Index Addressing, the effective address
is computed from the sum of a base register (BX
or BP), an index register (SI or DI) and a
displacement.
Example:
MOV DX, [BX + SI + 0AH]
Operations:
000AH ←←←← 0AH (Sign extended)
EA = (BX) + (SI) + 000AH
BA = (DS) x 1610
MA = BA + EA
(DX) ←←←← (MA) or,
(DL) ←←←← (MA)
(DH) ←←←← (MA + 1)
Group II : Addressing modes
for memory data8086808680868086 MicroprocessorMicroprocessorMicroprocessorMicroprocessor
Addressing Modes
97
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
Employed in string operations to operate on string
data.
The effective address (EA) of source data is stored
in SI register and the EA of destination is stored in
DI register.
Segment register for calculating base address of
source data is DS and that of the destination data
is ES
Example: MOVS BYTE
Operations:
Calculation of source memory location:
EA = (SI) BA = (DS) x 1610 MA = BA + EA
Calculation of destination memory location:
EAE = (DI) BAE = (ES) x 1610 MAE = BAE + EAE
(MAE) ←←←← (MA)
If DF = 1, then (SI) ←←←← (SI) – 1 and (DI) = (DI) - 1
If DF = 0, then (SI) ←←←← (SI) +1 and (DI) = (DI) + 1
Group II : Addressing modes
for memory data
Note : Effective address of
the Extra segment register
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Addressing Modes
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
These addressing modes are used to access data
from standard I/O mapped devices or ports.
In direct port addressing mode, an 8-bit port
address is directly specified in the instruction.
Example: IN AL, [09H]
Operations: PORTaddr = 09H
(AL) ←←←← (PORT)
Content of port with address 09H is
moved to AL register
In indirect port addressing mode, the instruction
will specify the name of the register which holds
the port address. In 8086, the 16-bit port address
is stored in the DX register.
Example: OUT [DX], AX
Operations: PORTaddr = (DX)
(PORT) ←←←← (AX)
Content of AX is moved to port
whose address is specified by DX
register. 98
Group III : Addressing
modes for I/O ports8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Addressing Modes
99
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
In this addressing mode, the effective address of
a program instruction is specified relative to
Instruction Pointer (IP) by an 8-bit signed
displacement.
Example: JZ 0AH
Operations:
000AH ←←←← 0AH (sign extend)
If ZF = 1, then
EA = (IP) + 000AH
BA = (CS) x 1610
MA = BA + EA
If ZF = 1, then the program control jumps to
new address calculated above.
If ZF = 0, then next instruction of the
program is executed.
Group IV : Relative
Addressing mode8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Addressing Modes
100
1. Register Addressing
2. Immediate Addressing
3. Direct Addressing
4. Register Indirect Addressing
5. Based Addressing
6. Indexed Addressing
7. Based Index Addressing
8. String Addressing
9. Direct I/O port Addressing
10. Indirect I/O port Addressing
11. Relative Addressing
12. Implied Addressing
Instructions using this mode have no operands.
The instruction itself will specify the data to be
operated by the instruction.
Example: CLC
This clears the carry flag to zero.
Group IV : Implied
Addressing mode8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
INSTRUCTION SETINSTRUCTION SETINSTRUCTION SETINSTRUCTION SET
1. Data Transfer Instructions
2. Arithmetic Instructions
3. Logical Instructions
4. String manipulation Instructions
5. Process Control Instructions
6. Control Transfer Instructions
Instruction Set
102
8086808680868086
MicroprocessorMicroprocessorMicroprocessorMicroprocessor
8086 supports 6 types of instructions.
1. Data Transfer Instructions
Instruction Set
103
Instructions that are used to transfer data/ address in to
registers, memory locations and I/O ports.
Generally involve two operands: Source operand and
Destination operand of the same size.
Source: Register or a memory location or an immediate data
Destination : Register or a memory location.
The size should be a either a byte or a word.
A 8-bit data can only be moved to 8-bit register/ memory
and a 16-bit data can be moved to 16-bit register/ memory.
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
1. Data Transfer Instructions
Instruction Set
104
Mnemonics: MOV, XCHG, PUSH, POP, IN, OUT …
MOV reg2/ mem, reg1/ mem
MOV reg2, reg1
MOV mem, reg1
MOV reg2, mem
(reg2) ←←←← (reg1)
(mem) ←←←← (reg1)
(reg2) ←←←← (mem)
MOV reg/ mem, data
MOV reg, data
MOV mem, data
(reg) ←←←← data
(mem) ←←←← data
XCHG reg2/ mem, reg1
XCHG reg2, reg1
XCHG mem, reg1
(reg2) ↔↔↔↔ (reg1)
(mem) ↔↔↔↔ (reg1)
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
1. Data Transfer Instructions
Instruction Set
105
Mnemonics: MOV, XCHG, PUSH, POP, IN, OUT …
PUSH reg16/ mem
PUSH reg16
PUSH mem
(SP) ←←←← (SP) – 2
MA S = (SS) x 1610 + SP
(MA S ; MA S + 1) ←←←← (reg16)
(SP) ←←←← (SP) – 2
MA S = (SS) x 1610 + SP
(MA S ; MA S + 1) ←←←← (mem)
POP reg16/ mem
POP reg16
POP mem
MA S = (SS) x 1610 + SP
(reg16) ←←←← (MA S ; MA S + 1)
(SP) ←←←← (SP) + 2
MA S = (SS) x 1610 + SP
(mem) ←←←← (MA S ; MA S + 1)
(SP) ←←←← (SP) + 2
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
1. Data Transfer Instructions
Instruction Set
106
Mnemonics: MOV, XCHG, PUSH, POP, IN, OUT …
IN A, [DX]
IN AL, [DX]
IN AX, [DX]
PORTaddr = (DX)
(AL) ←←←← (PORT)
PORTaddr = (DX)
(AX) ←←←← (PORT)
IN A, addr8
IN AL, addr8
IN AX, addr8
(AL) ←←←← (addr8)
(AX) ←←←← (addr8)
OUT [DX], A
OUT [DX], AL
OUT [DX], AX
PORTaddr = (DX)
(PORT) ←←←← (AL)
PORTaddr = (DX)
(PORT) ←←←← (AX)
OUT addr8, A
OUT addr8, AL
OUT addr8, AX
(addr8) ←←←← (AL)
(addr8) ←←←← (AX)
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
2. Arithmetic Instructions
Instruction Set
107
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
ADD reg2/ mem, reg1/mem
ADD reg2, reg1
ADD reg2, mem
ADD mem, reg1
(reg2) ←←←← (reg1) + (reg2)
(reg2) ←←←← (reg2) + (mem)
(mem) ←←←← (mem)+(reg1)
ADD reg/mem, data
ADD reg, data
ADD mem, data
(reg) ←←←← (reg)+ data
(mem) ←←←← (mem)+data
ADD A, data
ADD AL, data8
ADD AX, data16
(AL) ←←←← (AL) + data8
(AX) ←←←← (AX) +data16
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
2. Arithmetic Instructions
Instruction Set
108
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
ADC reg2/ mem, reg1/mem
ADC reg2, reg1
ADC reg2, mem
ADC mem, reg1
(reg2) ←←←← (reg1) + (reg2)+CF
(reg2) ←←←← (reg2) + (mem)+CF
(mem) ←←←← (mem)+(reg1)+CF
ADC reg/mem, data
ADC reg, data
ADC mem, data
(reg) ←←←← (reg)+ data+CF
(mem) ←←←← (mem)+data+CF
ADDC A, data
ADD AL, data8
ADD AX, data16
(AL) ←←←← (AL) + data8+CF
(AX) ←←←← (AX) +data16+CF
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
2. Arithmetic Instructions
Instruction Set
109
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
SUB reg2/ mem, reg1/mem
SUB reg2, reg1
SUB reg2, mem
SUB mem, reg1
(reg2) ←←←← (reg2) - (reg1)
(reg2) ←←←← (reg2) - (mem)
(mem) ←←←← (mem) - (reg1)
SUB reg/mem, data
SUB reg, data
SUB mem, data
(reg) ←←←← (reg) - data
(mem) ←←←← (mem) - data
SUB A, data
SUB AL, data8
SUB AX, data16
(AL) ←←←← (AL) - data8
(AX) ←←←← (AX) - data16
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
2. Arithmetic Instructions
Instruction Set
110
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
SBB reg2/ mem, reg1/mem
SBB reg2, reg1
SBB reg2, mem
SBB mem, reg1
(reg2) ←←←← (reg2) - (reg1) - CF
(reg2) ←←←← (reg2) - (mem)- CF
(mem) ←←←← (mem) - (reg1) –CF
SBB reg/mem, data
SBB reg, data
SBB mem, data
(reg) ←←←← (reg) – data - CF
(mem) ←←←← (mem) - data - CF
SBB A, data
SBB AL, data8
SBB AX, data16
(AL) ←←←← (AL) - data8 - CF
(AX) ←←←← (AX) - data16 - CF
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
2. Arithmetic Instructions
Instruction Set
111
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
INC reg/ mem
INC reg8
INC reg16
INC mem
(reg8) ←←←← (reg8) + 1
(reg16) ←←←← (reg16) + 1
(mem) ←←←← (mem) + 1
DEC reg/ mem
DEC reg8
DEC reg16
DEC mem
(reg8) ←←←← (reg8) - 1
(reg16) ←←←← (reg16) - 1
(mem) ←←←← (mem) - 1
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
2. Arithmetic Instructions
Instruction Set
112
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
MUL reg/ mem
MUL reg
MUL mem
For byte : (AX) ←←←← (AL) x (reg8)
For word : (DX)(AX) ←←←← (AX) x (reg16)
For byte : (AX) ←←←← (AL) x (mem8)
For word : (DX)(AX) ←←←← (AX) x (mem16)
IMUL reg/ mem
IMUL reg
IMUL mem
For byte : (AX) ←←←← (AL) x (reg8)
For word : (DX)(AX) ←←←← (AX) x (reg16)
For byte : (AX) ←←←← (AX) x (mem8)
For word : (DX)(AX) ←←←← (AX) x (mem16)
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
2. Arithmetic Instructions
Instruction Set
113
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
DIV reg/ mem
DIV reg
DIV mem
For 16-bit :- 8-bit :
(AL) ←←←← (AX) :- (reg8) Quotient
(AH) ←←←← (AX) MOD(reg8) Remainder
For 32-bit :- 16-bit :
(AX) ←←←← (DX)(AX) :- (reg16) Quotient
(DX) ←←←← (DX)(AX) MOD(reg16) Remainder
For 16-bit :- 8-bit :
(AL) ←←←← (AX) :- (mem8) Quotient
(AH) ←←←← (AX) MOD(mem8) Remainder
For 32-bit :- 16-bit :
(AX) ←←←← (DX)(AX) :- (mem16) Quotient
(DX) ←←←← (DX)(AX) MOD(mem16) Remainder
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
2. Arithmetic Instructions
Instruction Set
114
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
IDIV reg/ mem
IDIV reg
IDIV mem
For 16-bit :- 8-bit :
(AL) ←←←← (AX) :- (reg8) Quotient
(AH) ←←←← (AX) MOD(reg8) Remainder
For 32-bit :- 16-bit :
(AX) ←←←← (DX)(AX) :- (reg16) Quotient
(DX) ←←←← (DX)(AX) MOD(reg16) Remainder
For 16-bit :- 8-bit :
(AL) ←←←← (AX) :- (mem8) Quotient
(AH) ←←←← (AX) MOD(mem8) Remainder
For 32-bit :- 16-bit :
(AX) ←←←← (DX)(AX) :- (mem16) Quotient
(DX) ←←←← (DX)(AX) MOD(mem16) Remainder
2. Arithmetic Instructions
Instruction Set
115
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
CMP reg2/mem, reg1/ mem
CMP reg2, reg1
CMP reg2, mem
CMP mem, reg1
Modify flags ←←←← (reg2) – (reg1)
If (reg2) > (reg1) then CF=0, ZF=0, SF=0
If (reg2) < (reg1) then CF=1, ZF=0, SF=1
If (reg2) = (reg1) then CF=0, ZF=1, SF=0
Modify flags ←←←← (reg2) – (mem)
If (reg2) > (mem) then CF=0, ZF=0, SF=0
If (reg2) < (mem) then CF=1, ZF=0, SF=1
If (reg2) = (mem) then CF=0, ZF=1, SF=0
Modify flags ←←←← (mem) – (reg1)
If (mem) > (reg1) then CF=0, ZF=0, SF=0
If (mem) < (reg1) then CF=1, ZF=0, SF=1
If (mem) = (reg1) then CF=0, ZF=1, SF=0
2. Arithmetic Instructions
Instruction Set
116
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
CMP reg/mem, data
CMP reg, data
CMP mem, data
Modify flags ←←←← (reg) – (data)
If (reg) > data then CF=0, ZF=0, SF=0
If (reg) < data then CF=1, ZF=0, SF=1
If (reg) = data then CF=0, ZF=1, SF=0
Modify flags ←←←← (mem) – (mem)
If (mem) > data then CF=0, ZF=0, SF=0
If (mem) < data then CF=1, ZF=0, SF=1
If (mem) = data then CF=0, ZF=1, SF=0
2. Arithmetic Instructions
Instruction Set
117
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP…
CMP A, data
CMP AL, data8
CMP AX, data16
Modify flags ←←←← (AL) – data8
If (AL) > data8 then CF=0, ZF=0, SF=0
If (AL) < data8 then CF=1, ZF=0, SF=1
If (AL) = data8 then CF=0, ZF=1, SF=0
Modify flags ←←←← (AX) – data16
If (AX) > data16 then CF=0, ZF=0, SF=0
If (mem) < data16 then CF=1, ZF=0, SF=1
If (mem) = data16 then CF=0, ZF=1, SF=0
3. Logical Instructions
Instruction Set
118
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
3. Logical Instructions
Instruction Set
119
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
3. Logical Instructions
Instruction Set
120
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
3. Logical Instructions
Instruction Set
121
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
3. Logical Instructions
Instruction Set
122
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
3. Logical Instructions
Instruction Set
123
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
3. Logical Instructions
Instruction Set
124
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
3. Logical Instructions
Instruction Set
125
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
4. String Manipulation Instructions
Instruction Set
126
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
String : Sequence of bytes or words
8086 instruction set includes instruction for string movement, comparison,
scan, load and store.
REP instruction prefix : used to repeat execution of string instructions
String instructions end with S or SB or SW.
S represents string, SB string byte and SW string word.
Offset or effective address of the source operand is stored in SI register and
that of the destination operand is stored in DI register.
Depending on the status of DF, SI and DI registers are automatically
updated.
DF = 0 ⇒⇒⇒⇒ SI and DI are incremented by 1 for byte and 2 for word.
DF = 1 ⇒⇒⇒⇒ SI and DI are decremented by 1 for byte and 2 for word.
4. String Manipulation Instructions
Instruction Set
127
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS
REP
REPZ/ REPE
(Repeat CMPS or SCAS until
ZF = 0)
REPNZ/ REPNE
(Repeat CMPS or SCAS until
ZF = 1)
While CX ≠≠≠≠ 0 and ZF = 1, repeat execution of
string instruction and
(CX) ←←←← (CX) – 1
While CX ≠≠≠≠ 0 and ZF = 0, repeat execution of
string instruction and
(CX) ←←←← (CX) - 1
4. String Manipulation Instructions
Instruction Set
128
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS
MOVS
MOVSB
MOVSW
MA = (DS) x 1610 + (SI)
MAE = (ES) x 1610 + (DI)
(MAE) ←←←← (MA)
If DF = 0, then (DI) ←←←← (DI) + 1; (SI) ←←←← (SI) + 1
If DF = 1, then (DI) ←←←← (DI) - 1; (SI) ←←←← (SI) - 1
MA = (DS) x 1610 + (SI)
MAE = (ES) x 1610 + (DI)
(MAE ; MAE + 1) ←←←← (MA; MA + 1)
If DF = 0, then (DI) ←←←← (DI) + 2; (SI) ←←←← (SI) + 2
If DF = 1, then (DI) ←←←← (DI) - 2; (SI) ←←←← (SI) - 2
4. String Manipulation Instructions
Instruction Set
129
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS
CMPS
CMPSB
CMPSW
MA = (DS) x 1610 + (SI)
MAE = (ES) x 1610 + (DI)
Modify flags ←←←← (MA) - (MAE)
If (MA) > (MAE), then CF = 0; ZF = 0; SF = 0
If (MA) < (MAE), then CF = 1; ZF = 0; SF = 1
If (MA) = (MAE), then CF = 0; ZF = 1; SF = 0
For byte operation
If DF = 0, then (DI) ←←←← (DI) + 1; (SI) ←←←← (SI) + 1
If DF = 1, then (DI) ←←←← (DI) - 1; (SI) ←←←← (SI) - 1
For word operation
If DF = 0, then (DI) ←←←← (DI) + 2; (SI) ←←←← (SI) + 2
If DF = 1, then (DI) ←←←← (DI) - 2; (SI) ←←←← (SI) - 2
Compare two string byte or string word
4. String Manipulation Instructions
Instruction Set
130
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS
SCAS
SCASB
SCASW
MAE = (ES) x 1610 + (DI)
Modify flags ←←←← (AL) - (MAE)
If (AL) > (MAE), then CF = 0; ZF = 0; SF = 0
If (AL) < (MAE), then CF = 1; ZF = 0; SF = 1
If (AL) = (MAE), then CF = 0; ZF = 1; SF = 0
If DF = 0, then (DI) ←←←← (DI) + 1
If DF = 1, then (DI) ←←←← (DI) – 1
MAE = (ES) x 1610 + (DI)
Modify flags ←←←← (AL) - (MAE)
If (AX) > (MAE ; MAE + 1), then CF = 0; ZF = 0; SF = 0
If (AX) < (MAE ; MAE + 1), then CF = 1; ZF = 0; SF = 1
If (AX) = (MAE ; MAE + 1), then CF = 0; ZF = 1; SF = 0
If DF = 0, then (DI) ←←←← (DI) + 2
If DF = 1, then (DI) ←←←← (DI) – 2
Scan (compare) a string byte or word with accumulator
4. String Manipulation Instructions
Instruction Set
131
8086808680868086
MicroprocessorMicroprocessorMicroprocessorMicroprocessor
Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS
LODS
LODSB
LODSW
MA = (DS) x 1610 + (SI)
(AL) ←←←← (MA)
If DF = 0, then (SI) ←←←← (SI) + 1
If DF = 1, then (SI) ←←←← (SI) – 1
MA = (DS) x 1610 + (SI)
(AX) ←←←← (MA ; MA + 1)
If DF = 0, then (SI) ←←←← (SI) + 2
If DF = 1, then (SI) ←←←← (SI) – 2
Load string byte in to AL or string word in to AX
4. String Manipulation Instructions
Instruction Set
132
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS
STOS
STOSB
STOSW
MAE = (ES) x 1610 + (DI)
(MAE) ←←←← (AL)
If DF = 0, then (DI) ←←←← (DI) + 1
If DF = 1, then (DI) ←←←← (DI) – 1
MAE = (ES) x 1610 + (DI)
(MAE ; MAE + 1 ) ←←←← (AX)
If DF = 0, then (DI) ←←←← (DI) + 2
If DF = 1, then (DI) ←←←← (DI) – 2
Store byte from AL or word from AX in to string
Mnemonics Explanation
STC Set CF ←←←← 1
CLC Clear CF ←←←← 0
CMC Complement carry CF ←←←← CF/
STD Set direction flag DF ←←←← 1
CLD Clear direction flag DF ←←←← 0
STI Set interrupt enable flag IF ←←←← 1
CLI Clear interrupt enable flag IF ←←←← 0
NOP No operation
HLT Halt after interrupt is set
WAIT Wait for TEST pin active
ESC opcode mem/ reg Used to pass instruction to a coprocessor
which shares the address and data bus
with the 8086
LOCK Lock bus during next instruction
5. Processor Control Instructions
Instruction Set
133
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
6. Control Transfer Instructions
Instruction Set
134
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Transfer the control to a specific destination or target instruction
Do not affect flags
Mnemonics Explanation
CALL reg/ mem/ disp16 Call subroutine
RET Return from subroutine
JMP reg/ mem/ disp8/ disp16 Unconditional jump
8086 Unconditional transfers
6. Control Transfer Instructions
Instruction Set
135
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
8086 signed conditional
branch instructions
8086 unsigned conditional
branch instructions
Checks flags
If conditions are true, the program control is
transferred to the new memory location in the same
segment by modifying the content of IP
6. Control Transfer Instructions
Instruction Set
136
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Name Alternate name
JE disp8
Jump if equal
JZ disp8
Jump if result is 0
JNE disp8
Jump if not equal
JNZ disp8
Jump if not zero
JG disp8
Jump if greater
JNLE disp8
Jump if not less or
equal
JGE disp8
Jump if greater
than or equal
JNL disp8
Jump if not less
JL disp8
Jump if less than
JNGE disp8
Jump if not
greater than or
equal
JLE disp8
Jump if less than
or equal
JNG disp8
Jump if not
greater
8086 signed conditional
branch instructions
8086 unsigned conditional
branch instructions
Name Alternate name
JE disp8
Jump if equal
JZ disp8
Jump if result is 0
JNE disp8
Jump if not equal
JNZ disp8
Jump if not zero
JA disp8
Jump if above
JNBE disp8
Jump if not below
or equal
JAE disp8
Jump if above or
equal
JNB disp8
Jump if not below
JB disp8
Jump if below
JNAE disp8
Jump if not above
or equal
JBE disp8
Jump if below or
equal
JNA disp8
Jump if not above
6. Control Transfer Instructions
Instruction Set
137
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Mnemonics Explanation
JC disp8 Jump if CF = 1
JNC disp8 Jump if CF = 0
JP disp8 Jump if PF = 1
JNP disp8 Jump if PF = 0
JO disp8 Jump if OF = 1
JNO disp8 Jump if OF = 0
JS disp8 Jump if SF = 1
JNS disp8 Jump if SF = 0
JZ disp8 Jump if result is zero, i.e, Z = 1
JNZ disp8 Jump if result is not zero, i.e, Z = 1
8086 conditional branch instructions affecting individual flags
AssemblerAssemblerAssemblerAssembler directivesdirectivesdirectivesdirectives
Assemble Directives
139
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Instructions to the Assembler regarding the program being
executed.
Control the generation of machine codes and organization of
the program; but no machine codes are generated for
assembler directives.
Also called ‘pseudo instructions’
Used to :
› specify the start and end of a program
› attach value to variables
› allocate storage locations to input/ output data
› define start and end of segments, procedures, macros etc..
Assemble Directives
140
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Define Byte
Define a byte type (8-bit) variable
Reserves specific amount of memory
locations to each variable
Range : 00H – FFH for unsigned value;
00H – 7FH for positive value and
80H – FFH for negative value
General form : variable DB value/ values
Example:
LIST DB 7FH, 42H, 35H
Three consecutive memory locations are reserved for
the variable LIST and each data specified in the
instruction are stored as initial value in the reserved
memory location
DB
DW
SEGMENT
ENDS
ASSUME
ORG
END
EVEN
EQU
PROC
FAR
NEAR
ENDP
SHORT
MACRO
ENDM
Assemble Directives
141
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Define Word
Define a word type (16-bit) variable
Reserves two consecutive memory locations
to each variable
Range : 0000H – FFFFH for unsigned value;
0000H – 7FFFH for positive value and
8000H – FFFFH for negative value
General form : variable DW value/ values
Example:
ALIST DW 6512H, 0F251H, 0CDE2H
Six consecutive memory locations are reserved for
the variable ALIST and each 16-bit data specified in
the instruction is stored in two consecutive memory
location.
DB
DW
SEGMENT
ENDS
ASSUME
ORG
END
EVEN
EQU
PROC
FAR
NEAR
ENDP
SHORT
MACRO
ENDM
Assemble Directives
142
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
SEGMENT : Used to indicate the beginning of
a code/ data/ stack segment
ENDS : Used to indicate the end of a code/
data/ stack segment
General form:
Segnam SEGMENT
…
…
…
…
…
…
Segnam ENDS
Program code
or
Data Defining Statements
User defined name of
the segment
DB
DW
SEGMENT
ENDS
ASSUME
ORG
END
EVEN
EQU
PROC
FAR
NEAR
ENDP
SHORT
MACRO
ENDM
Assemble Directives
143
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
DB
DW
SEGMENT
ENDS
ASSUME
ORG
END
EVEN
EQU
PROC
FAR
NEAR
ENDP
SHORT
MACRO
ENDM
Informs the assembler the name of the
program/ data segment that should be used
for a specific segment.
General form:
Segment Register
ASSUME segreg : segnam, .. , segreg : segnam
User defined name of
the segment
ASSUME CS: ACODE, DS:ADATA Tells the compiler that the
instructions of the program are
stored in the segment ACODE and
data are stored in the segment
ADATA
Example:
Assemble Directives
144
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
DB
DW
SEGMENT
ENDS
ASSUME
ORG
END
EVEN
EQU
PROC
FAR
NEAR
ENDP
SHORT
MACRO
ENDM
ORG (Origin) is used to assign the starting address
(Effective address) for a program/ data segment
END is used to terminate a program; statements
after END will be ignored
EVEN : Informs the assembler to store program/
data segment starting from an even address
EQU (Equate) is used to attach a value to a variable
ORG 1000H Informs the assembler that the statements
following ORG 1000H should be stored in
memory starting with effective address
1000H
LOOP EQU 10FEH Value of variable LOOP is 10FEH
_SDATA SEGMENT
ORG 1200H
A DB 4CH
EVEN
B DW 1052H
_SDATA ENDS
In this data segment, effective address of
memory location assigned to A will be 1200H
and that of B will be 1202H and 1203H.
Examples:
Assemble Directives
145
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
DB
DW
SEGMENT
ENDS
ASSUME
ORG
END
EVEN
EQU
PROC
ENDP
FAR
NEAR
SHORT
MACRO
ENDM
PROC Indicates the beginning of a procedure
ENDP End of procedure
FAR Intersegment call
NEAR Intrasegment call
General form
procname PROC[NEAR/ FAR]
…
…
…
RET
procname ENDP
Program statements of the
procedure
Last statement of the
procedure
User defined name of
the procedure
Assemble Directives
146
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
DB
DW
SEGMENT
ENDS
ASSUME
ORG
END
EVEN
EQU
PROC
ENDP
FAR
NEAR
SHORT
MACRO
ENDM
ADD64 PROC NEAR
…
…
…
RET
ADD64 ENDP
The subroutine/ procedure named ADD64 is
declared as NEAR and so the assembler will
code the CALL and RET instructions involved
in this procedure as near call and return
CONVERT PROC FAR
…
…
…
RET
CONVERT ENDP
The subroutine/ procedure named CONVERT
is declared as FAR and so the assembler will
code the CALL and RET instructions involved
in this procedure as far call and return
Examples:
Assemble Directives
147
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
DB
DW
SEGMENT
ENDS
ASSUME
ORG
END
EVEN
EQU
PROC
ENDP
FAR
NEAR
SHORT
MACRO
ENDM
Reserves one memory location for 8-bit
signed displacement in jump instructions
JMP SHORT
AHEAD
The directive will reserve one
memory location for 8-bit
displacement named AHEAD
Example:
Assemble Directives
148
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
DB
DW
SEGMENT
ENDS
ASSUME
ORG
END
EVEN
EQU
PROC
ENDP
FAR
NEAR
SHORT
MACRO
ENDM
MACRO Indicate the beginning of a macro
ENDM End of a macro
General form:
macroname MACRO[Arg1, Arg2 ...]
…
…
…
macroname ENDM
Program
statements in
the macro
User defined name of
the macro
149
Interfacing memory and i/oInterfacing memory and i/oInterfacing memory and i/oInterfacing memory and i/o
portsportsportsports
Memory
151
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Memory
Processor Memory
Primary or Main Memory
Secondary Memory
Store
Programs
and Data
Registers inside a microcomputer
Store data and results temporarily
No speed disparity
Cost ↑↑↑↑
Storage area which can be directly
accessed by microprocessor
Store programs and data prior to
execution
Should not have speed disparity with
processor ⇒⇒⇒⇒ Semi Conductor
memories using CMOS technology
ROM, EPROM, Static RAM, DRAM
Storage media comprising of slow
devices such as magnetic tapes and
disks
Hold large data files and programs:
Operating system, compilers,
databases, permanent programs etc.
Memory organization in 8086
152
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Memory organization in 8086
153
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Operation A0 Data Lines Used
1 Read/ Write byte at an even address 1 0 D7 – D0
2 Read/ Write byte at an odd address 0 1 D15 – D8
3 Read/ Write word at an even address 0 0 D15 – D0
4 Read/ Write word at an odd address 0 1 D15 – D0 in first operation
byte from odd bank is
transferred
1 0 D7 – D0 in first operation
byte from odd bank is
transferred
Memory organization in 8086
154
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Available memory space = EPROM + RAM
Allot equal address space in odd and even
bank for both EPROM and RAM
Can be implemented in two IC’s (one for
even and other for odd) or in multiple IC’s
Interfacing SRAM and EPROM
155
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Memory interface ⇒⇒⇒⇒ Read from and write in
to a set of semiconductor memory IC chip
EPROM ⇒⇒⇒⇒ Read operations
RAM ⇒⇒⇒⇒ Read and Write
In order to perform read/ write operations,
Memory access time <<<< read / write time of
the processor
Chip Select (CS) signal has to be generated
Control signals for read / write operations
Allot address for each memory location
Interfacing SRAM and EPROM
156
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Typical Semiconductor IC Chip
No of
Address
pins
Memory capacity Range of
address in
hexa
In Decimal In kilo In hexa
20 220= 10,48,576 1024 k = 1M 100000 00000
to
FFFFF
Interfacing SRAM and EPROM
157
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Memory map of 8086
RAM are mapped at the beginning; 00000H is allotted to RAM
EPROM’s are mapped at FFFFFH
⇒⇒⇒⇒ Facilitate automatic execution of monitor programs
and creation of interrupt vector table
158
Monitor Programs
Certain locations in 1Mbyte memory are reserved
Location from: FFFF0H to FFFF5H are dedicated to the initialization procedure of 8086
FFFF6H to FFFFBH are dedicated to the initialization procedure of 8086
input/output procedure .
00000H to 00013H used for vector addresses of dedicated interrupts.
Intel has also reserved several locations for future hardware and software products.
like 00014H to 0007FH and FFFFCH to FFFFFH
Interfacing SRAM and EPROM
159
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Monitor Programs
⇒⇒⇒⇒ Programing 8279 for keyboard scanning and display
refreshing
⇒⇒⇒⇒ Programming peripheral IC’s 8259, 8257, 8255,
8251, 8254 etc
⇒⇒⇒⇒ Initialization of stack
⇒⇒⇒⇒ Display a message on display (output)
⇒⇒⇒⇒ Initializing interrupt vector table
8279 Programmable keyboard/ display controller
8257 DMA controller
8259 Programmable interrupt controller
8255 Programmable peripheral interface
Note :
Interfacing I/O and peripheral devices
160
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
I/O devices
⇒⇒⇒⇒ For communication between microprocessor and
outside world
⇒⇒⇒⇒ Keyboards, CRT displays, Printers, Compact Discs
etc.
⇒⇒⇒⇒
⇒⇒⇒⇒ Data transfer types
Microprocessor I/ O devices
Ports / Buffer IC’s
(interface circuitry)
Programmed I/ O
Data transfer is accomplished
through an I/O port
controlled by software
Interrupt driven I/ O
I/O device interrupts the
processor and initiate data
transfer
Direct memory access
Data transfer is achieved by
bypassing the microprocessor
Memory mapped
I/O mapped
8086 and 8088 comparison
161
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Memory mapping I/O mapping
20 bit address are provided for I/O
devices
8-bit or 16-bit addresses are
provided for I/O devices
The I/O ports or peripherals can be
treated like memory locations and
so all instructions related to
memory can be used for data
transmission between I/O device
and processor
Only IN and OUT instructions can be
used for data transfer between I/O
device and processor
Data can be moved from any
register to ports and vice versa
Data transfer takes place only
between accumulator and ports
When memory mapping is used for
I/O devices, full memory address
space cannot be used for
addressing memory.
⇒⇒⇒⇒ Useful only for small systems
where memory requirement is less
Full memory space can be used for
addressing memory.
⇒⇒⇒⇒ Suitable for systems which
require large memory capacity
8086 and 8088 comparison8086 and 8088 comparison8086 and 8088 comparison8086 and 8088 comparison
8086 and 8088 comparison
163
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
8086 8088
Similar EU and Instruction set ; dissimilar BIU
16-bit Data bus lines obtained by
demultiplexing AD0 – AD15
8-bit Data bus lines obtained by
demultiplexing AD0 – AD7
20-bit address bus 8-bit address bus
Two banks of memory each of 512
kb
Single memory bank
6-bit instruction queue 4-bit instruction queue
Clock speeds: 5 / 8 / 10 MHz 5 / 8 MHz
No such signal required, since the
data width is only 1-byte
8087 Coprocessor8087 Coprocessor8087 Coprocessor8087 Coprocessor
Co-processor – Intel 8087
165
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Multiprocessor
system
A microprocessor system comprising of two or more
processors
Distributed processing: Entire task is divided in to
subtasks
Advantages Better system throughput by having more than one
processor
Each processor have a local bus to access local
memory or I/O devices so that a greater degree of
parallel processing can be achieved
System structure is more flexible.
One can easily add or remove modules to change the
system configuration without affecting the other
modules in the system
Co-processor – Intel 8087
166
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Specially designed to take care of mathematical
calculations involving integer and floating point data
“Math coprocessor” or “Numeric Data Processor (NDP)”
Works in parallel with a 8086 in the maximum mode
8087
coprocessor
1) Can operate on data of the integer, decimal and real
types with lengths ranging from 2 to 10 bytes
2) Instruction set involves square root, exponential,
tangent etc. in addition to addition, subtraction,
multiplication and division.
3) High performance numeric data processor ⇒⇒⇒⇒ it can
multiply two 64-bit real numbers in about 27µµµµs and
calculate square root in about 36 µµµµs
4) Follows IEEE floating point standard
5) It is multi bus compatible
Features
Co-processor – Intel 8087
167
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
16 multiplexed address / data pins
and 4 multiplexed address / status
pins
Hence it can have 16-bit external
data bus and 20-bit external address
bus like 8086
Processor clock, ready and reset
signals are applied as clock, ready
and reset signals for coprocessor
Co-processor – Intel 8087
168
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
BUSY
Co-processor – Intel 8087
169
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
The request / grant signal from the
8087 is usually connected to the
request / grant pin of the
independent processor such as 8089
Co-processor – Intel 8087
170
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
The interrupt pin is connected to the
interrupt management logic.
The 8087 can interrupt the 8086
through this interrupt management
logic at the time error condition
exists
INT
Co-processor – Intel 8087
171
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
Status
1 0 0 Unused
1 0 1 Read memory
1 1 0 Write memory
1 1 1 Passive
QS0 – QS1
QS0 QS1 Status
0 0 No operation
0 1 First byte of opcode
from queue
1 0 Queue empty
1 1 Subsequent byte of
opcode from queue
Co-processor – Intel 8087
172
8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
8087
instructions
are inserted
in the 8086
program
8086 and 8087 reads
instruction bytes and
puts them in the
respective queues
NOP
8087 instructions have
11011 as the MSB of
their first code byte
Ref: Microprocessor, Atul P. Godse, Deepali A. Gode, Technical publications, Chap 11
Co-processor – Intel 8087
173
8086808680868086
MicroprocessorMicroprocessorMicroprocessorMicroprocessor
ESC
Execute the
8086
instructions
WAIT
Monitor
8086/
8088
Deactivate theDeactivate the
host’s TEST pin
and execute the
specific
operation
Activate
the TEST
pin
Wake up the
coprocessor
Wake up the
8086/ 8088
8086/ 8088 Coprocessor
174

More Related Content

What's hot

Chapter 10 - File System Interface
Chapter 10 - File System InterfaceChapter 10 - File System Interface
Chapter 10 - File System InterfaceWayne Jones Jnr
 
Instruction Set of 8086 Microprocessor
Instruction Set of 8086 MicroprocessorInstruction Set of 8086 Microprocessor
Instruction Set of 8086 MicroprocessorAshita Agrawal
 
8085 DATA TRANSFER INSTRUCTIONS
8085 DATA TRANSFER INSTRUCTIONS8085 DATA TRANSFER INSTRUCTIONS
8085 DATA TRANSFER INSTRUCTIONSRamaPrabha24
 
Evolution of microprocessors and 80486 Microprocessor.
Evolution of microprocessors and 80486 Microprocessor.Evolution of microprocessors and 80486 Microprocessor.
Evolution of microprocessors and 80486 Microprocessor.Ritwik MG
 
Multithreading
MultithreadingMultithreading
MultithreadingA B Shinde
 
Logical, Shift, and Rotate Instruction
Logical, Shift, and Rotate InstructionLogical, Shift, and Rotate Instruction
Logical, Shift, and Rotate InstructionBadrul Alam
 
Lecture notes data structures tree
Lecture notes data structures   treeLecture notes data structures   tree
Lecture notes data structures treemaamir farooq
 
PAI Unit 3 Paging in 80386 Microporcessor
PAI Unit 3 Paging in 80386 MicroporcessorPAI Unit 3 Paging in 80386 Microporcessor
PAI Unit 3 Paging in 80386 MicroporcessorKanchanPatil34
 
8086 microprocessor instruction set by Er. Swapnil Kaware
8086 microprocessor instruction set by Er. Swapnil Kaware8086 microprocessor instruction set by Er. Swapnil Kaware
8086 microprocessor instruction set by Er. Swapnil KawareProf. Swapnil V. Kaware
 
chapter 7 Logic, shift and rotate instructions
chapter 7 Logic, shift and rotate instructionschapter 7 Logic, shift and rotate instructions
chapter 7 Logic, shift and rotate instructionswarda aziz
 
Organization of the ibm personal computers
Organization of the ibm personal computersOrganization of the ibm personal computers
Organization of the ibm personal computerswarda aziz
 
Instruction set of 8086
Instruction set of 8086Instruction set of 8086
Instruction set of 80869840596838
 
Instruction set of 8086
Instruction set of 8086Instruction set of 8086
Instruction set of 8086Akhila Rahul
 
Assembly language programming(unit 4)
Assembly language programming(unit 4)Assembly language programming(unit 4)
Assembly language programming(unit 4)Ashim Saha
 
Logical instruction of 8085
Logical instruction of 8085Logical instruction of 8085
Logical instruction of 8085vishalgohel12195
 

What's hot (20)

Chapter 10 - File System Interface
Chapter 10 - File System InterfaceChapter 10 - File System Interface
Chapter 10 - File System Interface
 
8086 instruction set
8086 instruction set8086 instruction set
8086 instruction set
 
Instruction Set of 8086 Microprocessor
Instruction Set of 8086 MicroprocessorInstruction Set of 8086 Microprocessor
Instruction Set of 8086 Microprocessor
 
8085 DATA TRANSFER INSTRUCTIONS
8085 DATA TRANSFER INSTRUCTIONS8085 DATA TRANSFER INSTRUCTIONS
8085 DATA TRANSFER INSTRUCTIONS
 
Evolution of microprocessors and 80486 Microprocessor.
Evolution of microprocessors and 80486 Microprocessor.Evolution of microprocessors and 80486 Microprocessor.
Evolution of microprocessors and 80486 Microprocessor.
 
Segment registers
Segment registersSegment registers
Segment registers
 
Multithreading
MultithreadingMultithreading
Multithreading
 
Logical, Shift, and Rotate Instruction
Logical, Shift, and Rotate InstructionLogical, Shift, and Rotate Instruction
Logical, Shift, and Rotate Instruction
 
Lecture notes data structures tree
Lecture notes data structures   treeLecture notes data structures   tree
Lecture notes data structures tree
 
PAI Unit 3 Paging in 80386 Microporcessor
PAI Unit 3 Paging in 80386 MicroporcessorPAI Unit 3 Paging in 80386 Microporcessor
PAI Unit 3 Paging in 80386 Microporcessor
 
8086 alp
8086 alp8086 alp
8086 alp
 
8086 microprocessor instruction set by Er. Swapnil Kaware
8086 microprocessor instruction set by Er. Swapnil Kaware8086 microprocessor instruction set by Er. Swapnil Kaware
8086 microprocessor instruction set by Er. Swapnil Kaware
 
chapter 7 Logic, shift and rotate instructions
chapter 7 Logic, shift and rotate instructionschapter 7 Logic, shift and rotate instructions
chapter 7 Logic, shift and rotate instructions
 
Memory mapping
Memory mappingMemory mapping
Memory mapping
 
Organization of the ibm personal computers
Organization of the ibm personal computersOrganization of the ibm personal computers
Organization of the ibm personal computers
 
Instruction set of 8086
Instruction set of 8086Instruction set of 8086
Instruction set of 8086
 
Instruction set of 8086
Instruction set of 8086Instruction set of 8086
Instruction set of 8086
 
Assembly language programming(unit 4)
Assembly language programming(unit 4)Assembly language programming(unit 4)
Assembly language programming(unit 4)
 
Associative memory
Associative memoryAssociative memory
Associative memory
 
Logical instruction of 8085
Logical instruction of 8085Logical instruction of 8085
Logical instruction of 8085
 

Viewers also liked

8051 Microcontroller
8051 Microcontroller8051 Microcontroller
8051 MicrocontrollerNitin Ahire
 
8085 ppi 8255 and 8155
8085 ppi 8255 and 81558085 ppi 8255 and 8155
8085 ppi 8255 and 8155Nitin Ahire
 
8086 architecture
8086 architecture8086 architecture
8086 architectureRafi Dar
 
Difference b/w 8085 & 8086
Difference b/w 8085 & 8086Difference b/w 8085 & 8086
Difference b/w 8085 & 8086j4jiet
 
Comparison of pentium processor with 80386 and 80486
Comparison of pentium processor with  80386 and 80486Comparison of pentium processor with  80386 and 80486
Comparison of pentium processor with 80386 and 80486Tech_MX
 
8086 assembly language
8086 assembly language8086 assembly language
8086 assembly languageMir Majid
 
Introduction to 8086 microprocessor
Introduction to 8086 microprocessorIntroduction to 8086 microprocessor
Introduction to 8086 microprocessorShreyans Pathak
 
Addressing mode of 8051
Addressing mode of 8051Addressing mode of 8051
Addressing mode of 8051Nitin Ahire
 
Addressing modes of 8051
Addressing modes of 8051Addressing modes of 8051
Addressing modes of 8051SARITHA REDDY
 
ARM7-ARCHITECTURE
ARM7-ARCHITECTURE ARM7-ARCHITECTURE
ARM7-ARCHITECTURE Dr.YNM
 
Microprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersMicroprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersAbhijith Augustine
 

Viewers also liked (13)

8051 Microcontroller
8051 Microcontroller8051 Microcontroller
8051 Microcontroller
 
8085 ppi 8255 and 8155
8085 ppi 8255 and 81558085 ppi 8255 and 8155
8085 ppi 8255 and 8155
 
8086 architecture
8086 architecture8086 architecture
8086 architecture
 
Lect 5
Lect 5Lect 5
Lect 5
 
Difference b/w 8085 & 8086
Difference b/w 8085 & 8086Difference b/w 8085 & 8086
Difference b/w 8085 & 8086
 
Comparison of pentium processor with 80386 and 80486
Comparison of pentium processor with  80386 and 80486Comparison of pentium processor with  80386 and 80486
Comparison of pentium processor with 80386 and 80486
 
8086 assembly language
8086 assembly language8086 assembly language
8086 assembly language
 
Introduction to 8086 microprocessor
Introduction to 8086 microprocessorIntroduction to 8086 microprocessor
Introduction to 8086 microprocessor
 
Addressing mode of 8051
Addressing mode of 8051Addressing mode of 8051
Addressing mode of 8051
 
Addressing modes of 8051
Addressing modes of 8051Addressing modes of 8051
Addressing modes of 8051
 
ARM7-ARCHITECTURE
ARM7-ARCHITECTURE ARM7-ARCHITECTURE
ARM7-ARCHITECTURE
 
Microprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersMicroprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answers
 
8086 Architecture
8086 Architecture8086 Architecture
8086 Architecture
 

Similar to Microprocessor 8086 8087_nitin ahire

Notes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfNotes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfVisheshYadav38
 
8086 slide general short notes assembly languages.pptx
8086 slide general short notes assembly languages.pptx8086 slide general short notes assembly languages.pptx
8086 slide general short notes assembly languages.pptxbinaboss24
 
UNIT-II-8086.pptx
UNIT-II-8086.pptxUNIT-II-8086.pptx
UNIT-II-8086.pptxparul757596
 
Students corner131
Students corner131Students corner131
Students corner131Satti286
 
Management of system software
Management of system softwareManagement of system software
Management of system softwareAryaChandran13
 
8086 microprocessor
8086 microprocessor8086 microprocessor
8086 microprocessorSManjula2
 
Introduction to 8086 Microprocessors.ppt
Introduction to 8086 Microprocessors.pptIntroduction to 8086 Microprocessors.ppt
Introduction to 8086 Microprocessors.pptSasiBhushan22
 
8086 Microprocessor powerpoint
8086  Microprocessor  powerpoint8086  Microprocessor  powerpoint
8086 Microprocessor powerpointRandhir Kumar
 
Application of 8086 and 8085 Microprocessor in Robots.pptx
Application of 8086 and 8085 Microprocessor in Robots.pptxApplication of 8086 and 8085 Microprocessor in Robots.pptx
Application of 8086 and 8085 Microprocessor in Robots.pptxssuser631ea0
 

Similar to Microprocessor 8086 8087_nitin ahire (20)

8086 MICROPROCESSOR
8086 MICROPROCESSOR8086 MICROPROCESSOR
8086 MICROPROCESSOR
 
Notes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdfNotes-7_complete notes_8086.pdf
Notes-7_complete notes_8086.pdf
 
8086 microprocessor
8086 microprocessor8086 microprocessor
8086 microprocessor
 
8086 slide general short notes assembly languages.pptx
8086 slide general short notes assembly languages.pptx8086 slide general short notes assembly languages.pptx
8086 slide general short notes assembly languages.pptx
 
8086 introduction.pptx
8086 introduction.pptx8086 introduction.pptx
8086 introduction.pptx
 
8086slide
8086slide8086slide
8086slide
 
8086 Microprocessor
8086 Microprocessor8086 Microprocessor
8086 Microprocessor
 
UNIT-II-8086.pptx
UNIT-II-8086.pptxUNIT-II-8086.pptx
UNIT-II-8086.pptx
 
8086.pptx
8086.pptx8086.pptx
8086.pptx
 
8086 mprocessor.pptx
8086 mprocessor.pptx8086 mprocessor.pptx
8086 mprocessor.pptx
 
Students corner131
Students corner131Students corner131
Students corner131
 
Management of system software
Management of system softwareManagement of system software
Management of system software
 
8086 microprocessor
8086 microprocessor8086 microprocessor
8086 microprocessor
 
Microprocessor
Microprocessor Microprocessor
Microprocessor
 
Introduction to 8086 Microprocessors.ppt
Introduction to 8086 Microprocessors.pptIntroduction to 8086 Microprocessors.ppt
Introduction to 8086 Microprocessors.ppt
 
Microprocessor 8086
Microprocessor 8086Microprocessor 8086
Microprocessor 8086
 
8086 complete guide
8086 complete guide 8086 complete guide
8086 complete guide
 
8086 new
8086 new8086 new
8086 new
 
8086 Microprocessor powerpoint
8086  Microprocessor  powerpoint8086  Microprocessor  powerpoint
8086 Microprocessor powerpoint
 
Application of 8086 and 8085 Microprocessor in Robots.pptx
Application of 8086 and 8085 Microprocessor in Robots.pptxApplication of 8086 and 8085 Microprocessor in Robots.pptx
Application of 8086 and 8085 Microprocessor in Robots.pptx
 

More from Nitin Ahire

8051 singed number concept [compatibility mode]
8051 singed  number concept [compatibility mode]8051 singed  number concept [compatibility mode]
8051 singed number concept [compatibility mode]Nitin Ahire
 
8051 micro controllers Instruction set
8051 micro controllers Instruction set 8051 micro controllers Instruction set
8051 micro controllers Instruction set Nitin Ahire
 
8051 (microcontroller)class1
8051 (microcontroller)class18051 (microcontroller)class1
8051 (microcontroller)class1Nitin Ahire
 
Serial communication in 8085
Serial communication in 8085Serial communication in 8085
Serial communication in 8085Nitin Ahire
 
Interfacing of io device to 8085
Interfacing of io device to 8085Interfacing of io device to 8085
Interfacing of io device to 8085Nitin Ahire
 
Interrupt of 8085
Interrupt of 8085Interrupt of 8085
Interrupt of 8085Nitin Ahire
 

More from Nitin Ahire (7)

Microprocessor
MicroprocessorMicroprocessor
Microprocessor
 
8051 singed number concept [compatibility mode]
8051 singed  number concept [compatibility mode]8051 singed  number concept [compatibility mode]
8051 singed number concept [compatibility mode]
 
8051 micro controllers Instruction set
8051 micro controllers Instruction set 8051 micro controllers Instruction set
8051 micro controllers Instruction set
 
8051 (microcontroller)class1
8051 (microcontroller)class18051 (microcontroller)class1
8051 (microcontroller)class1
 
Serial communication in 8085
Serial communication in 8085Serial communication in 8085
Serial communication in 8085
 
Interfacing of io device to 8085
Interfacing of io device to 8085Interfacing of io device to 8085
Interfacing of io device to 8085
 
Interrupt of 8085
Interrupt of 8085Interrupt of 8085
Interrupt of 8085
 

Recently uploaded

Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 

Recently uploaded (20)

Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 

Microprocessor 8086 8087_nitin ahire

  • 2. 2
  • 3. Comparison 0f 8085 and 8086 Parameter 8085 8086 Size It is an 8 bit processor It is 16 bit processor Address bus Address bus is 16 bits Address bus is 20 bits Memory It can access upto 216 =65,536 bytes ( 64KB) It can access upto 220 =1,048,576 bytes(1MB) Instruction Queue It does not have an instruction queue It has 6 byte instruction queue Pipelining It does not support pipelining It support pipelining architecture I/Os It Can address 28 =256 I/O locations It can address 216 =65,536 I/O locations Multiprocessing support It does not have multiprocessing support It supports multiprocessing. It has compatibility with further processors like 80386 Coprocessor interface It does not have co processor interface Co processor like 8087 can be interface with 8086
  • 4. Parameter 8085 8086 Arithmetic Support It only support integer and decimal arithmetic It support integer, decimal and ASC II arithmetic. Multiplication and Division It does not have instruction that computes The multiplication and division operation. It supports instructions that compute the multiplication and division operation Clock speed It operate on freq 3 MHz It operate on freq= 5 to 10 MHZ Memory segmentation The memory spaces are not segmented The memory space is segmented Interrupts 8085 provides 8 software vectored interrupts and 5 hardware interrupts 8086 has 256 software vectored interrupts and 2 hardware interrupts Comparison 0f 8085 and 8086
  • 5. MicroprocessorMicroprocessorMicroprocessorMicroprocessor Program controlled semiconductor device (IC) which fetches (from memory), decodes and executes instructions. It is used as CPU (Central Processing Unit) in computers. 5
  • 6. MicroprocessorMicroprocessorMicroprocessorMicroprocessor First Generation Between 1971 – 1973 PMOS technology, non compatible with TTL 4 bit processors ⇒ 16 pins 8 and 16 bit processors ⇒ 40 pins Due to limitations of pins, signals are multiplexed Second Generation During 1973 NMOS technology ⇒ Faster speed, Higher density, Compatible with TTL 4 / 8/ 16 bit processors ⇒ 40 pins Ability to address large memory spaces and I/O ports Greater number of levels of subroutine nesting Better interrupt handling capabilities Intel 8085 (8 bit processor) Third Generation During 1978 HMOS technology ⇒ Faster speed, Higher packing density 16 bit processors ⇒ 40/ 48/ 64 pins Easier to program Dynamically relatable programs Processor has multiply/ divide arithmetic hardware More powerful interrupt handling capabilities Flexible I/O port addressing Intel 8086 (16 bit processor) Fourth Generation During 1980s Low power version of HMOS technology (HCMOS) 32 bit processors Physical memory space 224 bytes = 16 Mb Virtual memory space 240 bytes = 1 Tb Floating point hardware Supports increased number of addressing modes Intel 80386 Fifth Generation Pentium 6
  • 7. Functional blocksMicroprocessorMicroprocessorMicroprocessorMicroprocessor Flag Register Timing and control unit Register array or internal memory Instruction decoding unit PC/ IP ALU Control Bus Address Bus Data Bus 7 Computational Unit; performs arithmetic and logic operations Various conditions of the results are stored as status bits called flags in flag register Internal storage of data Generates the address of the instructions to be fetched from the memory and send through address bus to the memory Decodes instructions; sends information to the timing and control unit Generates control signals for internal and external operations of the microprocessor
  • 8. Overview 8086 Microprocessor First 16- bit processor released by INTEL in the year 1978 Originally HMOS, now manufactured using HMOS III technique Approximately 29, 000 transistors, 40 pin DIP, 5V supply Does not have internal clock; external asymmetric clock source with 33% duty cycle 20-bit address to access memory ⇒⇒⇒⇒ can address up to 220 = 1 megabytes of memory space. 8
  • 9. 9 Features It is a 16-bit microprocessor. 8086 has a 20 bit address bus can access up to 220 memory locations (1 MB). It can support up to 64K I/O ports. It provides 14, 16 -bit registers. Word size is 16 bits. It has multiplexed address and data bus AD0- AD15 and A16 – A19. It requires single phase clock with 33% duty cycle to provide internal timing. 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 10. 10 8086 is designed to operate in two modes, Minimum and Maximum. It can pre fetches up to 6 instruction bytes from memory and queues them in order to speed up instruction execution. It requires +5V power supply. A 40 pin dual in line package. Address ranges from 00000H to FFFFFH Memory is byte addressable - Every byte has a separate address. 10 Features 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 11. 8086 and 8088 comparison 11 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 8086 8088 Similar EU and Instruction set ; dissimilar BIU 16-bit Data bus lines obtained by demultiplexing AD0 – AD15 8-bit Data bus lines obtained by demultiplexing AD0 – AD7 20-bit address bus 8-bit address bus Two banks of memory each of 512 kb Single memory bank 6-bit instruction queue 4-bit instruction queue Clock speeds: 5 / 8 / 10 MHz 5 / 8 MHz No such signal required, since the data width is only 1-byte
  • 12. Pins and signalsPins and signalsPins and signalsPins and signals
  • 13. Pins and Signals 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 13 Common signals AD0-AD15 (Bidirectional) Address/Data bus Low order address bus; these are multiplexed with data. When AD lines are used to transmit memory address the symbol A is used instead of AD, for example A0-A15. When data are transmitted over AD lines the symbol D is used in place of AD, for example D0-D7, D8-D15 or D0-D15. A16/S3, A17/S4, A18/S5, A19/S6 High order address bus. These are multiplexed with status signals
  • 14. Pins and Signals 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 14 Common signals BHE (Active Low)/S7 (Output) Bus High Enable/Status It is used to enable data onto the most significant half of data bus, D8-D15. 8-bit device connected to upper half of the data bus use BHE (Active Low) signal. It is multiplexed with status signal S7. MN/ MX MINIMUM / MAXIMUM This pin signal indicates what mode the processor is to operate in. RD (Read) (Active Low) The signal is used for read operation. It is an output signal. It is active when low.
  • 15. Pins and Signals 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 15 Common signals READY This is the acknowledgement from the slow device or memory that they have completed the data transfer. The signal made available by the devices is synchronized by the 8284A clock generator to provide ready input to the 8086. The signal is active high.
  • 16. Pins and Signals 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 16 Common signals RESET (Input) Causes the processor to immediately terminate its present activity. The signal must be active HIGH for at least four clock cycles. CLK The clock input provides the basic timing for processor operation and bus control activity. Its an asymmetric square wave with 33% duty cycle. INTR Interrupt Request This is a triggered input. This is sampled during the last clock cycles of each instruction to determine the availability of the request. If any interrupt request is pending, the processor enters the interrupt acknowledge cycle. This signal is active high and internally synchronized.
  • 17. 17
  • 18. Pins and Signals 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 18 Min/ Max Pins The 8086 microprocessor can work in two modes of operations : Minimum mode and Maximum mode. In the minimum mode of operation the microprocessor do not associate with any co-processors and can not be used for multiprocessor systems. In the maximum mode the 8086 can work in multi-processor or co-processor configuration. Minimum or maximum mode operations are decided by the pin MN/ MX(Active low). When this pin is high 8086 operates in minimum mode otherwise it operates in Maximum mode.
  • 19. Pins and Signals (Data Transmit/ Receive) Output signal from the processor to control the direction of data flow through the data transceivers (Data Enable) Output signal from the processor used as out put enable for the transceivers ALE (Address Latch Enable) Used to demultiplex the address and data lines using external latches Used to differentiate memory access and I/O access. For memory reference instructions, it is high. For IN and OUT instructions, it is low. Write control signal; asserted low Whenever processor writes data to memory or I/O port (Interrupt Acknowledge) When the interrupt request is accepted by the processor, the output is low on this line. 19 Minimum mode signals
  • 20. Pins and Signals HOLD Input signal to the processor form the bus masters as a request to grant the control of the bus. Usually used by the DMA controller to get the control of the bus. HLDA (Hold Acknowledge) Acknowledge signal by the processor to the bus master requesting the control of the bus through HOLD. The acknowledge is asserted high, when the processor accepts HOLD. 20 Minimum mode signals
  • 21. Pins and Signals Status signals; used by the 8086 bus controller to generate bus timing and control signals. These are decoded as shown. 21 Maximum mode signals
  • 22. Pins and Signals (Queue Status) The processor provides the status of queue in these lines. The queue status can be used by external device to track the internal status of the queue in 8086. The output on QS0 and QS1 can be interpreted as shown in the table. 22 Maximum mode signals
  • 24. 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 26. Architecture 26 Execution Unit (EU) EU executes instructions that have already been fetched by the BIU. BIU and EU functions separately. Bus Interface Unit (BIU) BIU fetches instructions, reads data from memory and I/O ports, writes data to memory and I/ O ports.
  • 27. Architecture 27 Bus Interface Unit (BIU) Dedicated Adder to generate 20 bit address Four 16-bit segment registers Code Segment (CS) Data Segment (DS) Stack Segment (SS) Extra Segment (ES) Segment Registers >>
  • 28. Architecture 28 Bus Interface Unit (BIU) Segment Registers 8086’s 1-megabyte memory is divided into segments of up to 64K bytes each. Programs obtain access to code and data in the segments by changing the segment register content to point to the desired segments. The 8086 can directly address four segments (256 K bytes within the 1 M byte of memory) at a particular time.
  • 29. Architecture 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 29 Bus Interface Unit (BIU) Segment Registers Code Segment Register 16-bit CS contains the base or start of the current code segment; IP contains the distance or offset from this address to the next instruction byte to be fetched. BIU computes the 20-bit physical address by logically shifting the contents of CS 4-bits to the left and then adding the 16-bit contents of IP. That is, all instructions of a program are relative to the contents of the CS register multiplied by 16 and then offset is added provided by the IP.
  • 30. Architecture 30 Physical Address (20 Bits) Adder Segment Register (CS)(16 bits) 0 0 0 0 Offset Value (IP) (16 bits) 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Bus Interface Unit (BIU)
  • 31. Architecture 31 Bus Interface Unit (BIU) Segment Registers Data Segment Register 16-bit Points to the current data segment; operands for most instructions are fetched from this segment. The 16-bit contents of the Source Index (SI) or Destination Index (DI) or a 16-bit displacement are used as offset for computing the 20-bit physical address.
  • 32. Architecture 32 Bus Interface Unit (BIU) Segment Registers Stack Segment Register 16-bit Points to the current stack. The 20-bit physical stack address is calculated from the Stack Segment (SS) and the Stack Pointer (SP) for stack instructions such as PUSH and POP. In based addressing mode, the 20-bit physical stack address is calculated from the Stack segment (SS) and the Base Pointer (BP).
  • 33. Architecture 33 Bus Interface Unit (BIU) Segment Registers Extra Segment Register 16-bit Points to the extra segment in which data (in excess of 64K pointed to by the DS) is stored. String instructions use the ES and DI to determine the 20- bit physical address for the destination.
  • 34. Architecture 34 Bus Interface Unit (BIU) Segment Registers Instruction Pointer 16-bit Always points to the next instruction to be executed within the currently executing code segment. So, this register contains the 16-bit offset address pointing to the next instruction code within the 64Kb of the code segment area. Its content is automatically incremented as the execution of the next instruction takes place.
  • 36. 1 Code Segment 3 4 Data Segment Extra Segment 7 8 9 10 11 12 13 14 15 Stack Segment Memory 00000H FFFFFH 1MB Address Range Starting Addressesof Segments 1000 0H 4000 0H 5000 0H F000 0H CS DS ES SS 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 37. 1 Data Segment Code Segment Extra Segment 11 12 13 14 15 Stack Segment Memory 00000H FFFFFH 1MB Address Range 348A H 4214 H 38AB4 H CS = Base value IP= offset value Physical Address Start of Code Segment 348A0H Code Byte MOV AL, BL38AB4H IP = 4214H + 0
  • 38. • The following examples shows the CS:IP scheme of address formation: 38 Inserting a hexadecimal 0H (0000B) with the CSR or shifting the CSR four binary digits left 3 4 B A 0 ( C S ) + 8 A B 4 ( I P ) 3 D 6 5 4 (next address) 34BA 8AB4 MOV AL,BL CS IP 34BA0 3D654 44B9F Code segment 8AB4 (offset)
  • 39. • Example For Address Calculation (segment: offset) • If the data segment starts at location 1000h and a data reference contains the address 29h where is the actual data? 39 Required Address Offset Segment Address 0000 0000 0010 1001 0000 0001 0000 0000 0010 1001 0001 0000 0000 0000
  • 40. Segment and Address register combinationSegment and Address register combination • CS:IP • SS:SP SS:BP • DS:BX DS:SI • DS:DI (for other than string operations) • ES:DI (for string operations) 40
  • 41. Summary of Registers & Pipeline of 8086 PSummary of Registers & Pipeline of 8086 P AH AL BH BL CH CL DH DL 41 SP BP SI DI FLAGS D E C O D E R ALU AX BX CX DX EU Timing control SP BP Default Assignment BIU IP CS DS ES SS PIPELINE (or) QUEUE C O D E O U T C O D E I N IP BX DI SI DI Fetch & store code bytes in PIPELINE
  • 42. • Segment Override Prefix : • e.g. MOV CS:[BX],AL • 1000 0 H CS + 0020 0 H BX _____________________ 1020 0 H Physical Address It allows the programmer to deviate from by default segments. 42
  • 43. Architecture 43 Bus Interface Unit (BIU) 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. This is done in order to speed up the execution by overlapping instruction fetch with execution. This mechanism is known as pipelining. Instruction queue
  • 44. Architecture 44 Some of the 16 bit registers can be used as two 8 bit registers as : AX can be used as AH and AL BX can be used as BH and BL CX can be used as CH and CL DX can be used as DH and DL Execution Unit (EU) EU decodes and executes instructions. A decoder in the EU control system translates instructions. 16-bit ALU for performing arithmetic and logic operation Four general purpose registers(AX, BX, CX, DX); Pointer registers (Stack Pointer, Base Pointer); and Index registers (Source Index, Destination Index) each of 16-bits
  • 45. Architecture 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 45 EU Registers Accumulator Register (AX) Consists of two 8-bit registers AL and AH, which can be combined together and used as a 16-bit register AX. AL in this case contains the low order byte of the word, and AH contains the high-order byte. The I/O instructions use the AX or AL for inputting / outputting 16 or 8 bit data to or from an I/O port. Multiplication and Division instructions also use the AX or AL. Execution Unit (EU)
  • 46. Architecture 46 EU Registers Base Register (BX) Consists of two 8-bit registers BL and BH, which can be combined together and used as a 16-bit register BX. BL in this case contains the low-order byte of the word, and BH contains the high-order byte. This is the general purpose register whose contents can be used for addressing the 8086 memory. All memory references utilizing this register content for addressing use DS as the default segment register. Execution Unit (EU)
  • 47. Architecture 47 EU Registers Counter Register (CX) Consists of two 8-bit registers CL and CH, which can be combined together and used as a 16-bit register CX. When combined, CL register contains the low order byte of the word, and CH contains the high-order byte. Instructions such as SHIFT, ROTATE and LOOP use the contents of CX as a counter. Execution Unit (EU) Example: The instruction LOOP START automatically decrements CX by 1 without affecting flags and will check if [CX] = 0. If it is zero, 8086 executes the next instruction; otherwise the 8086 branches to the label START.
  • 49. Architecture 49 EU Registers Stack Pointer (SP) and Base Pointer (BP) SP and BP are used to access data in the stack segment. SP is used as an offset from the current SS during execution of instructions that involve the stack segment in the external memory. SP contents are automatically updated (incremented/ decremented) due to execution of a POP or PUSH instruction. BP contains an offset address in the current SS, which is used by instructions utilizing the based addressing mode. Execution Unit (EU)
  • 50. Architecture 50 EU Registers Source Index (SI) and Destination Index (DI) Used in indexed addressing. Instructions that process data strings use the SI and DI registers together with DS and ES respectively in order to distinguish between the source and destination addresses. Execution Unit (EU)
  • 51. Architecture 51 EU Registers Source Index (SI) and Destination Index (DI) Used in indexed addressing. Instructions that process data strings use the SI and DI registers together with DS and ES respectively in order to distinguish between the source and destination addresses. Execution Unit (EU)8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 52. Architecture 52 Flag Register 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 Carry Flag This flag is set, when there is a carry out of MSB in case of addition or a borrow in case of subtraction. Parity Flag This flag is set to 1, if the lower byte of the result contains even number of 1’s ; for odd number of 1’s set to zero. Auxiliary Carry Flag This is set, if there is a carry from the lowest nibble, i.e, bit three during addition, or borrow for the lowest nibble, i.e, bit three, during subtraction. Zero Flag This flag is set, if the result of the computation or comparison performed by an instruction is zero Sign Flag This flag is set, when the result of any computation is negative Tarp Flag If this flag is set, the processor enters the single step execution mode by generating internal interrupts after the execution of each instruction Interrupt Flag Causes the 8086 to recognize external maskable interrupts; clearing IF disables these interrupts. Direction Flag This is used by string manipulation instructions. If this flag bit is ‘0’, the string is processed beginning from the lowest address to the highest address, i.e., auto incrementing mode. Otherwise, the string is processed from the highest address towards the lowest address, i.e., auto decrementing mode. Over flow Flag This flag is set, if an overflow occurs, i.e, if the result of a signed operation is large enough to accommodate in a destination 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 sign operations, then the overflow will be set. Execution Unit (EU)8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 53. 53 Architecture Sl.No. Type Register width Name of register 1 General purpose register 16 bit AX, BX, CX, DX 8 bit AL, AH, BL, BH, CL, CH, DL, DH 2 Pointer register 16 bit SP, BP 3 Index register 16 bit SI, DI 4 Instruction Pointer 16 bit IP 5 Segment register 16 bit CS, DS, SS, ES 6 Flag (PSW) 16 bit Flag register 8086 registers categorized into 4 groups 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 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 54. 54 Architecture Register Name of the Register Special Function AX 16-bit Accumulator Stores the 16-bit results of arithmetic and logic operations AL 8-bit Accumulator Stores the 8-bit results of arithmetic and logic operations BX Base register Used to hold base value in base addressing mode to access memory data CX Count Register Used to hold the count value in SHIFT, ROTATE and LOOP instructions DX Data Register Used to hold data for multiplication and division operations SP Stack Pointer Used to hold the offset address of top stack memory BP Base Pointer Used to hold the base value in base addressing using SS register to access data from stack memory SI Source Index Used to hold index value of source operand (data) for string instructions DI Data Index Used to hold the index value of destination operand (data) for string operations Registers and Special Functions8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 55. Introduction 55 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Program A set of instructions written to solve a problem. Instruction Directions which a microprocessor follows to execute a task or part of a task. Computer language High Level Low Level Machine Language Assembly Language Binary bits English Alphabets ‘Mnemonics’ Assembler Mnemonics →→→→ Machine Language
  • 56. Assembly Language Syntax • Program consists of statement per line. • Each statement is an instruction or assembler directive • Statement syntax – Name operation operand(s) comment • Name field – Used for instruction labels, procedure names, and variable names. – Assembler translates names into memory addresses – Names are 1-31 characters including letters, numbers and special characters ? . @ _ $ % – Names may not begin with a digit – Case insensitive
  • 57. Assembly Language Syntax – Cont. • Examples of legal names – COUNTER1 – @character – SUM_OF_DIGITS – $1000 – Done? – .TEST – .data • Examples of illegal names – 2abc – A45.28
  • 58. Assembly Language Syntax – Cont. • Name operation operand(s) comment • Operation field – instruction • Symbolic operation code (opcode) • Symbolic opcodes translated into machine language opcode • Describes operation’s function; e.g. MOV, ADD, SUB, INC. – Assembler directive • Contains pseudo-operation code (pseudo-op) • Not translated into machine code • Tell the assembler to do something. • Operand field – Specifies data to be acted on – Zero, one, or two operands • NOP • INC AX • ADD AX, 2
  • 59. Assembly Language Syntax – Cont. • Name operation operand(s)comment • Comment field – A semicolon marks the beginning of a comment – A semicolon in beginning of a line makes it all a comment line – Good programming practice dictates comment on every line • Examples – MOV CX, 0 ; move 0 to CX • Do not say something obvious – MOV CX, 0 ; CX counts terms, initially 0 • Put instruction in context of program
  • 60. Data Representation • Numbers – 11011 decimal – 11011B binary – 64223 decimal – -21843D decimal – 1,234 illegal, contains a no digit character – 1B4DH hexadecimal number – 1B4D illegal hex number, does not end with “H” – FFFFH illegal hex number, does not begin with digit – 0FFFFH hexadecimal number • Signed numbers represented using 2’s complement.
  • 61. Data Representation - Cont. • Characters – must be enclosed in single or double quotes – e.g. “Hello”, ‘Hello’, “A”, ‘B’ – encoded by ASCII code • ‘A’ has ASCII code 41H • ‘a’ has ASCII code 61H • ‘0’ has ASCII code 30H • Line feed has ASCII code 0AH • Back Space has ASCII code 08H • Horizontal tab has ASCII code 09H
  • 62. Data Representation - Cont. • The value of the content of registers or memory is dependent on the programmer. • Let AL=FFH – represents the unsigned number 255 – represents the signed number -1 (in 2’s complement) • Let AH=30H – represents the decimal number 48 – represents the character ‘’ • Let BL=80H – represents the unsigned number +128 – represents the signed number -128
  • 63. Variable Declaration • Each variable has a type and assigned a memory address. • Data-defining pseudo-ops – DB define byte – DW define word – DD define double word (two consecutive words) – DQ define quad word (four consecutive words) – DT define ten bytes (five consecutive words) • Each pseudo-op can be used to define one or more data items of given type.
  • 64. Byte Variables • Assembler directive format defining a byte variable – name DB initial value – a question mark (“?”) place in initial value leaves variable uninitialized • I DB 4 define variable I with initial value 4 • J DB ? Define variable J with uninitialized value • Name DB “Course” allocate 6 bytes for Name • K DB 5, 3, -1 allocates 3 bytes 05 03 FF K
  • 65. Named Constants • EQU pseudo-op used to assign a name to constant. • Makes assembly language easier to understand. • No memory allocated for EQU names. • LF EQU 0AH – MOV DL, 0AH – MOV DL, LF • NAME EQU “Type your name” – MSG DB “Type your name” – MSG DB NAME
  • 66. DUP Operator • Used to define arrays whose elements share common initial value. • It has the form: repeat count DUP (value) • Numbers DB 100 DUP(0) – Allocates an array of 100 bytes, each initialized to 0. • Names DW 200 DUP(?) – Allocates an array of 200 uninitialized words.
  • 67. General Rules • Both operands have to be of the same size. – MOV AX, BL illegal – MOV AL, BL legal – MOV AH, BL legal • Both operands cannot be memory operands simultaneously. – MOV i, j illegal – MOV AL, i legal • First operand cannot be an immediate value. – ADD 2, AX illegal – ADD AX, 2 legal
  • 68. Memory Segmentation - Cont. • Data Segment – contains variable definitions – declared by .DATA • Stack segment – used to store the stack – declared by .STACK size – default stack size is 1Kbyte. • Code segment – contains program’s instructions – declared by .CODE
  • 69. Memory Models • SMALL – code in one segment & data in one segment • MEDIUM – code in more than one segment & data in one segment • COMPACT – code in one segment & data in more than one segment • LARGE – code in more than one segment & data in more than one segment & no array larger than 64K bytes • HUGE – code in more than one segment & data in more than one segment & arrays may be larger than 64K bytes
  • 70. Program Structure: An Example TITLE PRGM1 .MODEL SMALL .ORG 100H .DATA A DW 2 B DW 5 SUM DW ? .CODE MAIN PROC ; initialize DS MOV AX, @DATA MOV DS, AX
  • 71. Program Structure: An Example ; add the numbers MOV AX, A ADD AX, B MOV SUM, AX ; exit to DOS MOV AX, 4C00H INT 21H MAIN ENDP END MAIN
  • 72. NAME Addition • TITLE 8086 assembly language program to add two Nos. • .model small • Org 100h • .data • no1 db 33h ; First number storage • no2 db 22h ; Second number storage • result db ? ; byte reversed for result • .code • start: mov ax,@data ; [loads the address of data • mov ds,ax ; segment in DS] • mov al,no1 ; Get the first nuber in AL • add al,no2 ; Add second to it • mov result, ax ; Copy result to memory • end start • end 72
  • 73. Addition with carry 73 • org 100h • .data • a db 0ffh • b db 02h • sum db ? • carry db ? • .data end • .code • start: mov ax,@data • mov ds,ax • xor ax,ax • mov cl,00h • mov al,a • mov bl,b • add al,bl • jnc down • inc cl • down: mov sum, al • mov carry, cl • end code
  • 74. Example calculates the sum of a vector • Org 100h • vec1 db 1, 2, 5, 6 • vec2 db 3, 5, 6, 1 • vec3 db ?, ?, ?, ? • start: • lea si, vec1 • lea bx, vec2 • lea di, vec3 • mov cx, 4 • sum: • mov al, [si] • add al, [bx] • mov [di], al • inc si • inc bx • inc di • loop sum • end 74
  • 75. find average of two numbers. • NAME Average • TITLE 8086 ALP to find average of two numbers. • .model small • .stack 100 • .data • No1 DB 21h ; First number storage • No2 DB 23h ; Second number storage • Avg DB ? ; Average of two numbers • .code • START: MOV AX, @data ; [ Initialises • MOV DS,AX • XOR AX,AX ; data segment ] • MOV AL,NO1 ; Get first number in AL • ADD AL,NO2 ; Add second to it • ADC AH,00H ; Put carry in AH • SAR AX,1 ; Divide sum by 2 • MOV Avg, AL ; Copy result to memory • END START 75
  • 76. 76 Bus Timing diagram The 8086/8088 microprocessors use the memory and I/O in periods called bus cycles. Each bus cycle consists of 4 clock cycles. Thus for 8086 running at 5MHz it would take 800ns for a complete bus cycle. Each read or write operation take 1 bus cycles.
  • 78. 78 Read Timing During T 1 : •The address is placed on the Address/Data bus. •Control signals M/ IO , ALE and DT/ R specify memory or I/O, latch the address onto the address bus and set the direction of data transfer on data bus. Bus Timing diagram
  • 79. 79 Read Timing During T 2 : •8086 issues the RD or WR signal, DEN , and, for a write, the data. •DEN enables the memory or I/O device to receive the data for writes and the 8086 to receive the data for reads. Bus Timing diagram
  • 80. 80 During T 3 : •This cycle is provided to allow memory to access data. •READY is sampled at the end of T 2 . •If low, T 3 becomes a wait state. •Otherwise, the data bus is sampled at the end of T 3 . During T :
  • 81. 81 During T 4 : •All bus signals are deactivated, in preparation for next bus cycle. •Data is sampled for reads, writes occur for writes.
  • 82. 82 Write Timing Convert this simple timeline to include all the necessary pins Do as an EXERCISE ! Bus Timing diagram
  • 83. ADDRESSING MODESADDRESSING MODESADDRESSING MODESADDRESSING MODES &&&& Instruction setInstruction setInstruction setInstruction set
  • 84. Introduction 84 Program is a set of instructions written to solve a problem. Instructions are the directions which a microprocessor follows to execute a task or part of a task. Broadly, computer language can be divided into two parts as high- level language and low level language. Low level language are machine specific. Low level language can be further divided into machine language and assembly language. Machine language is the only language which a machine can understand. Instructions in this language are written in binary bits as a specific bit pattern. The computer interprets this bit pattern as an instruction to perform a particular task. The entire program is a sequence of binary numbers. This is a machine-friendly language but not user friendly. Debugging is another problem associated with machine language. To overcome these problems, programmers develop another way in which instructions are written in English alphabets. This new language is known as Assembly language. The instructions in this language are termed mnemonics. As microprocessor can only understand the machine language so mnemonics are translated into machine language either manually or by a program known as assembler. Efficient software development for the microprocessor requires a complete familiarity with the instruction set, their format and addressing modes. Here in this chapter, we will focus on the addressing modes and instructions formats of microprocessor 8086. 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 86. Group I : Addressing modes for register and immediate data Group IV : Relative Addressing mode Group V : Implied Addressing mode Group III : Addressing modes for I/O ports Group II : Addressing modes for memory data Addressing Modes 86 8086808680868086 MicroprocessorMicroprocessorMicroprocessorMicroprocessor Every instruction of a program has to operate on a data. The different ways in which a source operand is denoted in an instruction are known as addressing modes. 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing
  • 87. Addressing Modes 87 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing The instruction will specify the name of the register which holds the data to be operated by the instruction. Example: MOV CL, DH The content of 8-bit register DH is moved to another 8-bit register CL (CL) ←←←← (DH) Group I : Addressing modes for register and immediate data8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 88. Addressing Modes 88 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing In immediate addressing mode, an 8-bit or 16-bit data is specified as part of the instruction Example: MOV DL, 08H The 8-bit data (08H) given in the instruction is moved to DL (DL) ←←←← 08H MOV AX, 0A9FH The 16-bit data (0A9FH) given in the instruction is moved to AX register (AX) ←←←← 0A9FH Group I : Addressing modes for register and immediate data8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 89. Addressing Modes : Memory Access 89 Physical Address (20 Bits) Adder Segment Register (16 bits) 0 0 0 0 Offset Value (16 bits) 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 90. Addressing Modes : Memory Access 90 20 Address lines ⇒⇒⇒⇒ 8086 can address up to 220 = 1M bytes of memory However, the largest register is only 16 bits Physical Address will have to be calculated Physical Address : Actual address of a byte in memory. i.e. the value which goes out onto the address bus. Memory Address represented in the form – Seg : Offset (E g - 89AB:F012) Each time the processor wants to access memory, it takes the contents of a segment register, shifts it one hexadecimal place to the left (same as multiplying by 1610), then add the required offset to form the 20- bit address 89AB : F012 →→→→ 89AB →→→→ 89AB0 (Paragraph to byte →→→→ 89AB x 10 = 89AB0) F012 →→→→ 0F012 (Offset is already in byte unit) + ------- 98AC2 (The absolute address) 16 bytes of contiguous memory 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 91. Addressing Modes : Memory Access 91 To access memory we use these four registers: BX, SI, DI, BP Combining these registers inside [ ] symbols, we can get different memory locations (Effective Address, EA) Supported combinations: [BX + SI] [BX + DI] [BP + SI] [BP + DI] [SI] [DI] d16 (variable offset only) [BX] [BX + SI + d8] [BX + DI + d8] [BP + SI + d8] [BP + DI + d8] BX BP SI DI + disp 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 92. Addressing Modes 92 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing Here, the effective address of the memory location at which the data operand is stored is given in the instruction. The effective address is just a 16-bit number written directly in the instruction. Example: MOV BL, [0400H] The square brackets around the 0400H denotes the contents of the memory location. When executed, this instruction will copy the contents of the memory location into BL register. This addressing mode is called direct because the displacement of the operand from the segment base is specified directly in the instruction. Group II : Addressing modes for memory data8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 93. Addressing Modes 93 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing In Register indirect addressing, name of the register which holds the effective address (EA) will be specified in the instruction. Registers used to hold EA are any of the following registers: BX, BP, DI and SI. Content of the DS register is used for base address calculation. Example: MOV CX, [BX] Operations: EA = (BX) BA = (DS) x 1610 MA = BA + EA (CX) ←←←← (MA) or, (CL) ←←←← (MA) (CH) ←←←← (MA +1) Group II : Addressing modes for memory data Note : Register/ memory enclosed in brackets refer to content of register/ memory 8086808680868086 MicroprocessorMicroprocessorMicroprocessorMicroprocessor
  • 94. Addressing Modes 94 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing In Based Addressing, BX or BP is used to hold the base value for effective address and a signed 8-bit or unsigned 16-bit displacement will be specified in the instruction. In case of 8-bit displacement, it is sign extended to 16-bit before adding to the base value. When BX holds the base value of EA, 20-bit physical address is calculated from BX and DS. When BP holds the base value of EA, BP and SS is used. Example: MOV AX, [BX + 08H] Operations: 0008H ←←←← 08H (Sign extended) EA = (BX) + 0008H BA = (DS) x 1610 MA = BA + EA (AX) ←←←← (MA) or, (AL) ←←←← (MA) (AH) ←←←← (MA + 1) Group II : Addressing modes for memory data8086808680868086 MicroprocessorMicroprocessorMicroprocessorMicroprocessor
  • 95. Addressing Modes 95 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing SI or DI register is used to hold an index value for memory data and a signed 8-bit or unsigned 16- bit displacement will be specified in the instruction. Displacement is added to the index value in SI or DI register to obtain the EA. In case of 8-bit displacement, it is sign extended to 16-bit before adding to the base value. Example: MOV CX, [SI + FFA2H] Operations: FFA2H ←←←← FFA2H (Sign extended) EA = (SI) + FFA2H BA = (DS) x 1610 MA = BA + EA (CX) ←←←← (MA) or, (CL) ←←←← (MA) (CH) ←←←← (MA + 1) Group II : Addressing modes for memory data8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 96. Addressing Modes 96 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing In Based Index Addressing, the effective address is computed from the sum of a base register (BX or BP), an index register (SI or DI) and a displacement. Example: MOV DX, [BX + SI + 0AH] Operations: 000AH ←←←← 0AH (Sign extended) EA = (BX) + (SI) + 000AH BA = (DS) x 1610 MA = BA + EA (DX) ←←←← (MA) or, (DL) ←←←← (MA) (DH) ←←←← (MA + 1) Group II : Addressing modes for memory data8086808680868086 MicroprocessorMicroprocessorMicroprocessorMicroprocessor
  • 97. Addressing Modes 97 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing Employed in string operations to operate on string data. The effective address (EA) of source data is stored in SI register and the EA of destination is stored in DI register. Segment register for calculating base address of source data is DS and that of the destination data is ES Example: MOVS BYTE Operations: Calculation of source memory location: EA = (SI) BA = (DS) x 1610 MA = BA + EA Calculation of destination memory location: EAE = (DI) BAE = (ES) x 1610 MAE = BAE + EAE (MAE) ←←←← (MA) If DF = 1, then (SI) ←←←← (SI) – 1 and (DI) = (DI) - 1 If DF = 0, then (SI) ←←←← (SI) +1 and (DI) = (DI) + 1 Group II : Addressing modes for memory data Note : Effective address of the Extra segment register 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 98. Addressing Modes 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing These addressing modes are used to access data from standard I/O mapped devices or ports. In direct port addressing mode, an 8-bit port address is directly specified in the instruction. Example: IN AL, [09H] Operations: PORTaddr = 09H (AL) ←←←← (PORT) Content of port with address 09H is moved to AL register In indirect port addressing mode, the instruction will specify the name of the register which holds the port address. In 8086, the 16-bit port address is stored in the DX register. Example: OUT [DX], AX Operations: PORTaddr = (DX) (PORT) ←←←← (AX) Content of AX is moved to port whose address is specified by DX register. 98 Group III : Addressing modes for I/O ports8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 99. Addressing Modes 99 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing In this addressing mode, the effective address of a program instruction is specified relative to Instruction Pointer (IP) by an 8-bit signed displacement. Example: JZ 0AH Operations: 000AH ←←←← 0AH (sign extend) If ZF = 1, then EA = (IP) + 000AH BA = (CS) x 1610 MA = BA + EA If ZF = 1, then the program control jumps to new address calculated above. If ZF = 0, then next instruction of the program is executed. Group IV : Relative Addressing mode8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 100. Addressing Modes 100 1. Register Addressing 2. Immediate Addressing 3. Direct Addressing 4. Register Indirect Addressing 5. Based Addressing 6. Indexed Addressing 7. Based Index Addressing 8. String Addressing 9. Direct I/O port Addressing 10. Indirect I/O port Addressing 11. Relative Addressing 12. Implied Addressing Instructions using this mode have no operands. The instruction itself will specify the data to be operated by the instruction. Example: CLC This clears the carry flag to zero. Group IV : Implied Addressing mode8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 102. 1. Data Transfer Instructions 2. Arithmetic Instructions 3. Logical Instructions 4. String manipulation Instructions 5. Process Control Instructions 6. Control Transfer Instructions Instruction Set 102 8086808680868086 MicroprocessorMicroprocessorMicroprocessorMicroprocessor 8086 supports 6 types of instructions.
  • 103. 1. Data Transfer Instructions Instruction Set 103 Instructions that are used to transfer data/ address in to registers, memory locations and I/O ports. Generally involve two operands: Source operand and Destination operand of the same size. Source: Register or a memory location or an immediate data Destination : Register or a memory location. The size should be a either a byte or a word. A 8-bit data can only be moved to 8-bit register/ memory and a 16-bit data can be moved to 16-bit register/ memory. 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 104. 1. Data Transfer Instructions Instruction Set 104 Mnemonics: MOV, XCHG, PUSH, POP, IN, OUT … MOV reg2/ mem, reg1/ mem MOV reg2, reg1 MOV mem, reg1 MOV reg2, mem (reg2) ←←←← (reg1) (mem) ←←←← (reg1) (reg2) ←←←← (mem) MOV reg/ mem, data MOV reg, data MOV mem, data (reg) ←←←← data (mem) ←←←← data XCHG reg2/ mem, reg1 XCHG reg2, reg1 XCHG mem, reg1 (reg2) ↔↔↔↔ (reg1) (mem) ↔↔↔↔ (reg1) 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 105. 1. Data Transfer Instructions Instruction Set 105 Mnemonics: MOV, XCHG, PUSH, POP, IN, OUT … PUSH reg16/ mem PUSH reg16 PUSH mem (SP) ←←←← (SP) – 2 MA S = (SS) x 1610 + SP (MA S ; MA S + 1) ←←←← (reg16) (SP) ←←←← (SP) – 2 MA S = (SS) x 1610 + SP (MA S ; MA S + 1) ←←←← (mem) POP reg16/ mem POP reg16 POP mem MA S = (SS) x 1610 + SP (reg16) ←←←← (MA S ; MA S + 1) (SP) ←←←← (SP) + 2 MA S = (SS) x 1610 + SP (mem) ←←←← (MA S ; MA S + 1) (SP) ←←←← (SP) + 2 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 106. 1. Data Transfer Instructions Instruction Set 106 Mnemonics: MOV, XCHG, PUSH, POP, IN, OUT … IN A, [DX] IN AL, [DX] IN AX, [DX] PORTaddr = (DX) (AL) ←←←← (PORT) PORTaddr = (DX) (AX) ←←←← (PORT) IN A, addr8 IN AL, addr8 IN AX, addr8 (AL) ←←←← (addr8) (AX) ←←←← (addr8) OUT [DX], A OUT [DX], AL OUT [DX], AX PORTaddr = (DX) (PORT) ←←←← (AL) PORTaddr = (DX) (PORT) ←←←← (AX) OUT addr8, A OUT addr8, AL OUT addr8, AX (addr8) ←←←← (AL) (addr8) ←←←← (AX) 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 107. 2. Arithmetic Instructions Instruction Set 107 Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… ADD reg2/ mem, reg1/mem ADD reg2, reg1 ADD reg2, mem ADD mem, reg1 (reg2) ←←←← (reg1) + (reg2) (reg2) ←←←← (reg2) + (mem) (mem) ←←←← (mem)+(reg1) ADD reg/mem, data ADD reg, data ADD mem, data (reg) ←←←← (reg)+ data (mem) ←←←← (mem)+data ADD A, data ADD AL, data8 ADD AX, data16 (AL) ←←←← (AL) + data8 (AX) ←←←← (AX) +data16 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 108. 2. Arithmetic Instructions Instruction Set 108 Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… ADC reg2/ mem, reg1/mem ADC reg2, reg1 ADC reg2, mem ADC mem, reg1 (reg2) ←←←← (reg1) + (reg2)+CF (reg2) ←←←← (reg2) + (mem)+CF (mem) ←←←← (mem)+(reg1)+CF ADC reg/mem, data ADC reg, data ADC mem, data (reg) ←←←← (reg)+ data+CF (mem) ←←←← (mem)+data+CF ADDC A, data ADD AL, data8 ADD AX, data16 (AL) ←←←← (AL) + data8+CF (AX) ←←←← (AX) +data16+CF 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 109. 2. Arithmetic Instructions Instruction Set 109 Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… SUB reg2/ mem, reg1/mem SUB reg2, reg1 SUB reg2, mem SUB mem, reg1 (reg2) ←←←← (reg2) - (reg1) (reg2) ←←←← (reg2) - (mem) (mem) ←←←← (mem) - (reg1) SUB reg/mem, data SUB reg, data SUB mem, data (reg) ←←←← (reg) - data (mem) ←←←← (mem) - data SUB A, data SUB AL, data8 SUB AX, data16 (AL) ←←←← (AL) - data8 (AX) ←←←← (AX) - data16 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 110. 2. Arithmetic Instructions Instruction Set 110 Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… SBB reg2/ mem, reg1/mem SBB reg2, reg1 SBB reg2, mem SBB mem, reg1 (reg2) ←←←← (reg2) - (reg1) - CF (reg2) ←←←← (reg2) - (mem)- CF (mem) ←←←← (mem) - (reg1) –CF SBB reg/mem, data SBB reg, data SBB mem, data (reg) ←←←← (reg) – data - CF (mem) ←←←← (mem) - data - CF SBB A, data SBB AL, data8 SBB AX, data16 (AL) ←←←← (AL) - data8 - CF (AX) ←←←← (AX) - data16 - CF 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 111. 2. Arithmetic Instructions Instruction Set 111 Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… INC reg/ mem INC reg8 INC reg16 INC mem (reg8) ←←←← (reg8) + 1 (reg16) ←←←← (reg16) + 1 (mem) ←←←← (mem) + 1 DEC reg/ mem DEC reg8 DEC reg16 DEC mem (reg8) ←←←← (reg8) - 1 (reg16) ←←←← (reg16) - 1 (mem) ←←←← (mem) - 1 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 112. 2. Arithmetic Instructions Instruction Set 112 Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… MUL reg/ mem MUL reg MUL mem For byte : (AX) ←←←← (AL) x (reg8) For word : (DX)(AX) ←←←← (AX) x (reg16) For byte : (AX) ←←←← (AL) x (mem8) For word : (DX)(AX) ←←←← (AX) x (mem16) IMUL reg/ mem IMUL reg IMUL mem For byte : (AX) ←←←← (AL) x (reg8) For word : (DX)(AX) ←←←← (AX) x (reg16) For byte : (AX) ←←←← (AX) x (mem8) For word : (DX)(AX) ←←←← (AX) x (mem16) 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 113. 2. Arithmetic Instructions Instruction Set 113 Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… DIV reg/ mem DIV reg DIV mem For 16-bit :- 8-bit : (AL) ←←←← (AX) :- (reg8) Quotient (AH) ←←←← (AX) MOD(reg8) Remainder For 32-bit :- 16-bit : (AX) ←←←← (DX)(AX) :- (reg16) Quotient (DX) ←←←← (DX)(AX) MOD(reg16) Remainder For 16-bit :- 8-bit : (AL) ←←←← (AX) :- (mem8) Quotient (AH) ←←←← (AX) MOD(mem8) Remainder For 32-bit :- 16-bit : (AX) ←←←← (DX)(AX) :- (mem16) Quotient (DX) ←←←← (DX)(AX) MOD(mem16) Remainder 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 114. 2. Arithmetic Instructions Instruction Set 114 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… IDIV reg/ mem IDIV reg IDIV mem For 16-bit :- 8-bit : (AL) ←←←← (AX) :- (reg8) Quotient (AH) ←←←← (AX) MOD(reg8) Remainder For 32-bit :- 16-bit : (AX) ←←←← (DX)(AX) :- (reg16) Quotient (DX) ←←←← (DX)(AX) MOD(reg16) Remainder For 16-bit :- 8-bit : (AL) ←←←← (AX) :- (mem8) Quotient (AH) ←←←← (AX) MOD(mem8) Remainder For 32-bit :- 16-bit : (AX) ←←←← (DX)(AX) :- (mem16) Quotient (DX) ←←←← (DX)(AX) MOD(mem16) Remainder
  • 115. 2. Arithmetic Instructions Instruction Set 115 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… CMP reg2/mem, reg1/ mem CMP reg2, reg1 CMP reg2, mem CMP mem, reg1 Modify flags ←←←← (reg2) – (reg1) If (reg2) > (reg1) then CF=0, ZF=0, SF=0 If (reg2) < (reg1) then CF=1, ZF=0, SF=1 If (reg2) = (reg1) then CF=0, ZF=1, SF=0 Modify flags ←←←← (reg2) – (mem) If (reg2) > (mem) then CF=0, ZF=0, SF=0 If (reg2) < (mem) then CF=1, ZF=0, SF=1 If (reg2) = (mem) then CF=0, ZF=1, SF=0 Modify flags ←←←← (mem) – (reg1) If (mem) > (reg1) then CF=0, ZF=0, SF=0 If (mem) < (reg1) then CF=1, ZF=0, SF=1 If (mem) = (reg1) then CF=0, ZF=1, SF=0
  • 116. 2. Arithmetic Instructions Instruction Set 116 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… CMP reg/mem, data CMP reg, data CMP mem, data Modify flags ←←←← (reg) – (data) If (reg) > data then CF=0, ZF=0, SF=0 If (reg) < data then CF=1, ZF=0, SF=1 If (reg) = data then CF=0, ZF=1, SF=0 Modify flags ←←←← (mem) – (mem) If (mem) > data then CF=0, ZF=0, SF=0 If (mem) < data then CF=1, ZF=0, SF=1 If (mem) = data then CF=0, ZF=1, SF=0
  • 117. 2. Arithmetic Instructions Instruction Set 117 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: ADD, ADC, SUB, SBB, INC, DEC, MUL, DIV, CMP… CMP A, data CMP AL, data8 CMP AX, data16 Modify flags ←←←← (AL) – data8 If (AL) > data8 then CF=0, ZF=0, SF=0 If (AL) < data8 then CF=1, ZF=0, SF=1 If (AL) = data8 then CF=0, ZF=1, SF=0 Modify flags ←←←← (AX) – data16 If (AX) > data16 then CF=0, ZF=0, SF=0 If (mem) < data16 then CF=1, ZF=0, SF=1 If (mem) = data16 then CF=0, ZF=1, SF=0
  • 118. 3. Logical Instructions Instruction Set 118 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
  • 119. 3. Logical Instructions Instruction Set 119 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
  • 120. 3. Logical Instructions Instruction Set 120 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
  • 121. 3. Logical Instructions Instruction Set 121 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
  • 122. 3. Logical Instructions Instruction Set 122 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
  • 123. 3. Logical Instructions Instruction Set 123 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
  • 124. 3. Logical Instructions Instruction Set 124 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
  • 125. 3. Logical Instructions Instruction Set 125 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: AND, OR, XOR, TEST, SHR, SHL, RCR, RCL …
  • 126. 4. String Manipulation Instructions Instruction Set 126 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor String : Sequence of bytes or words 8086 instruction set includes instruction for string movement, comparison, scan, load and store. REP instruction prefix : used to repeat execution of string instructions String instructions end with S or SB or SW. S represents string, SB string byte and SW string word. Offset or effective address of the source operand is stored in SI register and that of the destination operand is stored in DI register. Depending on the status of DF, SI and DI registers are automatically updated. DF = 0 ⇒⇒⇒⇒ SI and DI are incremented by 1 for byte and 2 for word. DF = 1 ⇒⇒⇒⇒ SI and DI are decremented by 1 for byte and 2 for word.
  • 127. 4. String Manipulation Instructions Instruction Set 127 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS REP REPZ/ REPE (Repeat CMPS or SCAS until ZF = 0) REPNZ/ REPNE (Repeat CMPS or SCAS until ZF = 1) While CX ≠≠≠≠ 0 and ZF = 1, repeat execution of string instruction and (CX) ←←←← (CX) – 1 While CX ≠≠≠≠ 0 and ZF = 0, repeat execution of string instruction and (CX) ←←←← (CX) - 1
  • 128. 4. String Manipulation Instructions Instruction Set 128 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS MOVS MOVSB MOVSW MA = (DS) x 1610 + (SI) MAE = (ES) x 1610 + (DI) (MAE) ←←←← (MA) If DF = 0, then (DI) ←←←← (DI) + 1; (SI) ←←←← (SI) + 1 If DF = 1, then (DI) ←←←← (DI) - 1; (SI) ←←←← (SI) - 1 MA = (DS) x 1610 + (SI) MAE = (ES) x 1610 + (DI) (MAE ; MAE + 1) ←←←← (MA; MA + 1) If DF = 0, then (DI) ←←←← (DI) + 2; (SI) ←←←← (SI) + 2 If DF = 1, then (DI) ←←←← (DI) - 2; (SI) ←←←← (SI) - 2
  • 129. 4. String Manipulation Instructions Instruction Set 129 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS CMPS CMPSB CMPSW MA = (DS) x 1610 + (SI) MAE = (ES) x 1610 + (DI) Modify flags ←←←← (MA) - (MAE) If (MA) > (MAE), then CF = 0; ZF = 0; SF = 0 If (MA) < (MAE), then CF = 1; ZF = 0; SF = 1 If (MA) = (MAE), then CF = 0; ZF = 1; SF = 0 For byte operation If DF = 0, then (DI) ←←←← (DI) + 1; (SI) ←←←← (SI) + 1 If DF = 1, then (DI) ←←←← (DI) - 1; (SI) ←←←← (SI) - 1 For word operation If DF = 0, then (DI) ←←←← (DI) + 2; (SI) ←←←← (SI) + 2 If DF = 1, then (DI) ←←←← (DI) - 2; (SI) ←←←← (SI) - 2 Compare two string byte or string word
  • 130. 4. String Manipulation Instructions Instruction Set 130 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS SCAS SCASB SCASW MAE = (ES) x 1610 + (DI) Modify flags ←←←← (AL) - (MAE) If (AL) > (MAE), then CF = 0; ZF = 0; SF = 0 If (AL) < (MAE), then CF = 1; ZF = 0; SF = 1 If (AL) = (MAE), then CF = 0; ZF = 1; SF = 0 If DF = 0, then (DI) ←←←← (DI) + 1 If DF = 1, then (DI) ←←←← (DI) – 1 MAE = (ES) x 1610 + (DI) Modify flags ←←←← (AL) - (MAE) If (AX) > (MAE ; MAE + 1), then CF = 0; ZF = 0; SF = 0 If (AX) < (MAE ; MAE + 1), then CF = 1; ZF = 0; SF = 1 If (AX) = (MAE ; MAE + 1), then CF = 0; ZF = 1; SF = 0 If DF = 0, then (DI) ←←←← (DI) + 2 If DF = 1, then (DI) ←←←← (DI) – 2 Scan (compare) a string byte or word with accumulator
  • 131. 4. String Manipulation Instructions Instruction Set 131 8086808680868086 MicroprocessorMicroprocessorMicroprocessorMicroprocessor Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS LODS LODSB LODSW MA = (DS) x 1610 + (SI) (AL) ←←←← (MA) If DF = 0, then (SI) ←←←← (SI) + 1 If DF = 1, then (SI) ←←←← (SI) – 1 MA = (DS) x 1610 + (SI) (AX) ←←←← (MA ; MA + 1) If DF = 0, then (SI) ←←←← (SI) + 2 If DF = 1, then (SI) ←←←← (SI) – 2 Load string byte in to AL or string word in to AX
  • 132. 4. String Manipulation Instructions Instruction Set 132 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics: REP, MOVS, CMPS, SCAS, LODS, STOS STOS STOSB STOSW MAE = (ES) x 1610 + (DI) (MAE) ←←←← (AL) If DF = 0, then (DI) ←←←← (DI) + 1 If DF = 1, then (DI) ←←←← (DI) – 1 MAE = (ES) x 1610 + (DI) (MAE ; MAE + 1 ) ←←←← (AX) If DF = 0, then (DI) ←←←← (DI) + 2 If DF = 1, then (DI) ←←←← (DI) – 2 Store byte from AL or word from AX in to string
  • 133. Mnemonics Explanation STC Set CF ←←←← 1 CLC Clear CF ←←←← 0 CMC Complement carry CF ←←←← CF/ STD Set direction flag DF ←←←← 1 CLD Clear direction flag DF ←←←← 0 STI Set interrupt enable flag IF ←←←← 1 CLI Clear interrupt enable flag IF ←←←← 0 NOP No operation HLT Halt after interrupt is set WAIT Wait for TEST pin active ESC opcode mem/ reg Used to pass instruction to a coprocessor which shares the address and data bus with the 8086 LOCK Lock bus during next instruction 5. Processor Control Instructions Instruction Set 133 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 134. 6. Control Transfer Instructions Instruction Set 134 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Transfer the control to a specific destination or target instruction Do not affect flags Mnemonics Explanation CALL reg/ mem/ disp16 Call subroutine RET Return from subroutine JMP reg/ mem/ disp8/ disp16 Unconditional jump 8086 Unconditional transfers
  • 135. 6. Control Transfer Instructions Instruction Set 135 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 8086 signed conditional branch instructions 8086 unsigned conditional branch instructions Checks flags If conditions are true, the program control is transferred to the new memory location in the same segment by modifying the content of IP
  • 136. 6. Control Transfer Instructions Instruction Set 136 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Name Alternate name JE disp8 Jump if equal JZ disp8 Jump if result is 0 JNE disp8 Jump if not equal JNZ disp8 Jump if not zero JG disp8 Jump if greater JNLE disp8 Jump if not less or equal JGE disp8 Jump if greater than or equal JNL disp8 Jump if not less JL disp8 Jump if less than JNGE disp8 Jump if not greater than or equal JLE disp8 Jump if less than or equal JNG disp8 Jump if not greater 8086 signed conditional branch instructions 8086 unsigned conditional branch instructions Name Alternate name JE disp8 Jump if equal JZ disp8 Jump if result is 0 JNE disp8 Jump if not equal JNZ disp8 Jump if not zero JA disp8 Jump if above JNBE disp8 Jump if not below or equal JAE disp8 Jump if above or equal JNB disp8 Jump if not below JB disp8 Jump if below JNAE disp8 Jump if not above or equal JBE disp8 Jump if below or equal JNA disp8 Jump if not above
  • 137. 6. Control Transfer Instructions Instruction Set 137 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Mnemonics Explanation JC disp8 Jump if CF = 1 JNC disp8 Jump if CF = 0 JP disp8 Jump if PF = 1 JNP disp8 Jump if PF = 0 JO disp8 Jump if OF = 1 JNO disp8 Jump if OF = 0 JS disp8 Jump if SF = 1 JNS disp8 Jump if SF = 0 JZ disp8 Jump if result is zero, i.e, Z = 1 JNZ disp8 Jump if result is not zero, i.e, Z = 1 8086 conditional branch instructions affecting individual flags
  • 139. Assemble Directives 139 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Instructions to the Assembler regarding the program being executed. Control the generation of machine codes and organization of the program; but no machine codes are generated for assembler directives. Also called ‘pseudo instructions’ Used to : › specify the start and end of a program › attach value to variables › allocate storage locations to input/ output data › define start and end of segments, procedures, macros etc..
  • 140. Assemble Directives 140 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Define Byte Define a byte type (8-bit) variable Reserves specific amount of memory locations to each variable Range : 00H – FFH for unsigned value; 00H – 7FH for positive value and 80H – FFH for negative value General form : variable DB value/ values Example: LIST DB 7FH, 42H, 35H Three consecutive memory locations are reserved for the variable LIST and each data specified in the instruction are stored as initial value in the reserved memory location DB DW SEGMENT ENDS ASSUME ORG END EVEN EQU PROC FAR NEAR ENDP SHORT MACRO ENDM
  • 141. Assemble Directives 141 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Define Word Define a word type (16-bit) variable Reserves two consecutive memory locations to each variable Range : 0000H – FFFFH for unsigned value; 0000H – 7FFFH for positive value and 8000H – FFFFH for negative value General form : variable DW value/ values Example: ALIST DW 6512H, 0F251H, 0CDE2H Six consecutive memory locations are reserved for the variable ALIST and each 16-bit data specified in the instruction is stored in two consecutive memory location. DB DW SEGMENT ENDS ASSUME ORG END EVEN EQU PROC FAR NEAR ENDP SHORT MACRO ENDM
  • 142. Assemble Directives 142 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor SEGMENT : Used to indicate the beginning of a code/ data/ stack segment ENDS : Used to indicate the end of a code/ data/ stack segment General form: Segnam SEGMENT … … … … … … Segnam ENDS Program code or Data Defining Statements User defined name of the segment DB DW SEGMENT ENDS ASSUME ORG END EVEN EQU PROC FAR NEAR ENDP SHORT MACRO ENDM
  • 143. Assemble Directives 143 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor DB DW SEGMENT ENDS ASSUME ORG END EVEN EQU PROC FAR NEAR ENDP SHORT MACRO ENDM Informs the assembler the name of the program/ data segment that should be used for a specific segment. General form: Segment Register ASSUME segreg : segnam, .. , segreg : segnam User defined name of the segment ASSUME CS: ACODE, DS:ADATA Tells the compiler that the instructions of the program are stored in the segment ACODE and data are stored in the segment ADATA Example:
  • 144. Assemble Directives 144 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor DB DW SEGMENT ENDS ASSUME ORG END EVEN EQU PROC FAR NEAR ENDP SHORT MACRO ENDM ORG (Origin) is used to assign the starting address (Effective address) for a program/ data segment END is used to terminate a program; statements after END will be ignored EVEN : Informs the assembler to store program/ data segment starting from an even address EQU (Equate) is used to attach a value to a variable ORG 1000H Informs the assembler that the statements following ORG 1000H should be stored in memory starting with effective address 1000H LOOP EQU 10FEH Value of variable LOOP is 10FEH _SDATA SEGMENT ORG 1200H A DB 4CH EVEN B DW 1052H _SDATA ENDS In this data segment, effective address of memory location assigned to A will be 1200H and that of B will be 1202H and 1203H. Examples:
  • 145. Assemble Directives 145 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor DB DW SEGMENT ENDS ASSUME ORG END EVEN EQU PROC ENDP FAR NEAR SHORT MACRO ENDM PROC Indicates the beginning of a procedure ENDP End of procedure FAR Intersegment call NEAR Intrasegment call General form procname PROC[NEAR/ FAR] … … … RET procname ENDP Program statements of the procedure Last statement of the procedure User defined name of the procedure
  • 146. Assemble Directives 146 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor DB DW SEGMENT ENDS ASSUME ORG END EVEN EQU PROC ENDP FAR NEAR SHORT MACRO ENDM ADD64 PROC NEAR … … … RET ADD64 ENDP The subroutine/ procedure named ADD64 is declared as NEAR and so the assembler will code the CALL and RET instructions involved in this procedure as near call and return CONVERT PROC FAR … … … RET CONVERT ENDP The subroutine/ procedure named CONVERT is declared as FAR and so the assembler will code the CALL and RET instructions involved in this procedure as far call and return Examples:
  • 147. Assemble Directives 147 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor DB DW SEGMENT ENDS ASSUME ORG END EVEN EQU PROC ENDP FAR NEAR SHORT MACRO ENDM Reserves one memory location for 8-bit signed displacement in jump instructions JMP SHORT AHEAD The directive will reserve one memory location for 8-bit displacement named AHEAD Example:
  • 148. Assemble Directives 148 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor DB DW SEGMENT ENDS ASSUME ORG END EVEN EQU PROC ENDP FAR NEAR SHORT MACRO ENDM MACRO Indicate the beginning of a macro ENDM End of a macro General form: macroname MACRO[Arg1, Arg2 ...] … … … macroname ENDM Program statements in the macro User defined name of the macro
  • 149. 149
  • 150. Interfacing memory and i/oInterfacing memory and i/oInterfacing memory and i/oInterfacing memory and i/o portsportsportsports
  • 151. Memory 151 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Memory Processor Memory Primary or Main Memory Secondary Memory Store Programs and Data Registers inside a microcomputer Store data and results temporarily No speed disparity Cost ↑↑↑↑ Storage area which can be directly accessed by microprocessor Store programs and data prior to execution Should not have speed disparity with processor ⇒⇒⇒⇒ Semi Conductor memories using CMOS technology ROM, EPROM, Static RAM, DRAM Storage media comprising of slow devices such as magnetic tapes and disks Hold large data files and programs: Operating system, compilers, databases, permanent programs etc.
  • 152. Memory organization in 8086 152 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor
  • 153. Memory organization in 8086 153 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Operation A0 Data Lines Used 1 Read/ Write byte at an even address 1 0 D7 – D0 2 Read/ Write byte at an odd address 0 1 D15 – D8 3 Read/ Write word at an even address 0 0 D15 – D0 4 Read/ Write word at an odd address 0 1 D15 – D0 in first operation byte from odd bank is transferred 1 0 D7 – D0 in first operation byte from odd bank is transferred
  • 154. Memory organization in 8086 154 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Available memory space = EPROM + RAM Allot equal address space in odd and even bank for both EPROM and RAM Can be implemented in two IC’s (one for even and other for odd) or in multiple IC’s
  • 155. Interfacing SRAM and EPROM 155 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Memory interface ⇒⇒⇒⇒ Read from and write in to a set of semiconductor memory IC chip EPROM ⇒⇒⇒⇒ Read operations RAM ⇒⇒⇒⇒ Read and Write In order to perform read/ write operations, Memory access time <<<< read / write time of the processor Chip Select (CS) signal has to be generated Control signals for read / write operations Allot address for each memory location
  • 156. Interfacing SRAM and EPROM 156 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Typical Semiconductor IC Chip No of Address pins Memory capacity Range of address in hexa In Decimal In kilo In hexa 20 220= 10,48,576 1024 k = 1M 100000 00000 to FFFFF
  • 157. Interfacing SRAM and EPROM 157 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Memory map of 8086 RAM are mapped at the beginning; 00000H is allotted to RAM EPROM’s are mapped at FFFFFH ⇒⇒⇒⇒ Facilitate automatic execution of monitor programs and creation of interrupt vector table
  • 158. 158 Monitor Programs Certain locations in 1Mbyte memory are reserved Location from: FFFF0H to FFFF5H are dedicated to the initialization procedure of 8086 FFFF6H to FFFFBH are dedicated to the initialization procedure of 8086 input/output procedure . 00000H to 00013H used for vector addresses of dedicated interrupts. Intel has also reserved several locations for future hardware and software products. like 00014H to 0007FH and FFFFCH to FFFFFH
  • 159. Interfacing SRAM and EPROM 159 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Monitor Programs ⇒⇒⇒⇒ Programing 8279 for keyboard scanning and display refreshing ⇒⇒⇒⇒ Programming peripheral IC’s 8259, 8257, 8255, 8251, 8254 etc ⇒⇒⇒⇒ Initialization of stack ⇒⇒⇒⇒ Display a message on display (output) ⇒⇒⇒⇒ Initializing interrupt vector table 8279 Programmable keyboard/ display controller 8257 DMA controller 8259 Programmable interrupt controller 8255 Programmable peripheral interface Note :
  • 160. Interfacing I/O and peripheral devices 160 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor I/O devices ⇒⇒⇒⇒ For communication between microprocessor and outside world ⇒⇒⇒⇒ Keyboards, CRT displays, Printers, Compact Discs etc. ⇒⇒⇒⇒ ⇒⇒⇒⇒ Data transfer types Microprocessor I/ O devices Ports / Buffer IC’s (interface circuitry) Programmed I/ O Data transfer is accomplished through an I/O port controlled by software Interrupt driven I/ O I/O device interrupts the processor and initiate data transfer Direct memory access Data transfer is achieved by bypassing the microprocessor Memory mapped I/O mapped
  • 161. 8086 and 8088 comparison 161 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Memory mapping I/O mapping 20 bit address are provided for I/O devices 8-bit or 16-bit addresses are provided for I/O devices The I/O ports or peripherals can be treated like memory locations and so all instructions related to memory can be used for data transmission between I/O device and processor Only IN and OUT instructions can be used for data transfer between I/O device and processor Data can be moved from any register to ports and vice versa Data transfer takes place only between accumulator and ports When memory mapping is used for I/O devices, full memory address space cannot be used for addressing memory. ⇒⇒⇒⇒ Useful only for small systems where memory requirement is less Full memory space can be used for addressing memory. ⇒⇒⇒⇒ Suitable for systems which require large memory capacity
  • 162. 8086 and 8088 comparison8086 and 8088 comparison8086 and 8088 comparison8086 and 8088 comparison
  • 163. 8086 and 8088 comparison 163 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 8086 8088 Similar EU and Instruction set ; dissimilar BIU 16-bit Data bus lines obtained by demultiplexing AD0 – AD15 8-bit Data bus lines obtained by demultiplexing AD0 – AD7 20-bit address bus 8-bit address bus Two banks of memory each of 512 kb Single memory bank 6-bit instruction queue 4-bit instruction queue Clock speeds: 5 / 8 / 10 MHz 5 / 8 MHz No such signal required, since the data width is only 1-byte
  • 164. 8087 Coprocessor8087 Coprocessor8087 Coprocessor8087 Coprocessor
  • 165. Co-processor – Intel 8087 165 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Multiprocessor system A microprocessor system comprising of two or more processors Distributed processing: Entire task is divided in to subtasks Advantages Better system throughput by having more than one processor Each processor have a local bus to access local memory or I/O devices so that a greater degree of parallel processing can be achieved System structure is more flexible. One can easily add or remove modules to change the system configuration without affecting the other modules in the system
  • 166. Co-processor – Intel 8087 166 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Specially designed to take care of mathematical calculations involving integer and floating point data “Math coprocessor” or “Numeric Data Processor (NDP)” Works in parallel with a 8086 in the maximum mode 8087 coprocessor 1) Can operate on data of the integer, decimal and real types with lengths ranging from 2 to 10 bytes 2) Instruction set involves square root, exponential, tangent etc. in addition to addition, subtraction, multiplication and division. 3) High performance numeric data processor ⇒⇒⇒⇒ it can multiply two 64-bit real numbers in about 27µµµµs and calculate square root in about 36 µµµµs 4) Follows IEEE floating point standard 5) It is multi bus compatible Features
  • 167. Co-processor – Intel 8087 167 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 16 multiplexed address / data pins and 4 multiplexed address / status pins Hence it can have 16-bit external data bus and 20-bit external address bus like 8086 Processor clock, ready and reset signals are applied as clock, ready and reset signals for coprocessor
  • 168. Co-processor – Intel 8087 168 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor BUSY
  • 169. Co-processor – Intel 8087 169 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor The request / grant signal from the 8087 is usually connected to the request / grant pin of the independent processor such as 8089
  • 170. Co-processor – Intel 8087 170 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor The interrupt pin is connected to the interrupt management logic. The 8087 can interrupt the 8086 through this interrupt management logic at the time error condition exists INT
  • 171. Co-processor – Intel 8087 171 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor Status 1 0 0 Unused 1 0 1 Read memory 1 1 0 Write memory 1 1 1 Passive QS0 – QS1 QS0 QS1 Status 0 0 No operation 0 1 First byte of opcode from queue 1 0 Queue empty 1 1 Subsequent byte of opcode from queue
  • 172. Co-processor – Intel 8087 172 8086 Microprocessor8086 Microprocessor8086 Microprocessor8086 Microprocessor 8087 instructions are inserted in the 8086 program 8086 and 8087 reads instruction bytes and puts them in the respective queues NOP 8087 instructions have 11011 as the MSB of their first code byte Ref: Microprocessor, Atul P. Godse, Deepali A. Gode, Technical publications, Chap 11
  • 173. Co-processor – Intel 8087 173 8086808680868086 MicroprocessorMicroprocessorMicroprocessorMicroprocessor ESC Execute the 8086 instructions WAIT Monitor 8086/ 8088 Deactivate theDeactivate the host’s TEST pin and execute the specific operation Activate the TEST pin Wake up the coprocessor Wake up the 8086/ 8088 8086/ 8088 Coprocessor
  • 174. 174