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
write the assembly language programming to find the 2's complement for a string of 100 bytes
What is clock frequency for 8085?
What is an interrupt service routine?
List some analog modulation techniques.
Mention the addressing modes of 8085?
How can you increase ports of a microprocessor?
Design a divide-by-3 sequential circuit with 50% duty circle now?
What is 8255?
What are the data pins of microprocessors?
What type of memory is the stack?
Explain the pointers and index group of registers
Other than setb, clr are there any single bit instructions?
What are the different flags included in the alu?
What are the major differences in short label and near label jump instructions?
Explain the 8051 microcontroller architecture?