edited by
1,649 views
1 votes
1 votes

How is the status of the carry, auxiliary carry and parity flag affected if write instruction?

MOV A,#9C
ADD A,#64H
  1. $\text{CY = 0, AC = 0, P = 0}$
  2. $\text{CY = 1, AC = 1, P = 0}$
  3. $\text{CY = 0, AC = 1, P = 0}$
  4. $\text{CY = 1, AC  = 1, P = 1}$
edited by

1 Answer

Related questions

1 votes
1 votes
0 answers
1
sh!va asked Feb 22, 2017
670 views
$000, 001, 010, 011, 100\; \&$ repeats$100, 011, 010, 001, 000\; \&$ repeat$010, 011, 100, 000, 001\; \&$ repeats$101, 110, 111, 000, 001, 010, 011, 100 \;\&$ repeats
1 votes
1 votes
1 answer
2
sh!va asked Feb 22, 2017
614 views
in given combinational logic $X=?$$X = AB'C' +A'BC'+ A'B'C+ ABC$$X = A'BC +A'BC'+ AB'C+ A'B'C'$$X = AB + BC + AC$$X= A'B'+B'C'+A'C'$
1 votes
1 votes
2 answers
3
sh!va asked Feb 21, 2017
658 views
Simplify Boolean function represented in sum of product of min-terms, $\text{F}(x, y, z)= \Sigma(0, 2, 4,5, 6)$ $z' + xy'$$x' y'z' + xyz+ xy'z'$$xyz + x' + y' + z'$$xy+yz...
2 votes
2 votes
1 answer
4
sh!va asked Feb 21, 2017
1,760 views
For a $10$-bit digital ramp ADC using $500\;\text{kHz}$ clock, the maximum conversion time is$2048\; \mu \;\text{S}$$2046\; \mu \;\text{S}$$2064\; \mu \;\text{S}$$2084\; ...