Question:

Explain about architecture of 8085?

by Guest34072  |  earlier

0 LIKES UnLike

Explain about architecture of 8085?

 Tags:

   Report

3 ANSWERS


  1. Architecture of 8085 Microprocessor

    Control Unit

    Generates signals within uP to carry out the instruction, which has been decoded. In reality causes certain connections between blocks of the uP to be opened or closed, so that data goes where it is required, and so that ALU operations occur.

    Arithmetic Logic Unit

    The ALU performs the actual numerical and logic operation such as ‘add’, ‘subtract’, ‘AND’, ‘OR’, etc. Uses data from memory and from Accumulator to perform arithmetic. Always stores result of operation in Accumulator.

    Registers

    The 8085/8080A-programming model includes six registers, one accumulator, and

    one flag register, as shown in Figure. In addition, it has two 16-bit registers: the stack pointer and the program counter. They are described briefly as follows.

    The 8085/8080A has six general-purpose registers to store 8-bit data; these are

    identified as B,C,D,E,H, and L as shown in the figure. They can be combined as

    register pairs - BC, DE, and HL - to perform some 16-bit operations. The

    programmer can use these registers to store or copy data into the registers by using data copy instructions.

    Accumulator

    The accumulator is an 8-bit register that is a part of arithmetic/logic unit (ALU). This register is used to store 8-bit data and to perform arithmetic and logical operations. The result of an operation is stored in the accumulator. The accumulator is also identified as register A.

    click the below link for Figure and for information about Flags,

    Program Counter, Stack Pointer, various Registers

    http://indiastudychannel.com/resources/V...


  2. check out this link :-

    http://webphysics.davidson.edu/faculty/d...

  3. The Intel 8085 was an 8-bit microprocessor made by Intel in the mid-1970s. It was binary compatible with the more-famous Intel 8080 but required less supporting hardware, thus allowing simpler and less expensive microcomputer systems to be built.

    The "5" in the model number came from the fact that the 8085 required only a +5-volt (V) power supply rather than the +5V, -5V and +12V supplies the 8080 needed. Both processors were sometimes used in computers running the CP/M operating system, and the 8085 later saw use as a microcontroller (much by virtue of its component count reducing feature). Both designs were eclipsed for desktop computers by the compatible but more capable Zilog Z80, which took over most of the CP/M computer market as well as taking a large share of the booming home computer market in the early-to-mid-1980s. The 8085 had a very long life as a controller. Once designed into such products as the DECtape controller and the VT100 video terminal in the late 1970s, it continued to serve for new production throughout the life span of those products

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions