8085 Microprocessors
-  The results of the arithmetic and logic operations are usually placed in which Register?
- 
                        View Hint View Answer Discuss in Forum A Correct Option: AA 
-  Which of the following instruction can be set to clear the CY flag?
- 
                        View Hint View Answer Discuss in Forum XRA A Correct Option: AXRA A 
-  Specify the flag status (CY, S, Z) after the instruction DRA is executed.MVI A, A9 H MVI B, 57 H ADD B ORA A 
- 
                        View Hint View Answer Discuss in Forum 1, 1, 1 Correct Option: A1, 1, 1 
-  Specify the contents of register A after the execution of following program—MVI A, F8 H SUI 69 H HLT 
- 
                        View Hint View Answer Discuss in Forum 8FH 
 A: 1111 1000
 69: 0110 1001
 1001 1111: 8 FCorrect Option: B8FH 
 A: 1111 1000
 69: 0110 1001
 1001 1111: 8 F
-  What will be the O/P, if the following program is executed?MVI A, OO H DCR A OUT PORT 1 HLT 
- 
                        View Hint View Answer Discuss in Forum FF H Correct Option: BFF H 
 
	