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