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 is stack pointer in 8051 microcontroller?
What is non-maskable interrupts?
write the assembly language programming to find the 2's complement for a string of 100 bytes
What is the bus arbitration problem in the 8086 and how can it be resolved?
State an interrupt that is not level sensitive?
What is the width of data bus?
what differences can you state between the hlt and hold states?
What are the widths of data bus (db) and address bus (ab) of 8085?
Name the pin in 8086 microprocessor that is used for selecting mode of operation?
What is special function registers (sfr)?
What is the significance of the control unit in the 8085?
What is the purpose of the sign flag in 8085?
How clock signal is generated in 8086? What is the maximum internal clock frequency of 8086?
Given a circuit, draw its exact timing response?
Define bit, byte and word.