What are the functions of RIM, SIM, IN?

Answer Posted / tarun aggarwal ymca

Read Interrupt Mask (RIM)
RIM is a multipurpose instruction used to read the status of
interrupts 7.5, 6.5, 5.5 and to
read serial input data bit. RIM loads 8-bit data in the
accumulator with the following
interpretation:
Actually RIM does the following three tasks:
1 Read the interrupt mask (bit 2, 1, 0).
2Identify pending interrupts (bit 6, 5, 4).
3 Receive serial input data bit (bit 7).

SIM is a multipurpose interrupt used to implement the 8085
interrupts (RST 7.5, 6.5, 5.5)
and serial data output. SIM interprets the accumulator
content as follows:
Actually, SIM does the following three tasks:
1Mask the interrupts (bit 2, 1, 0).
2 Reset RST 7.5 (bit 4). This is mainly used to overwrite
RST 7.5 without serving it.
3To implement serial I/O (bit 7, 6). If bit 6 = 1 is used
to enable serial I/O and bit 7 is
used to transmit serial output data bit.

Is This Answer Correct ?    148 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are wait states in microprocessors?

659


The address capability of 8085 is 64 kb.explain?

1375


The operation being performed by the 8085 can be checked by which pins?

577


Classify interrupts on the basis of signals.

543


Explain the internal architecture of the 8086 microprocessor?

592






Given a circuit, draw its exact timing response?

3231


Which are sixteen bit registers of 8085?

580


These are two ways in which a microprocessor can come out of Halt state.

675


What is meant by address space? What is meant by address space partitioning?

577


Describe the jae instruction with the help of an example?

565


Explain the 8051 microcontroller architecture?

657


what is logical address?

558


Which is non maskable interrupt for 8085?

593


What is function of ale in 8085 microprocessor?

578


Design a divide-by-3 sequential circuit with 50% duty circle now?

658