Question:medium

After ADI 01H when A = FFH, the accumulator and carry flags are :

Show Hint

$FFH$ is the maximum value for an 8-bit register (255). Adding even $1$ to it will always cause it to "roll over" to $00H$ and set the Carry flag.
Updated On: Jun 6, 2026
  • A = 00H, CY = 0
  • A = 00H, CY = 1
  • A = 01H, CY = 1
  • A = FEH, CY = 1
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (PG) exam