answersLogoWhite

0

The OUT instruction in the 8085 takes the contents of the accumulator and stores it at a designated location in IO space. The IO space is 256 bytes. Significant control lines are IO/M- being high, and WR- being low. The output device is expected to strobe the contents of the data bus on the rising edge of WR-. The address is strobed on the falling edge of ALE.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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

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


How many instruction are there in 8085 mp?

There are 74 instructions in the 8085 microprocessor.


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.


How does the 8085 microprocessor instruction register work?

stores next instructions


What is the purpose of adc instruction according to 8085 microprocessor?

this instruction is used to add the specified register content to that of the accumulator along with the carry flag value. this instruction is used in processes which involve continuous addition.


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


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


What is the reason for naming microprocessor as 8085 and microcontroller as 8051?

b/c the 8085 microprocessor is the first 8 bit microprocessor which Intel is produces in 1877 and this is the first general purpose 8 bit microprocessor. there was an 8 bit general purpose register before 8085 named as 8008 but this microprocessor is not functional 8 bit microprocessor


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.


What is STA 3000H in microprocessor?

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