SlideShare a Scribd company logo
5
Most read
6
Most read
9
Most read
INSTRUCTION SET OF
8085
Submitted by:-
Rahul Sahu
M.Sc.- Physics 1st
Sem
Guidance by:-
Mr. Goverdhan
Yadu
Synopsis:-
• Definition
• Classification
• Explain It’s Type with example
What is Instruction set ?
The entire group of instructions that a
microprocessor supports is called Instruction
Set. 8085 has 256 instructions. Each
instruction is represented by an 8-bit binary
value. These 8-bits of binary value is called Op-
Code or Instruction Byte.
Classification of Instruction
Set:-
1. Data Transfer Instruction
2. Arithmetic Instructions
3. Logical Instructions
4. Branching Instructions
5. Control Instructions
Data Transfer Instructions:-
These instructions move data between
registers, or between memory and registers .
This instructions is used to copy the data
from source to destination or one place to
another . While copying, the contents of
source are not modified.
Example
(1) MOV:- This instruction used to copy data .
• MOV Rd , Rs- This instruction copies the content
of Rs to Rd.
• MOV M , Rs- This instruction copies the content of
register Rs to memory location pointed by H-L
Pair.
Data Transfer Instructions:-
(2).MVI:- Move immediate data to a register or
memory location.
• MVI Rd , #30H- 30H is stored in Register Rd.
(3).LDA:- This instruction copies the data from a
given 16 bit address to the accumulator.(Load
Accumulator)
• LDA 3000H- Content of memory location 3000H is
copied in accumulator .
(4).LXI:- This instruction loads 16-bit data in the
register pair designated in the operand.
• LXI H , 2034H- 2034H is stored in H-L pair so
that it act as memory pointer.
Data Transfer Instructions:-
(5).STA:- The Content of accumulator are
copied into the memory location .
• STA 3000H- The content of the
accumulator is stored into the memory
location 3000H.
Arithmetic Instructions:-
Arithmetic Instructions are the
instructions which perform basic
arithmetic operations such as addition,
subtraction and a few more. In 8085
microprocessor, the destination operand is
generally the accumulator.
These instructions perform the operations
like:
 Addition
 Subtraction
 Increment
 Decrement
Arithmetic Instructions:-
Addition:- Any 8-bit number, or the contents of
register, or the contents of memory location can be
added to the contents of accumulator . The result
(sum) is stored in the accumulator. No two other
8-bit registers can be added directly.
Example
(6).ADD B- it adds the content of accumulator to
the content of the register B.
(7). ADD M- if content is stored in memory location
the it is added with the content stored in
accumulator.
(8). ADC R or M- Add register or memory to
accumulator with carry.
Arithmetic Instructions:-
Subtraction:- Any 8-bit number, or the contents of
register, or the contents of memory location can be
subtracted from the contents of accumulator. The
result is stored in the accumulator. Subtraction is
performed in 2’s complement form. If the result is
negative, it is stored in 2’s complement form.
Example
(9). SUB R or M- Subtract register or memory from
accumulator.
(10). SBB R or M-Subtract register or memory from
accumulator with borrow.
(11). SUI data - Subtract immediate from
accumulator.
Arithmetic Instructions:-
Increment and Decrement:-The 8-bit contents of a
register or a memory location can be incremented
or decremented by 1. The 16-bit contents of a
register pair can be incremented or decremented
by 1. Increment or decrement can be performed on
any register or a memory location.
Example
Increment
(12). INR R or M- Increment register or memory by1
(13). INX H- Increment register pair by 1.
Decrement
(14).DCR R or M-Decrement register or memory by1
(15). DCX H- Decrement register pair by 1.
Logical Instructions:-
These instructions perform logical
operations on data stored in registers,
memory and status flags .
The logical operations are:
 AND
 OR
 XOR
 Rotate
 Compare
 Complement
