aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

What are the states of the Auxiliary Carry (AC) and Carry Flag (CY) after executing the following 8085 program? MIV H, 5DH MIV L, 6BH MIV L, 6BH ADD L

  1. AC = 0 and CY = 0

  2. AC = 1 and CY = 1

  3. AC = 1 and CY = 0

  4. AC = 0 and CY = 1

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Keep practicing — related questions

  • How are the carry flag (CY) and parity flag (PF) affected by the following instructions? MOV A, #0F5H ADDA,...
  • Which of the following flags is set to a 1 by the instruction just ending if a carry occurred from 4th bit ...
  • An 8085 assembly language program is given below. Assume that the carry flag is initially unset. The conten...
  • An 8085 assembly language program is given below. Line 1: MVI A, B5H 2: MVI B, 0EH 3: XRI 69H 4: ADD B 5: A...
  • In an 8085 microprocessor, the instruction CMP B has been executed while the content of the accumulator is ...
  • The ____________ flag bits supported by the 8085 CPU are set when the result of ALU operation is zero.
  • The _____________ instruction in x86 means that the contents of carry flag are toggled to the opposite stat...
  • What would be the output of the following program? #include<stdio.h> #include<conio.h> #include<math.h> int...

Practice this topic

  • Computer Hardware Devices (1004 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy