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 is the purpose of a buffer register in reference to 8085?
How are labels named in assembly language?
What is the stack segment used for?
What are the different functional units in 8086?
Intel 8051 follows which architecture?
Where the data is transferred in a DMA write operation?
Do the interrupts of 8085 have priority?
What are the Interrupts available in 8051 microcontroller?
Comment the size of stack?
what is the undefined bits in flag registers of 8085 microprocessor?
Define the functions of the dx register.
why 8085 processor is called an 8 bit processor?
Discuss 3 states signals io/m,s0,s1?
What is the structure of psp?
List out addressing modes in mcs-51?