Logical Instructions:-
Example
(16). ANA R or M- Logical AND register or memory with
accumulator.
(17). ANI 86H(8 bit data)- Logical AND immediate with
accumulator.
(18). ORA R or M- Logical OR register or memory with
accumulator.
(19). ORI 86H(8 bit data)- Logical OR immediate with
accumulator.
(20). XRI 86H(8 bit data)- XOR immediate with
accumulator.
(21). RLC- Rotate accumulator left.
(22). RRC- Rotate accumulator right.
(23). CMP R or M- Compare register or memory with
accumulator.
(24). CMA- Complement accumulator.
Branching Instructions:-
The branching instruction alter the
normal sequential flow. These instructions
alter either unconditionally or
conditionally.
Example
(25).JMP 2034 H(16 bit address)- Jump
unconditionally.
(26). JZ 2034 H(16 bit address)- Jump
conditionally.
(27). CALL 2034 H(16 bit address)- Call
unconditionally.
(28). CZ 2034 H(16 bit address)- Call
conditionally.
Control Instructions:-
The control instructions control the
operation of microprocessor.
Example
(29). NOP- No operation is performed.
(30). HLT- The CPU finishes executing the
current instruction and halts any further
execution.
(31). DI- Disable interrupt.
(32). EI- Enable interrupt.
Instruction set of 8085 microprocessor
Ad

Recommended

switching techniques in data communication and networking
switching techniques in data communication and networking
Harshita Yadav
 
Paper battery
Paper battery
Biswajit Pratihari
 
8085 instruction set
8085 instruction set
Velalar College of Engineering and Technology
 
X ray tube
X ray tube
Aiims New Delhi
 
Chapter 22.2 : Radioactive Decay
Chapter 22.2 : Radioactive Decay
Chris Foltz
 
IoT presentation
IoT presentation
Rohit Mahali
 
Assembly Language
Assembly Language
Ibrahimcommunication Al Ani
 
Switching
Switching
Shankar Gangaju
 
Addressing modes of 8051
Addressing modes of 8051
Dr. AISHWARYA N
 
Interrupts in 8051
Interrupts in 8051
Sudhanshu Janwadkar
 
Addressing modes of 8086
Addressing modes of 8086
saurav kumar
 
8251 USART
8251 USART
coolsdhanesh
 
8051 Microcontroller
8051 Microcontroller
thokalpv
 
Stack in 8085 microprocessor
Stack in 8085 microprocessor
hepzijustin
 
Adc interfacing
Adc interfacing
Monica Gunjal
 
8085 interrupts
8085 interrupts
Ram Babu
 
8255 presentaion.ppt
8255 presentaion.ppt
kamlesh deshmukh
 
8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller
abhikalmegh
 
8086 pin details
8086 pin details
AJAL A J
 
Pic microcontroller architecture
Pic microcontroller architecture
Jamia Hamdard
 
Arithmetic and logical instructions
Arithmetic and logical instructions
BIRLA VISHVAKARMA MAHAVIDYALAY
 
8051 memory
8051 memory
Mayank Garg
 
8251 USART
8251 USART
ShivamSood22
 
Addressing modes of 8051
Addressing modes of 8051
SARITHA REDDY
 
Microprocessor 8085 complete
Microprocessor 8085 complete
Shubham Singh
 
3.programmable interrupt controller 8259
3.programmable interrupt controller 8259
MdFazleRabbi18
 
Subroutine
Subroutine
PoojaChoudhary313113
 
T-states in microprocessor 8085
T-states in microprocessor 8085
yedles
 
8085 Instructions.pdf
8085 Instructions.pdf
SaurabhPorwal14
 
itft-Instruction set-of-8085
itft-Instruction set-of-8085
Shifali Sharma
 

More Related Content

What's hot (20)

Addressing modes of 8051
Addressing modes of 8051
Dr. AISHWARYA N
 
Interrupts in 8051
Interrupts in 8051
Sudhanshu Janwadkar
 
Addressing modes of 8086
Addressing modes of 8086
saurav kumar
 
8251 USART
8251 USART
coolsdhanesh
 
8051 Microcontroller
8051 Microcontroller
thokalpv
 
Stack in 8085 microprocessor
Stack in 8085 microprocessor
hepzijustin
 
Adc interfacing
Adc interfacing
Monica Gunjal
 
8085 interrupts
8085 interrupts
Ram Babu
 
8255 presentaion.ppt
8255 presentaion.ppt
kamlesh deshmukh
 
8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller
abhikalmegh
 
8086 pin details
8086 pin details
AJAL A J
 
