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
Indicate different machine cycles of 8085?
What are the advantages of memory segmentation in 8086
Logic calculations are done in which type of registers?
What is special purpose registers in 8086?
What is the purpose of data moving instructions? Name any two such instructions?
Explain the pointers and index group of registers
What is stack pointer?
What is the width of data bus?
What are set up time & hold time constraints?
what are the advantages of modular proramming techniques
What is physical address?
Why address bus is unidirectional and data bus is bidirectional?
State the total number of pins in the 8085 microprocessor?
What is an editor?
What is meant by a bus?