What are the different flags in 8085?
Answer Posted / faisal imam saifi
there are five flip-flop in 8085 which individually denote the characteristic if the ALU result.
1.Sign flag(S): S=1, if D7=1; otherwise S=0;
2.Zero flag(Z): Z=1,if A=00H; otherwise Z=0;
3.Auxiliary flag(AC): AC=1, if a carry is generated from the addition of fourth bit from right of a 8-bit binary no. otherwise AC=0;
4.Parity flag(P): P=1, if A has even parity;
P=0, if A has odd parity;
5.Carry flag(CY): CY=1,Carry is generated;
CY=0,Carry is not generated;
| Is This Answer Correct ? | 37 Yes | 10 No |
Post New Answer View All Answers
Can single bit of a port be accessed in 8051?
Explain what is sim and rim instructions?
What is the main difference between 8085 and 8086 processors?
What is the difference between harvard architecture and von neumann architecture?
How is EPROM generally erased
Tell me how do you detect if two 8-bit signals are same?
What is sim and rim instructions?
What is function of ale in 8085 microprocessor?
What are the different types of instructions of 8085?
Which is non maskable interrupt for 8085?
Indicate different machine cycles of 8085?
Which type of JMP instruction assembles if the distance is 0020h bytes
Which interrupt has highest priority?
Which are sixteen bit registers of 8085?
Define psp and its structure?