MCQOPTIONS
Saved Bookmarks
| 1. |
How is the status of the carry, auxiliary carry and parity flag affected if write instruction?MOV A#9CADD A, #64H |
| A. | CY = 0, AC = 0, P = 0 |
| B. | CY = 1, AC = 1, P = 0 |
| C. | CY = 0, AC = 1, P = 0 |
| D. | CY = 1, AC = 1, P = 1 |
| Answer» C. CY = 0, AC = 1, P = 0 | |