Embed presentation
Download to read offline





The document discusses pending interrupts in the 8085 microprocessor. It explains that the 8085 has multiple interrupt lines and when one interrupt is served, others may occur and remain pending. It introduces the Read Interrupt Mask (RIM) instruction, which loads the accumulator with an 8-bit value indicating the status of interrupt masks and can identify pending interrupts. It provides details on how to interpret the accumulator bits after a RIM instruction to check for pending interrupts like RST 6.5. It includes sample assembly code to check if RST 6.5 is pending after an RST 7.5 interrupt and enable it if so before returning to the main program.



