SlideShare a Scribd company logo
1 of 18
MICROPROCESSOR
An integrated circuit contained on a single silicon chip, a
microprocessor contains the arithmetic logic unit, control unit,
internal memory registers, and other vital circuitry of a computer's
central processing unit (CPU). Microprocessor commonly is used
interchangeably with CPU and processor.

Three basic characteristics differentiate microprocessors:

  Instruction set: The set of instructions that the microprocessor
can execute.
 bandwidth : The number of bits processed in singleinstruction.

  Clock speed : Given in megahertz (MHz), the clock speed
determines how many instructions per second the processor can
execute.In both cases, the higher the value, the more powerful
the microprocessor that runs at 50MHz is more powerful than a
16-bitmicroprocessor that runs at 25MHZ.
The few microprocessors images:
PIN OUT DIAGRAM OF 8085
Manufacturers: AMD, Intel, NEC, Siemens, Toshiba

                   X1   1        40   VCC
                   X2   2        39   Hold
            Reset Out   3        38   HLDA
                SOD     4        37   CLK        (OUT)
                  SID   5        36   RESET IN
                Trap    6        35   Ready
             RST 7.5    7        34   IO/M
             RST 6.5    8        33   S1
             RST 5.5    9        32   RD
               INTR     10       31   WR
               INTA     11       30   ALE
                AD0     12       29   S0
                AD1     13       28   A15
                AD2     14       27   A14
                  AD3   15       26   A13
                  AD4   16       25   A12
                  AD5   17       24   A11
                  AD6   18       23   A10
                  AD7   19       22   A9
                  VSS   20       21   A8




     Properties

     1) Single + 5V Supply

     2) 4 Vectored Interrupts (One is Non Maskable)
3) Serial In/Serial Out Port

4) Decimal, Binary, and Double Precision Arithmetic

5) Direct Addressing Capability to 64K bytes of memory

The Intel 8085A is a new generation, complete 8 bit parallel
central processing unit (CPU). The 8085A uses a
multiplexed data bus. The address is split between the 8bit
address bus and the 8bit data bus.



Pin Description

The following describes the function of each pin:

A6 - A1s (Output 3 State)

Address Bus: The most significant 8 bits of the memory
address or the 8 bits of the I/0 address, 3 stated during Hold
and Halt modes.

AD0 - 7 (Input/output 3state)

Multiplexed Address/Data Bus; Lower 8 bits of the memory
address (or I/0 addresses) appear on the bus during the first
clock cycle of a machine state. It then becomes the data bus
during the second and third clock cycles. 3 stated during
Hold and Halt modes.
ALE (Output)

Address Latch Enable: It occurs during the first clock cycle of
a machine state and enables the address to get latched into
the chiplatch of peripherals. The falling edge of ALE is set to
guarantee setup and hold times for the address information.
ALE can also be used to strobe the status information. ALE
is never 3states



SO, S1 (Output)

Data Bus Status. Encoded status of the bus cycle: S1 can be
used as an advanced R/W status.

RD (Output 3state)

READ; indicates the selected memory or 1/0 device is to be
read and that the Data Bus is available for the data transfer.

WR (Output 3state)

WRITE; indicates the data on the Data Bus is to be written
into the selected memory or 1/0 location. Data is set up at
the trailing edge of WR. 3stated during Hold and Halt modes.

READY (Input)

If Ready is high during a read or write cycle, it indicates that
the memory or peripheral is ready to send or receive data. If
Ready is low, the CPU will wait for Ready to go high before
completing the read or write cycle.
HOLD (Input)

HOLD; indicates that another Master is requesting the use of
the Address and Data Buses. The CPU, upon receiving the
Hold request, will relinquish the use of buses as soon as the
completion of the current machine cycle. Internal processing
can continue. The processor can regain the buses only after
the Hold is removed. When the Hold is acknowledged, the
Address, Data, RD, WR, and IO/M lines are 3stated.

HLDA (Output)

HOLD ACKNOWLEDGE; indicates that the CPU has
received the Hold request and that it will relinquish the buses
in the next clock cycle. HLDA goes low after the Hold
request is removed. The CPU takes the buses one half clock
cycle after HLDA goes low.

INTR (Input)

INTERRUPT REQUEST; is used as a general purpose
interrupt. It is sampled only during the next to the last clock
cycle of the instruction. If it is active, the Program Counter
(PC) will be inhibited from incrementing and an INTA will be
issued. During this cycle a RESTART or CALL instruction
can be inserted to jump to the interrupt service routine. The
INTR is enabled and disabled by software. It is disabled by
Reset and immediately after an interrupt is accepted.

INTA (Output)

INTERRUPT ACKNOWLEDGE; is used instead of (and has
the same timing as) RD during the Instruction cycle after an
INTR is accepted. It can be used to activate the 8259
Interrupt chip or some other interrupt port.
RST 5.5

RST 6.5 - (Inputs)

RST 7.5

RESTART INTERRUPTS; These three inputs have the
same timing as INTR except they cause an internal
RESTART to be automatically inserted.

RST 7.5 Highest Priority

RST 6.5

RST 5.5 Lowest Priority

The priority of these interrupts is ordered as shown above.
These interrupts have a higher priority than the INTR.

TRAP (Input)

Trap interrupt is a non maskable restart interrupt. It is
recognized at the same time as INTR. It is unaffected by any
mask or Interrupt Enable. It has the highest priority of any
interrupt.

RESET IN (Input)

Reset sets the Program Counter to zero and resets the
Interrupt Enable and HLDA flip flops. None of the other flags
or registers (except the instruction register) are affected The
CPU is held in the reset condition as long as Reset is
applied.
RESET OUT (Output)

Indicates CPU is being reset. It can be used as a system
RESET. The signal is synchronized to the processor clock.

X1, X2 (Input)

Crystal or R/C network connections to set the internal clock
generator X1 can also be an external clock input instead of a
crystal. The input frequency is divided by 2 to give the
internal operating frequency.

