Q:

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

0

How is the status of the carry, auxiliary carry and parity flag affected if write instruction
MOV A,#9C
ADD A,#64H


  1. CY=0,AC=0,P=0
  2. CY=1,AC=1,P=0
  3. CY=0,AC=1,P=0
  4. CY=1,AC=1,P=1

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).CY=1,AC=1,P=0

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

COMPUTER ARCHITECTURE - 8051 MICROCONTROLLER MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
How are the bits of the register PSW affected if w... >>
<< When the micro controller executes some arithmetic...