MCQOPTIONS
Saved Bookmarks
| 1. |
After the execution of the given statements, determine the status of CY, AC and P flags.MOV A,#9CHADD A,#64H |
| A. | CY = 0, AC = 1, P = 1 |
| B. | CY = 1, AC = 1, P = 0 |
| C. | CY = 1, AC = 0, P = 0 |
| D. | CY = 0, AC = 1, P = 0 |
| Answer» C. CY = 1, AC = 0, P = 0 | |