CLK (Output)

Clock Output for use as a system clock when a crystal or R/
C network is used as an input to the CPU. The period of CLK
is twice the X1, X2 input period.

IO/M (Output)

IO/M indicates whether the Read/Write is to memory or l/O
Tristated during Hold and Halt modes.

SID (Input)

Serial input data line: The data on this line is loaded into
accumulator bit 7 whenever a RIM instruction is executed.

SOD (output)

Serial output data line. The output SOD is set or reset as
specified by the SIM instruction.
Vcc

     +5 volt supply.




A8 - A15 (Output 3 State)

Address Bus; The most significant 8 bits of the memory address
or the 8 bits of the I/0 address,3 stated during Hold and Halt
modes.

AD0 - 7 (Input/Output 3state)

Multiplexed Address/Data Bus; Lower 8 bits of the memory
address (or I/0 address) appear on the bus during the first clock
cycle of a machine state. It then becomes the data bus during the
second and third clock cycles. 3 stated during Hold and Halt
modes.

ALE (Output)

Address Latch Enable: It occurs during the first clock cycle of a
machine state and enables the address to get latched into the on
chip latch of peripherals. The falling edge of ALE is set to
guarantee setup and hold times for the address information. ALE
can also be used to strobe the status information. ALE is never
3stated.

S0, S1 (Output)
IO/M- (Output)

IO/M- indicates whether the Read/Write is to memory or l/O
(Tristated during Hold and Halt modes)
S0, S1, and IO/M- represent Data Bus Status. Encoded status of
the bus cycle:

S0 S1 IO/M-

0 0 * Halt State (IO/M- Tristated)
0 1 0 Memory Read
0 1 1 I/O Read
1 0 0 Memory Write
1 0 1 I/O Write
1 1 0 Opcode Fetch
1 1 1 Interrupt Acknowledge

S1 can be used as an advanced R/W status. If used this way, it
should not be sampled until the trailiing edge of ALE.

RD- (Output 3state)

READ; indicates the selected memory or I/O device is to be read
and that the Data Bus is available for the data transfer. Tristated
during Hold and Halt modes. The processor samples the data bus
about one half clock cycle before the trailing edge of RD-.

WR- (Output 3state)

WRITE; indicates the data on the Data Bus is to be written into
the selected memory or I/O location. Data is set up at the trailing
edge of WR. Tristated during Hold and Halt modes. The data bus
is held valid for about one half clock cycle beyond the trailing
edge of WR-, or until the leading edge of ALE. It is important to
realize that any external bus drivers must not be dropped at the
trailing edge of WR- because that creates a race condition - Use
ALE to drop the drivers if needed.
READY (Input)

If Ready is high during a read or write cycle, it indicates that the
memory or peripheral is ready to send or receive data. If Ready is
low, the CPU will wait for Ready to go high before completing the
read or write cycle. It is sampled about one half clock cycle after
ALE goes false, on the rising edge of CLK. Note that Ready is
sampled about one half clock cycle after the trailing edge of ALE,
and this is not a lot of time - make sure your address/ready
decoders are fast enough to respond.

HOLD (Input)

HOLD; indicates that another Master is requesting the use of the
Address and Data Buses. The CPU, upon receiving the Hold
request. will relinquish the use of buses as soon as the
completion of the current machine cycle. Internal processing can
continue.

The processor can regain the buses only after the Hold is
removed. When the Hold is acknowledged, the Address, Data,
RD-, WR-, and IO/M- lines are 3stated.

HLDA (Output)

HOLD ACKNOWLEDGE; indicates that the CPU has received
the Hold request and that it will relinquish the buses in the next
clock cycle. HLDA goes low after the Hold request is removed.
The CPU takes the buses one half clock cycle after HLDA goes
low.



INTR (Input)

INTERRUPT REQUEST; is used as a general purpose interrupt.
It is sampled only during the next to the last clock cycle of the
instruction. If it is active, the Program Counter (PC) will be
inhibited from incrementing and an INTA will be issued. During
this cycle a RESTART or CALL instruction can be inserted to
jump to the interrupt service routine. The INTR is enabled and
disabled by software. It is disabled by Reset and immediately
after an interrupt is accepted.

INTA (Output)

INTERRUPT ACKNOWLEDGE; is used instead of (and has the
same timing as) RD during the Instruction cycle after an INTR is
accepted. It can be used to activate the 8259 Interrupt chip or
some other interrupt port.

RESTART INTERRUPTS; These three inputs have the same
timing as INTR except they cause an internal RESTART to be
automatically inserted.

RST 7.5 ~~ Highest Priority (Edge triggered)
RST 6.5 ~~ Medium Priority (Level triggered)
RST 5.5 ~~ Lowest Priority (Level triggered)

The priority of these interrupts is ordered as shown above. These
interrupts have a higher priority than the INTR. They can be
masked with the SIM instruction.

TRAP (Input) (Edge and Level triggered)

Trap interrupt is a nonmaskable restart interrupt. It is recognized
at the same time as INTR. It is unaffected by any mask or
Interrupt Enable. It has the highest priority of any interrupt.
RESET IN- (Input)

Reset sets the Program Counter to zero and resets the Interrupt
Enable and HLDA flipflops. None of the other flags or registers
(except the instruction register) are affected The CPU is held in
the reset condition as long as Reset is applied.

RESET OUT (Output)

Indicates CPlj is being reset. Can be used as a system RESET.
The signal is synchronized to the processor clock.

X1, X2 (Input)

Crystal or R/C network connections to set the internal clock
generator X1 can also be an external clock input instead of a
crystal. The input frequency is divided by 2 to give the internal
operating frequency.

CLK (Output)

Clock Output for use as a system clock when a crystal or R/ C
network is used as an input to the CPU. The period of CLK is
twice the X1, X2 input period.

SID (Input)

Serial input data line The data on this line is loaded into
accumulator bit 7 whenever a RIM instruction is executed.

