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
What are registers in microcontroller ?
How is the 8085 microprocessor different from the previous 8 series microprocessors?
Name 5 different addressing modes?
How many bit address bus does the 8085 use?
Byte wise what are the lengths of call and ret instructions?
what is the difference between timer and counter of microcontroller?
What are the different types of arithmetic operations that can be performed by the 8085 microprocessor?
How to detect a sequence of "1101" arriving serially from a signal line?
How is the system clock calculated in the 8085?
Where 8086 mostly used & tell application of 8086?
Why address bus is unidirectional and data bus is bidirectional?
What is an interrupt service routine in microcontroller?
Define the architecture of the 8085 microprocessor?
How clock signal is generated in 8086? What is the maximum internal clock frequency of 8086?
What is lst file?