Pic microcontroller architecture
Pic microcontroller architecture
Jamia Hamdard
 
Arithmetic and logical instructions
Arithmetic and logical instructions
BIRLA VISHVAKARMA MAHAVIDYALAY
 
8051 memory
8051 memory
Mayank Garg
 
8251 USART
8251 USART
ShivamSood22
 
Addressing modes of 8051
Addressing modes of 8051
SARITHA REDDY
 
Microprocessor 8085 complete
Microprocessor 8085 complete
Shubham Singh
 
3.programmable interrupt controller 8259
3.programmable interrupt controller 8259
MdFazleRabbi18
 
Subroutine
Subroutine
PoojaChoudhary313113
 
T-states in microprocessor 8085
T-states in microprocessor 8085
yedles
 
Addressing modes of 8051
Addressing modes of 8051
Dr. AISHWARYA N
 
Addressing modes of 8086
Addressing modes of 8086
saurav kumar
 
8051 Microcontroller
8051 Microcontroller
thokalpv
 
Stack in 8085 microprocessor
Stack in 8085 microprocessor
hepzijustin
 
8085 interrupts
8085 interrupts
Ram Babu
 
8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller
abhikalmegh
 
8086 pin details
8086 pin details
AJAL A J
 
Pic microcontroller architecture
Pic microcontroller architecture
Jamia Hamdard
 
Addressing modes of 8051
Addressing modes of 8051
SARITHA REDDY
 
Microprocessor 8085 complete
Microprocessor 8085 complete
Shubham Singh
 
3.programmable interrupt controller 8259
3.programmable interrupt controller 8259
MdFazleRabbi18
 
T-states in microprocessor 8085
T-states in microprocessor 8085
yedles
 

Similar to Instruction set of 8085 microprocessor (20)

8085 Instructions.pdf
8085 Instructions.pdf
SaurabhPorwal14
 
itft-Instruction set-of-8085
itft-Instruction set-of-8085
Shifali Sharma
 
Logical instruction of 8085
Logical instruction of 8085
Nemish Bhojani
 
Instruction set
Instruction set
Mayank Bhatt
 
Instruction set 8085
Instruction set 8085
varun sukheja
 
Logical instruction of 8085
Logical instruction of 8085
vishalgohel12195
 
Types of instruction in 8085 microprocessor
Types of instruction in 8085 microprocessor
samarthpawar9890
 
instruction-set-of-8085 (1).ppt
instruction-set-of-8085 (1).ppt
ssuserb448e2
 
Instruction set of 8085
Instruction set of 8085
venkateshkannat
 
Instruction set-of-8085
Instruction set-of-8085
saleForce
 
4CS3-MPI-Unit-2.pdf microprocessor and interface
4CS3-MPI-Unit-2.pdf microprocessor and interface
vijayvansh569
 
PPT 8085 microprocessor
PPT 8085 microprocessor
Ardhendupanja
 
Assembly language i
Assembly language i
Vivek Kumar
 
5th unit Microprocessor 8085
5th unit Microprocessor 8085
Mani Afranzio
 
Unit 2 Instruction set.pdf
Unit 2 Instruction set.pdf
HimanshuPant41
 
Instruction set of 8085
Instruction set of 8085
Sri Manakula Vinayagar Engineering College
 
8085_Microprocessor(simar).ppt
8085_Microprocessor(simar).ppt
KanikaJindal9
 
microprocessor ppt (branching and logical instructions)
microprocessor ppt (branching and logical instructions)
Nemish Bhojani
 
L-3microproceessors and microcontrollers.pdf
L-3microproceessors and microcontrollers.pdf
23dec028
 
UNIT II.pptx
UNIT II.pptx
ssuser47c811
 
itft-Instruction set-of-8085
itft-Instruction set-of-8085
Shifali Sharma
 
Logical instruction of 8085
Logical instruction of 8085
Nemish Bhojani
 
Instruction set 8085
Instruction set 8085
varun sukheja
 
Logical instruction of 8085
Logical instruction of 8085
vishalgohel12195
 
Types of instruction in 8085 microprocessor
Types of instruction in 8085 microprocessor
samarthpawar9890
 
instruction-set-of-8085 (1).ppt
instruction-set-of-8085 (1).ppt
ssuserb448e2
 
