8085 microprocessor miscellaneous
-  The highest priority in 8085 micropr ocessor system is
- 
                        View Hint View Answer Discuss in Forum NA Correct Option: DNA 
-  In 8085 microprocessor system, the direct addressing instruction is
- 
                        View Hint View Answer Discuss in Forum NA Correct Option: DNA 
-  An interrupt in which the external device supplies its address as well as the interrupt request, is known as
- 
                        View Hint View Answer Discuss in Forum NA Correct Option: CNA 
-  In 8085 microprocessor, the value of the most significant bit of the result following the execution of any arithmetic or Boolean instruction is stored in the
- 
                        View Hint View Answer Discuss in Forum NA Correct Option: CNA 
-  Following program is written for an 8085 microprocessor to add two bytes located at memory addresses 1FFE and 1FFF
 LXI H, 1FFF
 MOV B, M
 INR L
 MOV A,M
 ADD B
 INR L
 MOV M, A
 XOR A
 On completion of the execution of the program, the result of addition is found
- 
                        View Hint View Answer Discuss in Forum NA Correct Option: DNA 
 
	