What are the different flags in 8085?
Answer Posted / parul
zero flag:if result is 0 than it is set condition i.e.1
otherwise it is reset i.e.is 0.
carry flag:if an extra bit arises than it is set condition
i.e.1 otherwise it is reset i.e.is 0.
sign flag:in it only D7 is considered.if D7 is 1 than it
is set condition i.e.1 but if D7 is 0 than it is reset
i.e.is 0.
parity flag:if number of 1's in the answer is even than it
is set condition i.e.1 otherwise it is reset i.e.is 0.
auxilary carry flag:if a carry is generated in D3 & passed
to D4 than ac flag is set condition i.e.1 otherwise it is
reset i.e.is 0.
| Is This Answer Correct ? | 166 Yes | 17 No |
Post New Answer View All Answers
Which interrupt has the highest priority?
Explain memory mapped i/o and i/o mapped i/o schemes?
What is tri-state logic?
What is the function of ale and how does it works?
Define the purpose of sim and rim in reference to the 8086?
Define microcontroller?
How can the signals of the 8086 be categorised?
In how many groups can the signals of 8085 be classified?
Explain what is sim and rim instructions?
What is meant by flipflop?
Give example of bit address and byte address?
Give examples for maskable interrupts?
Intel 8051 follows which architecture?
explain the different types of control flags for the 8086?
What are the widths of data bus (db) and address bus (ab) of 8085?