SOD (output)

Serial output data line. The output SOD is set or reset as
specified by the SIM instruction.

Vcc

+5 volt supply.
FUNCTIONAL DIAGRAM OF 8085
8085 Functional Description
The 8085A is a complete 8 bit parallel central processor. It
requires a single +5 volt supply. Its basic clock speed is 3 MHz
thus improving on the present 8080's performance with higher
system speed. Also it is designed to fit into a minimum system of
three IC's: The CPU, a RAM/ IO, and a ROM or PROM/IO chip.
The 8085A uses a multiplexed Data Bus. The address is split
between the higher 8bit Address Bus and the lower 8bit
Address/Data Bus. During the first cycle the address is sent out.
The lower 8bits are latched into the peripherals by the Address
Latch Enable (ALE). During the rest of the machine cycle the Data
Bus is used for memory or l/O data.


The 8085A provides RD, WR, and lO/Memory signals for bus
control. An Interrupt Acknowledge signal (INTA) is also provided.
Hold, Ready, and all Interrupts are synchronized. The 8085A also
provides serial input data (SID) and serial output data (SOD) lines
for simple serial interface. In addition to these features, the 8085A
has three maskable, restart interrupts and one non-maskable trap
interrupt. The 8085A provides RD, WR and IO/M signals for Bus
control.

Status Information

Status information is directly available from the 8085A. ALE
serves as a status strobe. The status is partially encoded, and
provides the user with advanced timing of the type of bus transfer
being done. IO/M cycle status signal is provided directly also.
Decoded So, S1 Carries the following status information:
HALT, WRITE, READ, FETCH S1 can be interpreted as R/W in
all bus transfers. In the 8085A the 8 LSB of address are
multiplexed with the data instead of status. The ALE line is used
as a strobe to enter the lower half of the address into the memory
or peripheral address latch. This also frees extra pins for
expanded interrupt capability.

Interrupt and Serial l/O

The8085A has5 interrupt inputs: INTR, RST5.5, RST6.5, RST 7.5,
and TRAP. INTR is identical in function to the 8080 INT. Each of
the three RESTART inputs, 5.5, 6.5. 7.5, has a programmable
mask. TRAP is also a RESTART interrupt except it is
nonmaskable. The three RESTART interrupts cause the internal
execution of RST (saving the program counter in the stack and
branching to the RESTART address) if the interrupts are enabled
and if the interrupt mask is not set. The non-maskable TRAP
causes the internal execution of a RST independent of the state
of the interrupt enable or masks. The interrupts are arranged in a
fixed priority that determines which interrupt is to be recognized if
more than one is pending as follows: TRAP highest priority, RST
7.5, RST 6.5, RST 5.5, INTR lowest priority This priority scheme
does not take into account the priority of a routine that was started
by a higher priority interrupt. RST 5.5 can interrupt a RST 7.5
routine if the interrupts were re-enabled before the end of the RST
7.5 routine. The TRAP interrupt is useful for catastrophic errors
such as power failure or bus error. The TRAP input is recognized
just as any other interrupt but has the highest priority. It is not
affected by any flag or mask. The TRAP input is both edge and
level sensitive.

Basic System Timing

The 8085A has a multiplexed Data Bus. ALE is used as a strobe
to sample the lower 8bits of address on the Data Bus. Figure 2
shows an instruction fetch, memory read and l/ O write cycle
(OUT). Note that during the l/O write and read cycle that the l/O
port address is copied on both the upper and lower half of the
address. As in the 8080, the READY line is used to extend the
read and write pulse lengths so that the 8085A can be used with
slow memory. Hold causes the CPU to relingkuish the bus when it
is through with it by floating the Address and Data Buses.




System Interface

8085A family includes memory components, which are directly
compatible to the 8085A CPU. For example, a system consisting
of the three chips, 8085A, 8156, and 8355 will have the following
features:
· 2K Bytes ROM
· 256 Bytes RAM
· 1 Timer/Counter
· 4 8bit l/O Ports
· 1 6bit l/O Port
· 4 Interrupt Levels
· Serial In/Serial Out Ports

In addition to standard l/O, the memory mapped I/O offers an
efficient l/O addressing technique. With this technique, an area of
memory address space is assigned for l/O address, thereby,
using the memory address for I/O manipulation. The 8085A CPU
can also interface with the standard memory that does not have
the multiplexed address/data bus.

More Related Content

What's hot

Microprocessor & Interfacing (Part-1) By Er. Swapnil V. Kaware
Microprocessor & Interfacing (Part-1) By Er. Swapnil V. KawareMicroprocessor & Interfacing (Part-1) By Er. Swapnil V. Kaware
Microprocessor & Interfacing (Part-1) By Er. Swapnil V. KawareProf. Swapnil V. Kaware
 
INTERRUPTS OF 8086 MICROPROCESSOR
INTERRUPTS OF 8086 MICROPROCESSORINTERRUPTS OF 8086 MICROPROCESSOR
INTERRUPTS OF 8086 MICROPROCESSORGurudev joshi
 
Pin diagram-of-8085
Pin diagram-of-8085Pin diagram-of-8085
Pin diagram-of-8085sharan Kumar
 
State transition diagram 8085
State transition diagram 8085State transition diagram 8085
State transition diagram 8085ShivamSood22
 
Datasheet 89S8253.pdf
Datasheet 89S8253.pdfDatasheet 89S8253.pdf
Datasheet 89S8253.pdfEFran9
 
8085 microprocessor Architecture and Pin description
8085 microprocessor Architecture and Pin description 8085 microprocessor Architecture and Pin description
8085 microprocessor Architecture and Pin description Vijay Kumar
 
PCF8583.pdf
PCF8583.pdfPCF8583.pdf
PCF8583.pdfEFran9
 
MICROPROCESSOR INPUT OUTPUT OPERATIONS
MICROPROCESSOR INPUT OUTPUT OPERATIONSMICROPROCESSOR INPUT OUTPUT OPERATIONS
MICROPROCESSOR INPUT OUTPUT OPERATIONSGeorge Thomas
 
