What are the different flags in 8085?
Answer Posted / sampat pawar
8085 has five flags as follows:
1)Zero Flag[Z]- If result in accumulator is one then this flag is set to one else it is set to zero.
2)Parity[P]-If no. of ones in result are even then this flag is set to one else set to zero.
3)Sign flag[S]- This flag shows the result is positive or negative. If MSB in result is 1 then this flag is set else reset.
4)Carry Flag[CY]-If carry is generated after operation then this flag is set to one else set to reset.
5)Auxiliary Carry[AY]-If carry is generated from third bit to fourth bit then this flag is set to one else it is set to reset.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the major differences in short label and near label jump instructions?
What number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00hA1: INC AL JNZ A1
How many bit address bus does the 8085 use?
What is meant by priority of interrupt?
What is the function of ale in 8085 microprocessor?
What is the purpose of the sign flag in 8085?
What is fetch and execute cycle?
How is the 8085 microprocessor different from the previous 8 series microprocessors?
Discuss pc and sp?
What is the purpose of segment register?
Which register handles the arithmetic operations in the 8085?
Explain the flag register in the 8085 microprocessor?
Write the special functions carried by the general purpose registers of 8086?
How to control and timing circuitry of the 8085.
what is logical address?