-
In 8085 microprocessor, let the accumulator contains the value 0AH and register C contains the value 05H. After CMPC instruction is executed, the—
-
- zero and carry flags will be set
- zero and carry flags will be reset
- zero flag will be set and the carry flag will be reset
- zero flag will be reset and the carry flag will be set
Correct Option: B
Since the content of the accumulator is greater than the content of register C. Therefore, both carry and zero flag are reset.