8259 programmable interrupt controller
8259 programmable interrupt controller8259 programmable interrupt controller
8259 programmable interrupt controllerSrikrishna Thota
 
Pin diagram of 8085
Pin diagram of 8085Pin diagram of 8085
Pin diagram of 8085ShivamSood22
 
74154datasheet.pdf
74154datasheet.pdf74154datasheet.pdf
74154datasheet.pdfEFran9
 
Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051guest70d48b1
 
DMA controller intel 8257
DMA controller intel 8257DMA controller intel 8257
DMA controller intel 8257Daniel Ilunga
 

What's hot (20)

Microprocessor & Interfacing (Part-1) By Er. Swapnil V. Kaware
Microprocessor & Interfacing (Part-1) By Er. Swapnil V. KawareMicroprocessor & Interfacing (Part-1) By Er. Swapnil V. Kaware
Microprocessor & Interfacing (Part-1) By Er. Swapnil V. Kaware
 
INTERRUPTS OF 8086 MICROPROCESSOR
INTERRUPTS OF 8086 MICROPROCESSORINTERRUPTS OF 8086 MICROPROCESSOR
INTERRUPTS OF 8086 MICROPROCESSOR
 
Pin diagram-of-8085
Pin diagram-of-8085Pin diagram-of-8085
Pin diagram-of-8085
 
State transition diagram 8085
State transition diagram 8085State transition diagram 8085
State transition diagram 8085
 
Datasheet 89S8253.pdf
Datasheet 89S8253.pdfDatasheet 89S8253.pdf
Datasheet 89S8253.pdf
 
8085 instruction-set part 1
8085 instruction-set part 18085 instruction-set part 1
8085 instruction-set part 1
 
8085 microprocessor Architecture and Pin description
8085 microprocessor Architecture and Pin description 8085 microprocessor Architecture and Pin description
8085 microprocessor Architecture and Pin description
 
PCF8583.pdf
PCF8583.pdfPCF8583.pdf
PCF8583.pdf
 
MICROPROCESSOR INPUT OUTPUT OPERATIONS
MICROPROCESSOR INPUT OUTPUT OPERATIONSMICROPROCESSOR INPUT OUTPUT OPERATIONS
MICROPROCESSOR INPUT OUTPUT OPERATIONS
 
Pin 8085
Pin 8085Pin 8085
Pin 8085
 
Microprocessor 8085 Basics
Microprocessor 8085 BasicsMicroprocessor 8085 Basics
Microprocessor 8085 Basics
 
itft-Clock generator
itft-Clock generatoritft-Clock generator
itft-Clock generator
 
8259 programmable interrupt controller
8259 programmable interrupt controller8259 programmable interrupt controller
8259 programmable interrupt controller
 
Pin diagram of 8085
Pin diagram of 8085Pin diagram of 8085
Pin diagram of 8085
 
74154datasheet.pdf
74154datasheet.pdf74154datasheet.pdf
74154datasheet.pdf
 
8051 archi
8051 archi8051 archi
8051 archi
 
8051 microcontrollers ch3
8051 microcontrollers ch38051 microcontrollers ch3
8051 microcontrollers ch3
 
Microprocessors
MicroprocessorsMicroprocessors
Microprocessors
 
Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051
 
DMA controller intel 8257
DMA controller intel 8257DMA controller intel 8257
DMA controller intel 8257
 

Viewers also liked

Explore Bali with Singaporewww. Tripmart.com
Explore Bali with Singaporewww. Tripmart.comExplore Bali with Singaporewww. Tripmart.com
Explore Bali with Singaporewww. Tripmart.comtripmart
 
simu4wisdom learning consultants co.
simu4wisdom learning consultants co.simu4wisdom learning consultants co.
simu4wisdom learning consultants co.david mawei
 
Kaposi Varicelliform Eruption
Kaposi Varicelliform EruptionKaposi Varicelliform Eruption
Kaposi Varicelliform EruptionDr Randy Chance
 
Explore europewww. Tripmart.com
Explore europewww. Tripmart.comExplore europewww. Tripmart.com
Explore europewww. Tripmart.comtripmart
 
Top 10 steps to live your best life
Top 10 steps to live your best lifeTop 10 steps to live your best life
Top 10 steps to live your best lifePankaj Raman
 
7 สามัญ ภาษาไทย
7 สามัญ ภาษาไทย7 สามัญ ภาษาไทย
7 สามัญ ภาษาไทยWarangkana Singthong
 
Innováció és infrastruktúra - a Dugpnics tér megújítása
Innováció és infrastruktúra - a Dugpnics tér megújításaInnováció és infrastruktúra - a Dugpnics tér megújítása
Innováció és infrastruktúra - a Dugpnics tér megújításaszegedpolus
 
Eac volkan emre-0534436-last
Eac volkan emre-0534436-lastEac volkan emre-0534436-last
Eac volkan emre-0534436-lastVolkan Emre
 
Sharon K Kulesz July 2015 Resume (r)
Sharon K Kulesz July 2015 Resume (r)Sharon K Kulesz July 2015 Resume (r)
Sharon K Kulesz July 2015 Resume (r)Sharon Kulesz
 
Formulario consulta general
Formulario consulta generalFormulario consulta general
Formulario consulta generalangiedaiana
 
Australia with gold coast, cairns and sydneywww.Tripmart.com
  Australia with gold coast, cairns and sydneywww.Tripmart.com  Australia with gold coast, cairns and sydneywww.Tripmart.com
Australia with gold coast, cairns and sydneywww.Tripmart.comtripmart
 
Mona Lisa's Secret by Ton Pascal
Mona Lisa's Secret by Ton PascalMona Lisa's Secret by Ton Pascal
Mona Lisa's Secret by Ton PascalTon Pascal
 

Viewers also liked (18)

