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
What is tri-state logic?
The input/output signals are related to which pins?
When is the LOCK prefix used often?
Explain data types used in microcontroller programming,
What number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00hA1: INC AL JNZ A1
explain about externally initiated operations
Explain the significance of signal?
What type of interrupt is the “trap” and what does it do?
Explain xthl, daa, rc instructions.
Can port 0 be used as input output port?
What does tasm stand for and what is its use?
explain the various functional blocks of the 8085 microprocessor.
What is clock frequency for 8085?
What is the function of ale and how does it works?
Give an example of one address microprocessor?