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
What type of architecture is used in 8085 microprocessor?
Define crossbar switching with reference to 8086?
What is the purpose of the sign flag in 8085?
What was is the primary usage of a 8085 microprocessor?
What is the purpose of segment register?
Define bit?
In how many ways computer soft wares are categorized?
Explain maskable and non maskable interrupts?
Define psp and its structure?
explain the difference between 8086 and 8088?
What is the purpose of the biu in the 8086?
Which segment is used to store interrupt and subroutine return address registers?
Mention interrupts pins of 8085?
What is stack pointer in 8051 microcontroller?
What are the conditions under which the eu enter into the wait mode?