What are the functions of RIM, SIM, IN?
Answer Posted / ramdas gore
IN istruction is used to read data from a port and store it
into accumulator.
IN PORT_ADDR
e.g. if a PPI say 8155 is configured to act port A as in
put and port address is 81h assumed, then to read port A as
IN 81H
MOV D, A ;MOVE THE READ DATA IN REG D
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
How are labels named in assembly language?
Which is the stack used in 8085?
What are the types of interrupts from type 0 to 4
What are wait states in microprocessors?
Which type of JMP instruction assembles if the distance is 0020h bytes
Explain sphl instruction?
What is the maximum memory addressable size by the 8086?
Does alu have any storage facility?
What type of memory is the stack?
Explain with an example how parameters can be passed using registers.
The input/output signals are related to which pins?
What does 8088 microprocessor have?
After a pop instruction where does the stack pointer points?
Explain db?
What are the different types of addressing modes?