answersLogoWhite

0

The pins used to control interrupts in the 8085 are INTR/INTA, RST5.5, RST6.5, RST7.5, and TRAP.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are the instructions used to control the interrupts?

DI, EI, RIM, and SIM.


How many pins are in PATA data cable connector and which pins are used for control?

40


What is EI and DI instructions?

The Enable Interrupts (EI) and Disable Interrupts (DI) instructions allow the MP to permit or deny interrupts under program control.


What punctuation is used to set off material that interrupts?

Parentheses or dashes are typically used to set off material that interrupts the flow of a sentence.


How many pins are on a sdram dimm on a ddr dimm on a simm on a rimm?

168 pins are used on SDRAM DIMM. 184 pins are used on DDR DIMM. There are either 30 pins or 72 pins used on SIMM. 184 pins are used on RIMM.


What are the various type of interrupts?

There are three types of interrupts.... 1. internal Interrupts 2. External Interrupts 3. Software Interrupts... read more


How many interrupts in?

it has 256 interrupts ..


What are the uses of pins?

They are a variety of uses for pins. Safety pins are used to hold things in place such as clothing. Push-pins are used in a cork board for flyers and other forms of paper.


What punctuation is used with an idea that interrupts a sentence and is very noticeable?

comma


Which interrupts are usually used for the hard disk controller?

IRQ 14


What is maskable in Intel 8085 microprocessore?

Four of the interrupts in the Intel 8085 (INTR, RST5.5, RST6.5, and RST7.5) are maskable, while one interrupt (TRAP) is non-maskable.The eight RSTx type of software "interrupts" are not really interrupts, but if they were treated as interrupts, they would be non-maskable.


Which register is used to set priority for interrupts?

The 8085 does not have an adjustable priority interrupt schema. You can only turn interrupts off, and mask certain interrupts, such as RST5.5, RST6.5, and RST7.5. However, that said, you can implement a priority schema, of sorts, within these interrupts, including INTR, by using the SIM instruction. You can't change the basic priority but you can disable certain interrupts while others are being serviced, if you so choose.