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
Byte wise what are the lengths of call and ret instructions?
In which T-state does the CPU sends the address o memory or I/O and the ALE signal for Demultiplexing
What is meant by flipflop?
What type of interrupt is the “trap” and what does it do?
List some analog modulation techniques.
What are issues related to stack and bank 1.?
What type of interrupts are used for critical events and why?
Which are sixteen bit registers of 8085?
explain the difference between 8086 and 8088?
State the total number of pins in the 8085 microprocessor?
Mention what is the difference between microprocessor and microcontroller?
What are the general purpose registers in 8085?
What is lst file?
Why the lower byte address bus(a0-a7) and data bus (d0-d7) are multiplexed?
Define the types of memory used in 8085 microprocessor?