-
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.