Suppose 8 bit registers have following contents
X=00001111
Y=10101010
Z= 11011011
W=00110011
What will be the 8 bit values of each register after execution of following sequences of
microoperations ?
X ā š + š
ZāZā š, š ā š + 1
XāX-Z
X ā š + š 1011 1001
Z ā Zā š 00001010
š ā š + 1 1010 1011
X ā X-Z -011001100 or
Comments