edited by
0 votes
0 votes
In a given $8$-bit general purpose micro-controller there are following flags. $\text{C-Carry, A-Auxiliary Carry, O-Overflow flag, P-Parity}$ ($0$ for even, $1$ for odd) $\text{R0}$ and $\text{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 $\text{[CAOP]}$ will be_________.

$\begin{array}{l}\text { MOV R0, }+0 x 60 \\
\text { MOV R } 1,+0 x46 \\
\text { ADD R0, R1 }\end{array}$
edited by

Please log in or register to answer this question.

Answer: