Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Computer Organization and Architecture Addressing Modes Base Register Addressing Mode
What are the status of Auxiliary carry (AC) and carry flag (CY) after executing the following program
MVI H, 6B H
MVI L, 5D H
MOV A, L
ADD H1
AC = 1 and CY = 1
2
AC = 1 and CY = 0
3
AC = 0 and CY = 0
4
AC = 0 and CY = 1