Refer http://wiki.answers.com/Q/How_to_draw_timing_diagram_for_8085_microprocessor_instruction
There is an example of a LHLD 5000H diagram on this website: atelier-drachenhaus.de/timing-diagram-8085. This will provide an idea of how to draw the diagram.
There are 74 instructions in the 8085 microprocessor.
timing
stores next instructions
It provides timing signals.
because the operand is available in the instruction itself
8085 is a microprocessor designed by Intel
We can implement "Divided by '2' " operation by using RRC.
The OUT instruction on the 8085 uses 10 T cycles, 3 for opcode fetch, 1 for opcode decode, 3 for port address fetch, and 3 for port data store. Any wait states encountered are above and beyond that.
There are 74 instructions in the 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.
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.