Hardware Interrupts
Home
8085 Forum
8085 Free Projects
8085 Free Programs
8085 Tutorials
8085 details
Interfacing Techniques
Electronic Tutorials
Electronic Projects
Assembler/ IDE
Datasheets
Guest Book
About Me


Hardware interrupts:



The 8085 has five hardware interrupts

(1) TRAP             (2) RST 7.5             (3) RST 6.5         (4) RST 5.5       (5) INTR




TRAP:






               1.By resetting microprocessor (External signal)
               2.By giving a high TRAP ACKNOWLEDGE (Internal signal)

RST 7.5:





               1.DI instruction
               2.System or processor reset.
               3.After reorganization of interrupt.




RST 6.5 and 5.5:



               1.DI, SIM instruction
               2.System or processor reset.
               3.After reorganization of interrupt.



INTR:


               1.DI, SIM instruction
               2.System or processor reset.
               3.After reorganization of interrupt.





1. The 8085 checks the status of INTR signal during execution of each instruction.

2. If INTR signal is high, then 8085 complete its current instruction and sends active low                interrupt acknowledge signal, if the interrupt is enabled.

3. In response to the acknowledge signal, external logic places an instruction OPCODE on the data bus. In the case of multibyte instruction, additional interrupt acknowledge machine cycles are generated by the 8085 to transfer the additional bytes into the microprocessor.

4. On receiving the instruction, the 8085 save the address of next instruction on stack and execute        received instruction.
SIM and RIM for Interrupts - Page3