MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the status of CY, AC and P flags after implementation of the following sets of instructions in 8051 microcontroller.MOV A, # CCHADD A, # A9H |
| A. | CY = 1, AC = 1, P = 0 |
| B. | CY = 1, AC = 0, P = 0 |
| C. | CY = 1, AC = 1, P = 1 |
| D. | CY = 0, AC = 1, P = 1 |
| Answer» B. CY = 1, AC = 0, P = 0 | |