Electrical Engineering > GATE 2023 > Microcontroller Instructions
In a given 8-bit general purpose micro-controller there are following flags. W C-Carry, A-Auxiliary Carry, O-Overflow flag, P-Parity (0 for even, 1 for odd) R0 and R1 are the two general purpose registers of the micro-controller. After execution of the following instructions, the decimal equivalent of the binary sequence of the flag pattern [CAOP] will be _______.
MOV R0, +0x60
MOV R1, +0x46
ADD R0, R1
MOV R0, +0x60
MOV R1, +0x46
ADD R0, R1
Correct : 1
Total Unique Visitors
Loading......