Answer Posted / sushil kumar
flags are used to test data conditions.
For example, after an addition of two numbers, if the sum in
the accumulator id larger
than eight bits, the flip-flop uses to indicate a carry --
called the Carry flag (CY) -- is
set to one. When an arithmetic operation results in zero,
the flip-flop called the
Zero(Z) flag is set to one. The first Figure shows an 8-bit
register, called the flag
register, adjacent to the accumulator. However, it is not
used as a register; five bit
positions out of eight are used to store the outputs of the
five flip-flops. The flags are
stored in the 8-bit register so that the programmer can
examine these flags (data
conditions) by accessing the register through an instruction.
These flags have critical importance in the decision-making
process of the microprocessor.
The conditions (set or reset) of the flags are tested
through the software
instructions. For example, the instruction JC (Jump on
Carry) is implemented to
change the sequence of a program when CY flag is set. The
thorough understanding
of flag is essential in writing assembly language programs.
| Is This Answer Correct ? | 36 Yes | 4 No |
Post New Answer View All Answers
What are the different types of arithmetic operations that can be performed by the 8085 microprocessor? Explain with an example?
What all does a microprocessor comprise of?
What happens when reset in(low) signal goes low?
Why stack is used in program?
What is fetch and execute cycle?
How clock signal is generated in 8086?
How many bit address bus does the 8085 use?
Explain briefly the string addressing mode with the help of an example?
Explain about interrupt driven mode of data transfer
What is 8251?
In 8085 which is called as high order / low order register?
In what is the ready pin of a microprocessor used
Does alu have any storage facility?
What are the total number of input and output ports in 8085?
Define the types of bus used in the 8085?