Accumulator has data FFH. Determine the state of CY, Z and sign flag when:
1) 01H is added
2) the content of the accumulator is incremented
1
1) CY = 0, S = 0, Z = 1
2) CY = 1, S = 1, Z = 0
2
1) CY = 1, S = 0, Z = 1
2) CY = same as previous state, S = 0, Z = 1
3
1) CY = 0, S = 0, Z = 0
2) CY = same as previous state, S = 1, Z = 1
4
1) CY = 1, S = 0, Z = 0
2) CY = 1, S = 0, Z = 0