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 all does a microprocessor comprise of?
What are set up time & hold time constraints?
What is the software interrupts of 8085?
How to control and timing circuitry of the 8085.
What does quality factor mean?
what is the undefined bits in flag registers of 8085 microprocessor?
What happens when call instruction is executed?
Write a program that will store the contents of an accumulator and flag register at locations 2000h and 2001h.
Explain sphl instruction?
The address capability of 8085 is 64 kb.explain?
Explain maskable and non maskable interrupts?
What are the four distinct types of memory in 8051?
What are the flags in 8086?
explain the various functional blocks of the 8085 microprocessor.
What happens when the intr signal goes high in the 8085?