What are the different flags in 8085?
Answer Posted / nitin garg
Carry Flag (CF):- When two 8/16 bit number addition the the
result is generate 9/17 bit number then the carry flag is set.
Auxiliary flag (AF):-This flag is active in BCD number.When
Two 8 bit number addition the the carry is generate by D3
bit to D4 bit the the Auxiliary flag is set.
Parity Flag (PF):-This flag is indicate the number is even
or odd.The numbers of one's in result is even 0,2,4,6,8 then
parity flag is set and the number os one's is odd 1,3,5,7
the the parity flag is reset.
Zero Flag (ZF):-This flag is indicate the result is zero or
non-zero.when two 8 bit number addition then the result is
zero then zero flag is set.and the result is non-zero then
the zero flag is reset.
Sign Flag (SF):-This flag is indicate the number is negative
or positive.The MSB in result is one(1)then the sign flag is
set or the result is negative And the MSB in result in
Zero(0) then the sign flag is reset or the result is positive.
| Is This Answer Correct ? | 32 Yes | 7 No |
Post New Answer View All Answers
Explain why do you use two ground pins in microprocessor 8086?
How many i/o ports can 8085 access?
The input/output signals are related to which pins?
What are the different flags included in the alu?
Discuss 3 states signals io/m,s0,s1?
How many interrupts are there in 8085?
Write the flags of 8086?
What is meant by the statement that 8085 is a 8 bit microprocessor?
How do vectored and non-vectored interrupts differ?
Name the special purpose registers?
why 8085 processor is called an 8 bit processor?
How to detect a sequence of "1101" arriving serially from a signal line?
Define word?
What is an editor?
What is function of ale in 8085 microprocessor?