Instruction set-of-8085
Instruction set-of-8085
saleForce
 
4CS3-MPI-Unit-2.pdf microprocessor and interface
4CS3-MPI-Unit-2.pdf microprocessor and interface
vijayvansh569
 
PPT 8085 microprocessor
PPT 8085 microprocessor
Ardhendupanja
 
Assembly language i
Assembly language i
Vivek Kumar
 
5th unit Microprocessor 8085
5th unit Microprocessor 8085
Mani Afranzio
 
Unit 2 Instruction set.pdf
Unit 2 Instruction set.pdf
HimanshuPant41
 
8085_Microprocessor(simar).ppt
8085_Microprocessor(simar).ppt
KanikaJindal9
 
microprocessor ppt (branching and logical instructions)
microprocessor ppt (branching and logical instructions)
Nemish Bhojani
 
L-3microproceessors and microcontrollers.pdf
L-3microproceessors and microcontrollers.pdf
23dec028
 
Ad

Recently uploaded (20)

SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
parmarjuli1412
 
Tanja Vujicic - PISA for Schools contact Info
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
 
Health Care Planning and Organization of Health Care at Various Levels – Unit...
Health Care Planning and Organization of Health Care at Various Levels – Unit...
RAKESH SAJJAN
 
The Man In The Back – Exceptional Delaware.pdf
The Man In The Back – Exceptional Delaware.pdf
dennisongomezk
 
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
 
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Rajdeep Bavaliya
 
IIT KGP Quiz Week 2024 Sports Quiz (Prelims + Finals)
IIT KGP Quiz Week 2024 Sports Quiz (Prelims + Finals)
IIT Kharagpur Quiz Club
 
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
 
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
RAKESH SAJJAN
 
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
 
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
 
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
Sourav Kr Podder
 
English 3 Quarter 1_LEwithLAS_Week 1.pdf
English 3 Quarter 1_LEwithLAS_Week 1.pdf
DeAsisAlyanajaneH
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
K12 Tableau User Group virtual event June 18, 2025
K12 Tableau User Group virtual event June 18, 2025
dogden2
 
How to Customize Quotation Layouts in Odoo 18
How to Customize Quotation Layouts in Odoo 18
Celine George
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
 
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
parmarjuli1412
 
Tanja Vujicic - PISA for Schools contact Info
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
 
Health Care Planning and Organization of Health Care at Various Levels – Unit...
Health Care Planning and Organization of Health Care at Various Levels – Unit...
RAKESH SAJJAN
 
The Man In The Back – Exceptional Delaware.pdf
The Man In The Back – Exceptional Delaware.pdf
dennisongomezk
 
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
 
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Rajdeep Bavaliya
 
IIT KGP Quiz Week 2024 Sports Quiz (Prelims + Finals)
IIT KGP Quiz Week 2024 Sports Quiz (Prelims + Finals)
IIT Kharagpur Quiz Club
 
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
 
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
RAKESH SAJJAN
 
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
 
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
 
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
Sourav Kr Podder
 
English 3 Quarter 1_LEwithLAS_Week 1.pdf
English 3 Quarter 1_LEwithLAS_Week 1.pdf
DeAsisAlyanajaneH
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
K12 Tableau User Group virtual event June 18, 2025
K12 Tableau User Group virtual event June 18, 2025
dogden2
 
How to Customize Quotation Layouts in Odoo 18
How to Customize Quotation Layouts in Odoo 18
Celine George
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
 
Ad