Explore Bali with Singaporewww. Tripmart.com
Explore Bali with Singaporewww. Tripmart.comExplore Bali with Singaporewww. Tripmart.com
Explore Bali with Singaporewww. Tripmart.com
 
simu4wisdom learning consultants co.
simu4wisdom learning consultants co.simu4wisdom learning consultants co.
simu4wisdom learning consultants co.
 
Media&society
Media&societyMedia&society
Media&society
 
UNAICO-Ofc:BANGLADESH
UNAICO-Ofc:BANGLADESHUNAICO-Ofc:BANGLADESH
UNAICO-Ofc:BANGLADESH
 
Kaposi Varicelliform Eruption
Kaposi Varicelliform EruptionKaposi Varicelliform Eruption
Kaposi Varicelliform Eruption
 
Explore europewww. Tripmart.com
Explore europewww. Tripmart.comExplore europewww. Tripmart.com
Explore europewww. Tripmart.com
 
Tabla paciente
Tabla pacienteTabla paciente
Tabla paciente
 
Urrunaga
UrrunagaUrrunaga
Urrunaga
 
Top 10 steps to live your best life
Top 10 steps to live your best lifeTop 10 steps to live your best life
Top 10 steps to live your best life
 
Video cards
Video cardsVideo cards
Video cards
 
Elosu
ElosuElosu
Elosu
 
7 สามัญ ภาษาไทย
7 สามัญ ภาษาไทย7 สามัญ ภาษาไทย
7 สามัญ ภาษาไทย
 
Innováció és infrastruktúra - a Dugpnics tér megújítása
Innováció és infrastruktúra - a Dugpnics tér megújításaInnováció és infrastruktúra - a Dugpnics tér megújítása
Innováció és infrastruktúra - a Dugpnics tér megújítása
 
Eac volkan emre-0534436-last
Eac volkan emre-0534436-lastEac volkan emre-0534436-last
Eac volkan emre-0534436-last
 
Sharon K Kulesz July 2015 Resume (r)
Sharon K Kulesz July 2015 Resume (r)Sharon K Kulesz July 2015 Resume (r)
Sharon K Kulesz July 2015 Resume (r)
 
Formulario consulta general
Formulario consulta generalFormulario consulta general
Formulario consulta general
 
Australia with gold coast, cairns and sydneywww.Tripmart.com
  Australia with gold coast, cairns and sydneywww.Tripmart.com  Australia with gold coast, cairns and sydneywww.Tripmart.com
Australia with gold coast, cairns and sydneywww.Tripmart.com
 
Mona Lisa's Secret by Ton Pascal
Mona Lisa's Secret by Ton PascalMona Lisa's Secret by Ton Pascal
Mona Lisa's Secret by Ton Pascal
 

Similar to Project

Week 1.2 pin diagram
Week 1.2   pin diagramWeek 1.2   pin diagram
Week 1.2 pin diagrambaraniselva
 
Microprocessor and microcontroller
Microprocessor and microcontrollerMicroprocessor and microcontroller
Microprocessor and microcontrollerRavinder Singla
 
MICROPROCESSOR AND INTERFACING
MICROPROCESSOR AND INTERFACING MICROPROCESSOR AND INTERFACING
MICROPROCESSOR AND INTERFACING Radhika Talaviya
 
Microprocessor 8085 Chapter 4
Microprocessor 8085 Chapter 4Microprocessor 8085 Chapter 4
Microprocessor 8085 Chapter 4Rishikesh Bhavsar
 
PINDIAGRAM OF 8085 MICROPROCESSOR
PINDIAGRAM OF 8085 MICROPROCESSORPINDIAGRAM OF 8085 MICROPROCESSOR
PINDIAGRAM OF 8085 MICROPROCESSORRamaPrabha24
 
An introduction to microprocessor architecture using INTEL 8085 as a classic...
An introduction to microprocessor  architecture using INTEL 8085 as a classic...An introduction to microprocessor  architecture using INTEL 8085 as a classic...
An introduction to microprocessor architecture using INTEL 8085 as a classic...Prasad Deshpande
 
Microprocessors and microcontrollers
Microprocessors and microcontrollersMicroprocessors and microcontrollers
Microprocessors and microcontrollersgomathy S
 
Architecture and pin diagram of 8085
Architecture and pin diagram of 8085Architecture and pin diagram of 8085
Architecture and pin diagram of 8085Suchismita Paul
 
Introduction to 8085 Microprocessor
Introduction to 8085 MicroprocessorIntroduction to 8085 Microprocessor
Introduction to 8085 MicroprocessorRavi Anand
 
3 L pin diagram.pptx
3 L pin diagram.pptx3 L pin diagram.pptx
3 L pin diagram.pptxPoonamarora73
 
Microprocessor Basics 8085 Ch-1
Microprocessor Basics 8085 Ch-1Microprocessor Basics 8085 Ch-1
Microprocessor Basics 8085 Ch-1Neelam Kapoor
 
Microprocessor questions converted
Microprocessor questions convertedMicroprocessor questions converted
Microprocessor questions convertedArghodeepPaul
 
Presentation On: "Micro-controller 8051 & Embedded System"
Presentation On: "Micro-controller 8051 & Embedded System"Presentation On: "Micro-controller 8051 & Embedded System"
Presentation On: "Micro-controller 8051 & Embedded System"surabhii007
 

Similar to Project (20)

Week 1.2 pin diagram
Week 1.2   pin diagramWeek 1.2   pin diagram
Week 1.2 pin diagram
 
Microprocessor and microcontroller
Microprocessor and microcontrollerMicroprocessor and microcontroller
Microprocessor and microcontroller
 
MICROPROCESSOR AND INTERFACING
MICROPROCESSOR AND INTERFACING MICROPROCESSOR AND INTERFACING
MICROPROCESSOR AND INTERFACING
 
Microprocessor 8085 Chapter 4
Microprocessor 8085 Chapter 4Microprocessor 8085 Chapter 4
Microprocessor 8085 Chapter 4
 
