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
explain the flow of a typical instruction word
In 8085, power and frequency can be checked by connecting the wire with which pins?
What is base segment address?
What are registers in microcontroller ?
what are the various flags used in 8085?
Which is non maskable interrupt for 8085?
How to control and timing circuitry of the 8085.
What are software interrupts?
What is the distinguishing feature of db and ab?
On a scale of one to ten, rate me as an interviewer now 26 which stack is used in 8086?
explain about externally initiated operations
What’s a microprocessor?
How many bit microprocessor is the 8086 microprocessor?
What type of memory is the stack?
Explain maskable and non maskable interrupts?