MCQOPTIONS
Saved Bookmarks
| 1. |
What are the states of the Auxiliary Carry (AC) and Carry Flag (dCY) after executing the following 8085 program? MVI L, 5DH MVI L, 6BH MOV A, H ADD L |
| A. | AC = 0 and CY = 0 |
| B. | AC = 1 and CY = 1 |
| C. | AC = 1 and CY = 0 |
| D. | AC = 0 and CY = 0 |
| Answer» D. AC = 0 and CY = 0 | |