8085 microprocessor miscellaneous
- During a DMA transfer, the processor (check the incorrect statement)
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
NA
- In 8085, interrupts excepts TRAP are disabled (check the incorrect statement) by
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
NA
- A high on RESET OUT line signifies that
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
NA
- Normally a microprocessor cycles between
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
NA
- 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
-
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.