- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Process control instructions in 8086 microprocessor
These instructions are used to control the processor action by setting/resetting the flag values.
These are the process/processor control instructions.
Opcode | Operand | Description |
---|---|---|
STC | ---- | Used to set carry flag CY to 1 |
CLC | ---- | Used to clear/reset carry flag CY to 0 |
CMC | ---- | Used to put complement at the state of carry flag CY. |
STD | ---- | Used to set the direction flag DF to 1 |
CLD | ---- | Used to clear/reset the direction flag DF to 0 |
STI | ---- | Used to set the interrupt enable flag to 1, i.e., enable INTR input. |
CLI | ---- | Used to clear the interrupt enable flag to 0, i.e., disable INTR input. |
- Related Articles
- Arithmetic instructions in 8086 microprocessor
- Logical instructions in 8086 microprocessor
- Data transfer instructions in 8086 microprocessor
- String manipulation instructions in 8086 microprocessor
- Program execution transfer instructions in 8086 microprocessor
- Addressing modes in 8086 microprocessor
- Number of instructions in 8085 Microprocessor
- Conditional JUMP instructions in 8085 Microprocessor
- Conditional call instructions in 8085 Microprocessor
- Conditional return instructions in 8085 Microprocessor
- Restart instructions (RSTn) in 8085 Microprocessor
- What are Program Control Instructions?
- General purpose registers in 8086 microprocessor
- IN and OUT instructions in 8085 Microprocessor
- Pin diagram of 8086 microprocessor

Advertisements