answersLogoWhite

0

wada kamina ahyo tawan khe ta saheh jawab deyan b natho ache

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How many instruction are there in 8085 mp?

There are 74 instructions in the 8085 microprocessor.


How does the 8085 microprocessor instruction register work?

stores next instructions


Prime numbers between 1 to 10 in microprocessor 8085?

program to find prime number in 8085 microprocessor


Why is the jump instruction jmp of 8085 microprocessor given the immediate addressing mode?

because the operand is available in the instruction itself


Why the name 8085 Why the name 8085 for microprocessor?

8085 is a microprocessor designed by Intel


What is the purpose of the RRC instruction in 8085 microprocessor?

We can implement "Divided by '2' " operation by using RRC.


How do you draw timing diagram for 8085 microprocessor instruction?

Refer http://wiki.answers.com/Q/How_to_draw_timing_diagram_for_8085_microprocessor_instruction


Why all the 16 address lines are not act as a data lines in 8085 microprocessor?

the 8085 microprocessor is a 8-bit microprocessor and these are bidirectional but the address lines are unidirectional.these address lines are used to address the location of the instruction in memory .these data lines are used to transfer data between processor and peripheral devices. when the address of the instruction will be recognized by the address lines the data will be send to the processor therefore the 16 address lines are not act as a data lines in 8085


How many bytes are there for jump instruction in 8085?

There are 74 instructions in the 8085 microprocessor.


What are various instruction formats in 8085 microprocessor?

An instruction is a command for any given task. There are two parts to each instruction; one giving the command and two the operand.


Purpose of program counter in a microprocessor is?

In 8085 program counter stores the address of the next instruction which is to be fecthed.same function is performed by instruction pointer in 8086.


What is STA 3000H in microprocessor?

STA 3000H is an 8085 instruction that says to store the accumulator at memory location 3000H.