railway RRB JE (CBT I + CBT II) Mock Test 2024 Digital Electronics Microprocessors Instruction Set of 8085
In the following 8085 program how many times (decimal) is the DCR C executed?
MVI C, 78 H
LOOP: DCR C
JNZ LOOP
HLT
1
119
2
120
3
78
4
77
In the following 8085 program how many times (decimal) is the DCR C executed?
MVI C, 78 H
LOOP: DCR C
JNZ LOOP
HLT