What are the different flags in 8085?
Answer Posted / jagadeesh
1.carry flag:-It holds the carry 1 if the result has carry else 0.
2.parity flag:-It holds 1 if the result has carry from LSB to MSB.
3.auxilary flag:-It holds 1 if the reslt has even parity,it holds 0 if result is odd parity
4.zero flag:-It holds 1 if the result is zero
5.sign flag:-It holds 1 if result is negative value.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is the undefined bits in flag registers of 8085 microprocessor?
Define edge or level sensitive interrupts?
Differentiate between hardware and software interrupts and state examples for both?
Explain the characteristics of the cmp instructions?
What are the sources of an interrupt?
Write a program that will store the contents of an accumulator and flag register at locations 2000h and 2001h.
What is the significance of the nmi pin in the 8086?
With the help of an example explain how physical address is calculated?
What is the difference between harvard architecture and von neumann architecture?
What are the boons and banes of having more general purpose registers in a microprocessor.
What is the bus arbitration problem in the 8086 and how can it be resolved?
Where the data is transferred in a DMA write operation?
What is the purpose of data moving instructions? Name any two such instructions?
What are the different types of memory addressing modes?
Where can we find the sample assembly language programs?