answersLogoWhite

0

What is the role of flags in microprocessor?

Updated: 4/5/2020
User Avatar

Wiki User

13y ago

Best Answer

flags controls procesore

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the role of flags in microprocessor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many flags in microprocessor 8085 are issued by Intel?

5 FLAGS


What is the importance of flags in microprocessor?

sign flag parity flag zero flag


What is a flag in micro processor?

Flags are kind of register that record the condition of a microprocessor's calculation process.


What is the role of microprocessor in burglar alarms at home?

It monitors sensors.


What is loop in microprocessor?

A loop in a microprocessor, like any loop in any programming language, is a series of instructions that is executed repeatedly until some condition is satisfied. An example of a delay loop in the 8085 might be... . PUSH FLAGS . XRA A L INR A . JNZ L . POP FLAGS This piece of code, with a 1 MHz clock, will take about 4.6 mS to execute, and it will save and restore the accumulator and flags.


What is the role of clock generator in microprocessor?

The clock signal in a microprocessor allows synchronization of several components of the microprocessor. The correctness of the computation of the microprocessor depends upon efficient and balanced distribution of the clock signal. The clock generator generates the clock signal.


Role of latches in 8086 microprocessor?

for demultiplexing address/data bus


How are microprocessors useful?

The role of a microprocessor in a photocopier controls the display on the front of the machine. Also the microprocessor sends signal to the motor to move parts of the photocopier, so that the paper can come out.


How are microprocessors used in?

The role of a microprocessor in a photocopier controls the display on the front of the machine. Also the microprocessor sends signal to the motor to move parts of the photocopier, so that the paper can come out.


How are microprocessors used in photocopier?

The role of a microprocessor in a photocopier controls the display on the front of the machine. Also the microprocessor sends signal to the motor to move parts of the photocopier, so that the paper can come out.


What is function of nop in microprocessor?

The NOP instruction is short for no-operation. It is an executable instruction that does nothing to the processor, its registers, or its flags. It is useful in timing loops, or to provide room for patchabilty of a piece of code.


What is the basic difference between instruction RET and IRET in 8086 microprocessor?

RET pops the PC off of the stack, while IRET pops both the flags and the PC off of the stack.