8085 (1)
8085 (1)8085 (1)
8085 (1)
 
PINDIAGRAM OF 8085 MICROPROCESSOR
PINDIAGRAM OF 8085 MICROPROCESSORPINDIAGRAM OF 8085 MICROPROCESSOR
PINDIAGRAM OF 8085 MICROPROCESSOR
 
An introduction to microprocessor architecture using INTEL 8085 as a classic...
An introduction to microprocessor  architecture using INTEL 8085 as a classic...An introduction to microprocessor  architecture using INTEL 8085 as a classic...
An introduction to microprocessor architecture using INTEL 8085 as a classic...
 
8085.ppt
8085.ppt8085.ppt
8085.ppt
 
8085 intro
8085 intro8085 intro
8085 intro
 
Microprocessors and microcontrollers
Microprocessors and microcontrollersMicroprocessors and microcontrollers
Microprocessors and microcontrollers
 
8085 microprocessor Embedded system
8085 microprocessor  Embedded system8085 microprocessor  Embedded system
8085 microprocessor Embedded system
 
Architecture and pin diagram of 8085
Architecture and pin diagram of 8085Architecture and pin diagram of 8085
Architecture and pin diagram of 8085
 
Introduction to 8085 Microprocessor
Introduction to 8085 MicroprocessorIntroduction to 8085 Microprocessor
Introduction to 8085 Microprocessor
 
Micro
MicroMicro
Micro
 
3 L pin diagram.pptx
3 L pin diagram.pptx3 L pin diagram.pptx
3 L pin diagram.pptx
 
Microprocessor Basics 8085 Ch-1
Microprocessor Basics 8085 Ch-1Microprocessor Basics 8085 Ch-1
Microprocessor Basics 8085 Ch-1
 
Microprocessor questions converted
Microprocessor questions convertedMicroprocessor questions converted
Microprocessor questions converted
 
Atmega 8
Atmega 8Atmega 8
Atmega 8
 
unit 4 mc.pdf
unit 4 mc.pdfunit 4 mc.pdf
unit 4 mc.pdf
 
Presentation On: "Micro-controller 8051 & Embedded System"
Presentation On: "Micro-controller 8051 & Embedded System"Presentation On: "Micro-controller 8051 & Embedded System"
Presentation On: "Micro-controller 8051 & Embedded System"
 

Recently uploaded

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 

