answersLogoWhite

0


Best Answer

there are 5 flags of intel 8085 are:

Carry flag(CY),

parity flag(P),

Auxiliary Carry flag(AC),

Zero Flag(Z),

Sign flag(S).

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the various flags used in 8085?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about General History

What are the flags of the countries the Romans invaded?

Flags were not in use for nations during the time of the ancient Romans. The only flags used were the military flags used by the cavalry and sometimes by the infantry for parade purposes.Flags were not in use for nations during the time of the ancient Romans. The only flags used were the military flags used by the cavalry and sometimes by the infantry for parade purposes.Flags were not in use for nations during the time of the ancient Romans. The only flags used were the military flags used by the cavalry and sometimes by the infantry for parade purposes.Flags were not in use for nations during the time of the ancient Romans. The only flags used were the military flags used by the cavalry and sometimes by the infantry for parade purposes.Flags were not in use for nations during the time of the ancient Romans. The only flags used were the military flags used by the cavalry and sometimes by the infantry for parade purposes.Flags were not in use for nations during the time of the ancient Romans. The only flags used were the military flags used by the cavalry and sometimes by the infantry for parade purposes.Flags were not in use for nations during the time of the ancient Romans. The only flags used were the military flags used by the cavalry and sometimes by the infantry for parade purposes.Flags were not in use for nations during the time of the ancient Romans. The only flags used were the military flags used by the cavalry and sometimes by the infantry for parade purposes.Flags were not in use for nations during the time of the ancient Romans. The only flags used were the military flags used by the cavalry and sometimes by the infantry for parade purposes.


What are the four flags that flown over Florida?

Spain, France,Britain,and the United States of America The flags of Spain, France, Great Britain, the United States, and the Confederate States of America have flown over Florida; these are also known as the "Five Flags of Florida." At various times in its history, at least 16 different flags have flown over Florida or parts of Florida.


If there are no lions in England why are they used on flags etc?

After Richard The Lionheart


What is heraldry?

Heraldry is tracing a noble family line and having an emblem that was used for flags and armor.


What website has coloring flags?

http://flagspot.net/flags/cbk.html

Related questions

What is the Intel 8085?

Intel 8085 is a microprocessor that is used in various electronics devices.


How many flags in microprocessor 8085 are issued by Intel?

5 FLAGS


What micro controllers for a digital control system?

for dcs 8086 and 8085 are usually used as base microcontroller as these have indication flags which r signaled to registers


Which flags effected after SUB B excution in 8085 miro processor?

All flags are affected after the SUB operation to reflect the result of subtraction.


How compare instruction is used in 8085?

The compare and subtract instructions in the 8085 both subtract one operand from another, and set flags accordingly. The subtract instruction stores the result in the accumulator, while the compare instruction does not - except for the flags, the compare instruction "throws" the result away.


What is the use of command MOV A A in 8085 microprocessor?

The MOV A,A instruction in the 8085 does nothing, not even change flags. It only consumes time, specifically four clock cycles plus applicable wait states.


Write a program to set all flags of 8085?

; Exact answer: LXI H, FFFFH push H POP PSW


Why does 8085 microprocessor has 8 bit flag register when it has only 5 flags?

The 8085 microprocessor has an 8-bit flag register, even though it only has 5 flags, because all of the registers in the 8085 are 8-bit or 16-bit. In fact, the flags register is considered to be part of the accumulator, as one "register pair", for purposes of stack push/pop and interrupt call/return. Be warned, however, that you should not attempt to change the state of bits stored on the stack and then pop'ing them into AF, because some of the three "unused" bits might be undocumented but actually used, or their meaning might change between different versions of the chip.


Explain the roles of registers in programming?

A register is a temporary high speed storage location for some data, usually contained in the processor's internal hardware design. The accumulator, A in the 8085, has special significance as it can be the target of most arithmetic and logical manipulation instructions. Other registers, such as B in the 8085, can hold temporary values useful during a computation. Some registers, such as HL in the 8085, can hold addresses of memory operands. Special registers, such as SP or PC in the 8085, hold the stack pointer or program counter. Sometimes, internal registers, such as TEMP in the 8085, are used in the internal design of the computer, but they are not directly accessible to the program. Sometimes, registers are combined, such as B and C being treated as one value, BC, in the 8085. This is a case of a 16 bit register. Last, status registers, such as FLAGS in the 8085, hold various things related to processor status, such as the carry flag or various interrupt masks, but they are not generally treated as arbitrary storage of data.


What power supply is used in microprocessor 8085 programming?

+5v necessary for microprocessor 8085.


What are the flags used by various warriors in Mahabharata?

Arjuna had a flag with Hanuman Duryodhana's flag had a hooded cobra


Different between motorolla 6800 and Intel 8085?

in 8085 only one accumulator used where in 6800 used two accumulator.