Instruction set of 8085 microprocessor

  • 1. INSTRUCTION SET OF 8085 Submitted by:- Rahul Sahu M.Sc.- Physics 1st Sem Guidance by:- Mr. Goverdhan Yadu
  • 2. Synopsis:- • Definition • Classification • Explain It’s Type with example
  • 3. What is Instruction set ? The entire group of instructions that a microprocessor supports is called Instruction Set. 8085 has 256 instructions. Each instruction is represented by an 8-bit binary value. These 8-bits of binary value is called Op- Code or Instruction Byte.
  • 4. Classification of Instruction Set:- 1. Data Transfer Instruction 2. Arithmetic Instructions 3. Logical Instructions 4. Branching Instructions 5. Control Instructions
  • 5. Data Transfer Instructions:- These instructions move data between registers, or between memory and registers . This instructions is used to copy the data from source to destination or one place to another . While copying, the contents of source are not modified. Example (1) MOV:- This instruction used to copy data . • MOV Rd , Rs- This instruction copies the content of Rs to Rd. • MOV M , Rs- This instruction copies the content of register Rs to memory location pointed by H-L Pair.
  • 6. Data Transfer Instructions:- (2).MVI:- Move immediate data to a register or memory location. • MVI Rd , #30H- 30H is stored in Register Rd. (3).LDA:- This instruction copies the data from a given 16 bit address to the accumulator.(Load Accumulator) • LDA 3000H- Content of memory location 3000H is copied in accumulator . (4).LXI:- This instruction loads 16-bit data in the register pair designated in the operand. • LXI H , 2034H- 2034H is stored in H-L pair so that it act as memory pointer.
  • 7. Data Transfer Instructions:- (5).STA:- The Content of accumulator are copied into the memory location . • STA 3000H- The content of the accumulator is stored into the memory location 3000H.
  • 8. Arithmetic Instructions:- Arithmetic Instructions are the instructions which perform basic arithmetic operations such as addition, subtraction and a few more. In 8085 microprocessor, the destination operand is generally the accumulator. These instructions perform the operations like:  Addition  Subtraction  Increment  Decrement
  • 9. Arithmetic Instructions:- Addition:- Any 8-bit number, or the contents of register, or the contents of memory location can be added to the contents of accumulator . The result (sum) is stored in the accumulator. No two other 8-bit registers can be added directly. Example (6).ADD B- it adds the content of accumulator to the content of the register B. (7). ADD M- if content is stored in memory location the it is added with the content stored in accumulator. (8). ADC R or M- Add register or memory to accumulator with carry.
  • 10. Arithmetic Instructions:- Subtraction:- Any 8-bit number, or the contents of register, or the contents of memory location can be subtracted from the contents of accumulator. The result is stored in the accumulator. Subtraction is performed in 2’s complement form. If the result is negative, it is stored in 2’s complement form. Example (9). SUB R or M- Subtract register or memory from accumulator. (10). SBB R or M-Subtract register or memory from accumulator with borrow. (11). SUI data - Subtract immediate from accumulator.
  • 11. Arithmetic Instructions:- Increment and Decrement:-The 8-bit contents of a register or a memory location can be incremented or decremented by 1. The 16-bit contents of a register pair can be incremented or decremented by 1. Increment or decrement can be performed on any register or a memory location. Example Increment (12). INR R or M- Increment register or memory by1 (13). INX H- Increment register pair by 1. Decrement (14).DCR R or M-Decrement register or memory by1 (15). DCX H- Decrement register pair by 1.
  • 12. Logical Instructions:- These instructions perform logical operations on data stored in registers, memory and status flags . The logical operations are:  AND  OR  XOR  Rotate  Compare  Complement
  • 13. Logical Instructions:- Example (16). ANA R or M- Logical AND register or memory with accumulator. (17). ANI 86H(8 bit data)- Logical AND immediate with accumulator. (18). ORA R or M- Logical OR register or memory with accumulator. (19). ORI 86H(8 bit data)- Logical OR immediate with accumulator. (20). XRI 86H(8 bit data)- XOR immediate with accumulator. (21). RLC- Rotate accumulator left. (22). RRC- Rotate accumulator right. (23). CMP R or M- Compare register or memory with accumulator. (24). CMA- Complement accumulator.
  • 14. Branching Instructions:- The branching instruction alter the normal sequential flow. These instructions alter either unconditionally or conditionally. Example (25).JMP 2034 H(16 bit address)- Jump unconditionally. (26). JZ 2034 H(16 bit address)- Jump conditionally. (27). CALL 2034 H(16 bit address)- Call unconditionally. (28). CZ 2034 H(16 bit address)- Call conditionally.
  • 15. Control Instructions:- The control instructions control the operation of microprocessor. Example (29). NOP- No operation is performed. (30). HLT- The CPU finishes executing the current instruction and halts any further execution. (31). DI- Disable interrupt. (32). EI- Enable interrupt.