Recently uploaded (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 

Project

  • 1. MICROPROCESSOR An integrated circuit contained on a single silicon chip, a microprocessor contains the arithmetic logic unit, control unit, internal memory registers, and other vital circuitry of a computer's central processing unit (CPU). Microprocessor commonly is used interchangeably with CPU and processor. Three basic characteristics differentiate microprocessors: Instruction set: The set of instructions that the microprocessor can execute. bandwidth : The number of bits processed in singleinstruction. Clock speed : Given in megahertz (MHz), the clock speed determines how many instructions per second the processor can execute.In both cases, the higher the value, the more powerful the microprocessor that runs at 50MHz is more powerful than a 16-bitmicroprocessor that runs at 25MHZ.
  • 3. PIN OUT DIAGRAM OF 8085 Manufacturers: AMD, Intel, NEC, Siemens, Toshiba X1 1 40 VCC X2 2 39 Hold Reset Out 3 38 HLDA SOD 4 37 CLK (OUT) SID 5 36 RESET IN Trap 6 35 Ready RST 7.5 7 34 IO/M RST 6.5 8 33 S1 RST 5.5 9 32 RD INTR 10 31 WR INTA 11 30 ALE AD0 12 29 S0 AD1 13 28 A15 AD2 14 27 A14 AD3 15 26 A13 AD4 16 25 A12 AD5 17 24 A11 AD6 18 23 A10 AD7 19 22 A9 VSS 20 21 A8 Properties 1) Single + 5V Supply 2) 4 Vectored Interrupts (One is Non Maskable)
  • 4. 3) Serial In/Serial Out Port 4) Decimal, Binary, and Double Precision Arithmetic 5) Direct Addressing Capability to 64K bytes of memory The Intel 8085A is a new generation, complete 8 bit parallel central processing unit (CPU). The 8085A uses a multiplexed data bus. The address is split between the 8bit address bus and the 8bit data bus. Pin Description The following describes the function of each pin: A6 - A1s (Output 3 State) Address Bus: The most significant 8 bits of the memory address or the 8 bits of the I/0 address, 3 stated during Hold and Halt modes. AD0 - 7 (Input/output 3state) Multiplexed Address/Data Bus; Lower 8 bits of the memory address (or I/0 addresses) appear on the bus during the first clock cycle of a machine state. It then becomes the data bus during the second and third clock cycles. 3 stated during Hold and Halt modes.
  • 5. ALE (Output) Address Latch Enable: It occurs during the first clock cycle of a machine state and enables the address to get latched into the chiplatch of peripherals. The falling edge of ALE is set to guarantee setup and hold times for the address information. ALE can also be used to strobe the status information. ALE is never 3states SO, S1 (Output) Data Bus Status. Encoded status of the bus cycle: S1 can be used as an advanced R/W status. RD (Output 3state) READ; indicates the selected memory or 1/0 device is to be read and that the Data Bus is available for the data transfer. WR (Output 3state) WRITE; indicates the data on the Data Bus is to be written into the selected memory or 1/0 location. Data is set up at the trailing edge of WR. 3stated during Hold and Halt modes. READY (Input) If Ready is high during a read or write cycle, it indicates that the memory or peripheral is ready to send or receive data. If Ready is low, the CPU will wait for Ready to go high before completing the read or write cycle.
  • 6. HOLD (Input) HOLD; indicates that another Master is requesting the use of the Address and Data Buses. The CPU, upon receiving the Hold request, will relinquish the use of buses as soon as the completion of the current machine cycle. Internal processing can continue. The processor can regain the buses only after the Hold is removed. When the Hold is acknowledged, the Address, Data, RD, WR, and IO/M lines are 3stated. HLDA (Output) HOLD ACKNOWLEDGE; indicates that the CPU has received the Hold request and that it will relinquish the buses in the next clock cycle. HLDA goes low after the Hold request is removed. The CPU takes the buses one half clock cycle after HLDA goes low. INTR (Input) INTERRUPT REQUEST; is used as a general purpose interrupt. It is sampled only during the next to the last clock cycle of the instruction. If it is active, the Program Counter (PC) will be inhibited from incrementing and an INTA will be issued. During this cycle a RESTART or CALL instruction can be inserted to jump to the interrupt service routine. The INTR is enabled and disabled by software. It is disabled by Reset and immediately after an interrupt is accepted. INTA (Output) INTERRUPT ACKNOWLEDGE; is used instead of (and has the same timing as) RD during the Instruction cycle after an INTR is accepted. It can be used to activate the 8259 Interrupt chip or some other interrupt port.
  • 7. RST 5.5 RST 6.5 - (Inputs) RST 7.5 RESTART INTERRUPTS; These three inputs have the same timing as INTR except they cause an internal RESTART to be automatically inserted. RST 7.5 Highest Priority RST 6.5 RST 5.5 Lowest Priority The priority of these interrupts is ordered as shown above. These interrupts have a higher priority than the INTR. TRAP (Input) Trap interrupt is a non maskable restart interrupt. It is recognized at the same time as INTR. It is unaffected by any mask or Interrupt Enable. It has the highest priority of any interrupt. RESET IN (Input) Reset sets the Program Counter to zero and resets the Interrupt Enable and HLDA flip flops. None of the other flags or registers (except the instruction register) are affected The CPU is held in the reset condition as long as Reset is applied.
  • 8. RESET OUT (Output) Indicates CPU is being reset. It can be used as a system RESET. The signal is synchronized to the processor clock. X1, X2 (Input) Crystal or R/C network connections to set the internal clock generator X1 can also be an external clock input instead of a crystal. The input frequency is divided by 2 to give the internal operating frequency. CLK (Output) Clock Output for use as a system clock when a crystal or R/ C network is used as an input to the CPU. The period of CLK is twice the X1, X2 input period. IO/M (Output) IO/M indicates whether the Read/Write is to memory or l/O Tristated during Hold and Halt modes. SID (Input) Serial input data line: The data on this line is loaded into accumulator bit 7 whenever a RIM instruction is executed. SOD (output) Serial output data line. The output SOD is set or reset as specified by the SIM instruction.
  • 9. Vcc +5 volt supply. A8 - A15 (Output 3 State) Address Bus; The most significant 8 bits of the memory address or the 8 bits of the I/0 address,3 stated during Hold and Halt modes. AD0 - 7 (Input/Output 3state) Multiplexed Address/Data Bus; Lower 8 bits of the memory address (or I/0 address) appear on the bus during the first clock cycle of a machine state. It then becomes the data bus during the second and third clock cycles. 3 stated during Hold and Halt modes. ALE (Output) Address Latch Enable: It occurs during the first clock cycle of a machine state and enables the address to get latched into the on chip latch of peripherals. The falling edge of ALE is set to guarantee setup and hold times for the address information. ALE can also be used to strobe the status information. ALE is never 3stated. S0, S1 (Output) IO/M- (Output) IO/M- indicates whether the Read/Write is to memory or l/O (Tristated during Hold and Halt modes)
  • 10. S0, S1, and IO/M- represent Data Bus Status. Encoded status of the bus cycle: S0 S1 IO/M- 0 0 * Halt State (IO/M- Tristated) 0 1 0 Memory Read 0 1 1 I/O Read 1 0 0 Memory Write 1 0 1 I/O Write 1 1 0 Opcode Fetch 1 1 1 Interrupt Acknowledge S1 can be used as an advanced R/W status. If used this way, it should not be sampled until the trailiing edge of ALE. RD- (Output 3state) READ; indicates the selected memory or I/O device is to be read and that the Data Bus is available for the data transfer. Tristated during Hold and Halt modes. The processor samples the data bus about one half clock cycle before the trailing edge of RD-. WR- (Output 3state) WRITE; indicates the data on the Data Bus is to be written into the selected memory or I/O location. Data is set up at the trailing edge of WR. Tristated during Hold and Halt modes. The data bus is held valid for about one half clock cycle beyond the trailing edge of WR-, or until the leading edge of ALE. It is important to realize that any external bus drivers must not be dropped at the trailing edge of WR- because that creates a race condition - Use ALE to drop the drivers if needed.
  • 11. READY (Input) If Ready is high during a read or write cycle, it indicates that the memory or peripheral is ready to send or receive data. If Ready is low, the CPU will wait for Ready to go high before completing the read or write cycle. It is sampled about one half clock cycle after ALE goes false, on the rising edge of CLK. Note that Ready is sampled about one half clock cycle after the trailing edge of ALE, and this is not a lot of time - make sure your address/ready decoders are fast enough to respond. HOLD (Input) HOLD; indicates that another Master is requesting the use of the Address and Data Buses. The CPU, upon receiving the Hold request. will relinquish the use of buses as soon as the completion of the current machine cycle. Internal processing can continue. The processor can regain the buses only after the Hold is removed. When the Hold is acknowledged, the Address, Data, RD-, WR-, and IO/M- lines are 3stated. HLDA (Output) HOLD ACKNOWLEDGE; indicates that the CPU has received the Hold request and that it will relinquish the buses in the next clock cycle. HLDA goes low after the Hold request is removed. The CPU takes the buses one half clock cycle after HLDA goes low. INTR (Input) INTERRUPT REQUEST; is used as a general purpose interrupt. It is sampled only during the next to the last clock cycle of the
  • 12. instruction. If it is active, the Program Counter (PC) will be inhibited from incrementing and an INTA will be issued. During this cycle a RESTART or CALL instruction can be inserted to jump to the interrupt service routine. The INTR is enabled and disabled by software. It is disabled by Reset and immediately after an interrupt is accepted. INTA (Output) INTERRUPT ACKNOWLEDGE; is used instead of (and has the same timing as) RD during the Instruction cycle after an INTR is accepted. It can be used to activate the 8259 Interrupt chip or some other interrupt port. RESTART INTERRUPTS; These three inputs have the same timing as INTR except they cause an internal RESTART to be automatically inserted. RST 7.5 ~~ Highest Priority (Edge triggered) RST 6.5 ~~ Medium Priority (Level triggered) RST 5.5 ~~ Lowest Priority (Level triggered) The priority of these interrupts is ordered as shown above. These interrupts have a higher priority than the INTR. They can be masked with the SIM instruction. TRAP (Input) (Edge and Level triggered) Trap interrupt is a nonmaskable restart interrupt. It is recognized at the same time as INTR. It is unaffected by any mask or Interrupt Enable. It has the highest priority of any interrupt.
  • 13. RESET IN- (Input) Reset sets the Program Counter to zero and resets the Interrupt Enable and HLDA flipflops. None of the other flags or registers (except the instruction register) are affected The CPU is held in the reset condition as long as Reset is applied. RESET OUT (Output) Indicates CPlj is being reset. Can be used as a system RESET. The signal is synchronized to the processor clock. X1, X2 (Input) Crystal or R/C network connections to set the internal clock generator X1 can also be an external clock input instead of a crystal. The input frequency is divided by 2 to give the internal operating frequency. CLK (Output) Clock Output for use as a system clock when a crystal or R/ C network is used as an input to the CPU. The period of CLK is twice the X1, X2 input period. SID (Input) Serial input data line The data on this line is loaded into accumulator bit 7 whenever a RIM instruction is executed. SOD (output) Serial output data line. The output SOD is set or reset as specified by the SIM instruction. Vcc +5 volt supply.
  • 15. 8085 Functional Description The 8085A is a complete 8 bit parallel central processor. It requires a single +5 volt supply. Its basic clock speed is 3 MHz thus improving on the present 8080's performance with higher system speed. Also it is designed to fit into a minimum system of three IC's: The CPU, a RAM/ IO, and a ROM or PROM/IO chip. The 8085A uses a multiplexed Data Bus. The address is split between the higher 8bit Address Bus and the lower 8bit Address/Data Bus. During the first cycle the address is sent out. The lower 8bits are latched into the peripherals by the Address Latch Enable (ALE). During the rest of the machine cycle the Data Bus is used for memory or l/O data. The 8085A provides RD, WR, and lO/Memory signals for bus control. An Interrupt Acknowledge signal (INTA) is also provided. Hold, Ready, and all Interrupts are synchronized. The 8085A also
  • 16. provides serial input data (SID) and serial output data (SOD) lines for simple serial interface. In addition to these features, the 8085A has three maskable, restart interrupts and one non-maskable trap interrupt. The 8085A provides RD, WR and IO/M signals for Bus control. Status Information Status information is directly available from the 8085A. ALE serves as a status strobe. The status is partially encoded, and provides the user with advanced timing of the type of bus transfer being done. IO/M cycle status signal is provided directly also. Decoded So, S1 Carries the following status information: HALT, WRITE, READ, FETCH S1 can be interpreted as R/W in all bus transfers. In the 8085A the 8 LSB of address are multiplexed with the data instead of status. The ALE line is used as a strobe to enter the lower half of the address into the memory or peripheral address latch. This also frees extra pins for expanded interrupt capability. Interrupt and Serial l/O The8085A has5 interrupt inputs: INTR, RST5.5, RST6.5, RST 7.5, and TRAP. INTR is identical in function to the 8080 INT. Each of the three RESTART inputs, 5.5, 6.5. 7.5, has a programmable mask. TRAP is also a RESTART interrupt except it is nonmaskable. The three RESTART interrupts cause the internal execution of RST (saving the program counter in the stack and branching to the RESTART address) if the interrupts are enabled and if the interrupt mask is not set. The non-maskable TRAP causes the internal execution of a RST independent of the state of the interrupt enable or masks. The interrupts are arranged in a fixed priority that determines which interrupt is to be recognized if more than one is pending as follows: TRAP highest priority, RST 7.5, RST 6.5, RST 5.5, INTR lowest priority This priority scheme
  • 17. does not take into account the priority of a routine that was started by a higher priority interrupt. RST 5.5 can interrupt a RST 7.5 routine if the interrupts were re-enabled before the end of the RST 7.5 routine. The TRAP interrupt is useful for catastrophic errors such as power failure or bus error. The TRAP input is recognized just as any other interrupt but has the highest priority. It is not affected by any flag or mask. The TRAP input is both edge and level sensitive. Basic System Timing The 8085A has a multiplexed Data Bus. ALE is used as a strobe to sample the lower 8bits of address on the Data Bus. Figure 2 shows an instruction fetch, memory read and l/ O write cycle (OUT). Note that during the l/O write and read cycle that the l/O port address is copied on both the upper and lower half of the address. As in the 8080, the READY line is used to extend the read and write pulse lengths so that the 8085A can be used with slow memory. Hold causes the CPU to relingkuish the bus when it is through with it by floating the Address and Data Buses. System Interface 8085A family includes memory components, which are directly compatible to the 8085A CPU. For example, a system consisting of the three chips, 8085A, 8156, and 8355 will have the following features: · 2K Bytes ROM · 256 Bytes RAM · 1 Timer/Counter · 4 8bit l/O Ports · 1 6bit l/O Port
  • 18. · 4 Interrupt Levels · Serial In/Serial Out Ports In addition to standard l/O, the memory mapped I/O offers an efficient l/O addressing technique. With this technique, an area of memory address space is assigned for l/O address, thereby, using the memory address for I/O manipulation. The 8085A CPU can also interface with the standard memory that does not have the multiplexed address/data bus.