- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
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
Interrupt request register in 8259
An 8-bit register in which the tracks of active interrupt requests are kept. Whenever activation of an interrupt request input is done the bit corresponding in IRR register is set to 1. For example, if we activate the IR4 and IR6 inputs bits no 4 and 6 of IRR are set to 1 by making the contents of IRR as 01010000. But the processor is designed only to read the contents of this register but cannot write it to IRR. To read the IRR contents, the processor only has an issue the OCW3 command to the 8259 along with the LS 3 bits of the command. This results in 8259 by storing the IRR status in the low port of 8259. Sothe processor has to read the low port of 8259.
Fig:8259 interfaced along with 8085 processor
- Related Articles
- Interrupt mask register in 8259
- Slave register in 8259
- In-service register in 8259
- How to register a handler to be called when the Ajax request begins using jQuery?
- Registers used in 8259
- Architecture of 8259
- Pins of 8259
- 8259 PIC Microprocessor
- Interrupt handing in 8051
- Interrupt structure in Z-80
- Trap interrupt pin in 8085
- Programming the 8259 with slaves
- Interrupt-driven data transfer in 8085
- Interrupt structure of 8051
- “register” keyword in C

Advertisements