What are the functions of RIM, SIM, IN?
Answer Posted / manoj saroha
RIM instruction is used to know which interrupt is masked
or not. first RIM instruction is given and then we have to
load in accumulator ex.RIM
mov A,08H
SIM is used to set or reset interrupt.In this first we have
to set and reset any interrupt and then execute SIM.
ex. mov A,09H
SIM
IN is used to store some data from port to accumulator.
ex. IN 08H i.e A-data
of location 08H
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What are software interrupts?
Why memory width is not 16-bit? In stead of having 8-bit (same as 8085)?
What is the structure of psp?
Differentiate between div and idiv instructions with the help of examples.
What is the position of the stack pointer after the push instruction?
What is clock frequency for 8085?
What is processor cycle (machine cycle)?
What is an interrupt service routine in microcontroller?
What does quality factor mean?
Give example of bit address and byte address?
What is the distinguishing feature of db and ab?
Tell the addresses which are bit addressable?
Why 8051 is called 8 bit microcontroller?
How much on chip ram is available?
Define the purpose of sim and rim in reference to the 8086?