8085 microprocessor miscellaneous


8085 microprocessor miscellaneous

8085 Microprocessor

  1. During a DMA transfer, the processor (check the incorrect statement)









  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    NA


  1. In 8085, interrupts excepts TRAP are disabled (check the incorrect statement) by









  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    NA



  1. A high on RESET OUT line signifies that









  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    NA


  1. Normally a microprocessor cycles between









  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    NA



  1. In an 8085 A microprocessor based system, it is desired to increment the contents of memory location whose address is available in (D,E) register pair and store the result in same location. The sequence of instructions is











  1. View Hint View Answer Discuss in Forum

    The address of the memory location is stored in DE register pair. But INR M command will increase the content of the memory location M. But this command will execute only on HL pair. So we have to exchange the address of Memory location in HL pair from DE pair first.

    Correct Option: A

    The address of the memory location is stored in DE register pair. But INR M command will increase the content of the memory location M. But this command will execute only on HL pair. So we have to exchange the address of Memory location in HL pair from DE pair first.