8085 Microprocessors
Direction: Specify the no. of times following loop is executed
-  LXI B, 1000 H LOOP : DCX B NOP JNZ LOOP 
- 
                        View Hint View Answer Discuss in Forum 10 times Correct Option: C10 times 
-  MVI A, 217 H LOOP : ORA A RRC JNC LOOP 
- 
                        View Hint View Answer Discuss in Forum 1 Correct Option: B1 
-  ORA A MVI B, 64 H LOOP : DCR B JNC LOOP 
- 
                        View Hint View Answer Discuss in Forum Infinitely Correct Option: BInfinitely 
-  LOOP :MVI B, 64 H NOP DCR B INZ LOOP 
- 
                        View Hint View Answer Discuss in Forum Infinitely Correct Option: BInfinitely 
-  How many times the following loop will be executed?LXI B, 0007 H DCX B MOV A, B ORA C JNZ LOOP 
- 
                        View Hint View Answer Discuss in Forum 7 times Correct Option: A7 times 
 
	