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
What is the purpose of data moving instructions? Name any two such instructions?
In how many ways computer soft wares are categorized?
What all does a microprocessor comprise of?
How can the signals of the 8086 be categorised?
The input/output signals are related to which pins?
What type of interrupt is the “trap” and what does it do?
How clock signal is generated in 8086? What is the maximum internal clock frequency of 8086?
In 8085, power and frequency can be checked by connecting the wire with which pins?
What are hardware interrupts?
Explain what is the difference between isr & function call?
Give example of bit address and byte address?
When is the LOCK prefix used often?
What jobs alu of 8085 can perform?
What does tasm stand for and what is its use?
State an interrupt that is not level sensitive?