By Prof .A. ARPUTHARAJ Department of Electronics St. Josephs college

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

Microprocessors and Interfacing
Dr. Rabie A. Ramadan Al-Azhar University Lecture 3
Introduction to Microprocessors (CS 45) Session Microprocessor - 2.
EEE226 MICROPROCESSORBY DR. ZAINI ABDUL HALIM School of Electrical & Electronic Engineering USM.
Microprocessor 8085/8086 Lecturer M A Rahim Khan Computer Engineering and Networks Deptt.
Processor System Architecture
MICRO PROCESSER The micro processer is a multipurpose programmable, clock driven, register based, electronic integrated device that has computing and decision.
The 8051 Microcontroller Architecture
Unit-1 PREPARED BY: PROF. HARISH I RATHOD COMPUTER ENGINEERING DEPARTMENT GUJARAT POWER ENGINEERING & RESEARCH INSTITUTE Advance Processor.
Chapter 17 Microprocessor Fundamentals William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education, Inc. Upper.
INTRODUCTION TO MICROCONTROLLER. What is a Microcontroller A microcontroller is a complete microprocessor system, consisting of microprocessor, limited.
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
ECE 447: Lecture 1 Microcontroller Concepts. ECE 447: Basic Computer System CPU Memory Program + Data I/O Interface Parallel I/O Device Serial I/O Device.
created by :Gaurav Shrivastava
Software; Nature, Capabilities and Limitations: describe the need for interfacing with peripherals storage devices, input and output devices and display.
Electrical Engineering Department Engineering College Prince Sattam bin Abdul Aziz University Text Book: - Triebel and Singh, "The 8088 and 8086 Microprocessors",
Computer Architecture and Organization Introduction.
Stack Stack Pointer A stack is a means of storing data that works on a ‘Last in first out’ (LIFO) basis. It reverses the order that data arrives and is.
Chapter 1 Introduction. Architecture & Organization 1 Architecture is those attributes visible to the programmer —Instruction set, number of bits used.
ECE Lecture 1 Microcontroller Concepts. Basic Computer System CPU Memory Program + Data I/O Interface Parallel I/O Device Serial I/O Device Data.
General Concepts of Computer Organization Overview of Microcomputer.
Computer Organization & Assembly Language © by DR. M. Amer.
Microprocessor. Interrupts The processor has 5 interrupts. CALL instruction (3 byte instruction). The processor calls the subroutine, address of which.
8085. Microcomputer Major components of the computer - the processor, the control unit, one or more memory ICs, one or more I/O ICs, and the clock Major.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Computer Architecture Lecture 4 by Engineer A. Lecturer Aymen Hasan AlAwady 17/11/2013 University of Kufa - Informatics Center for Research and Rehabilitation.
Computer Organization Part 1
The 8085 Microprocessor Architecture. What 8085 meant for? 80 - year of invention bit processor 5 - uses +5V for power.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
Capability of processor determine the capability of the computer system. Therefore, processor is the key element or heart of a computer system. Other.
8085 Microprocessor: Architecture & Support Components.
8085 INTERNAL ARCHITECTURE.  Upon completing this topic, you should be able to: State all the register available in the 8085 microprocessor and explain.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Gandhinagar Institute of Technology
AMITY UNIVERSITY RAJASTHAN Present By M.Sc Applied Chemistry.
The 8085A is a general-purpose microprocessor with low hardware overhead requirements. Within the 8085A are contained the functions of clock generation,
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني The 8085 Microprocessor Architecture.
Introduction to Computers - Hardware
Computing Science Computer Structure: Lesson 1: Processor Structure
Unit Microprocessor.
8085 Microprocessor Architecture
Seminar On 8085 microprocessor
HISTORY OF MICROPROCESSORS
COURSE OUTCOMES OF Microprocessor and programming
BLOCK DIAGRAM OF INTEL 8085.
MICROPROCESSOR.
Gunjeet Kaur Dronacharya Group of institutions
UNIT – Microcontroller.
Introduction to 8086 Microprocessor
Computer Design & Organization
Introduction of microprocessor
Dr. Michael Nasief Lecture 2
Lecture-1 Introduction
8085 microprocessor.
General Architecture of Digital Computer
عمارة الحاسب.
Introduction of microprpcessor
Number Representations and Basic Processor Architecture
ECEG-3202 Computer Architecture and Organization
Architecture & Support Components
Introduction to Micro Controllers & Embedded System Design
ECEG-3202 Computer Architecture and Organization
Chapter 14 Control Unit Operation
8051 Micro Controller.
Unit-I 80386DX Architecture
Introduction to Hardware
Introduction of microprpcessor
Computer Operation 6/22/2019.
William Stallings Computer Organization and Architecture 7th Edition
Presentation transcript:

By Prof .A. ARPUTHARAJ Department of Electronics St. Josephs college Microprocessor - 8085 By Prof .A. ARPUTHARAJ Department of Electronics St. Josephs college

Microprocessor The microprocessor is a programmable integrated device that has computing and decision-making capability similar to that of the central processing unit(CPU) of the computer.   Microprocessors are used to handle a set of tasks that control one or more external events or systems

Evaluation of microprocessor

Microprocessor -8085 Introduction 8085 is pronounced as "eighty-eighty-five" microprocessor. It is an 8-bit microprocessor designed by Intel in 1977 using NMOS technology.

It has the following configuration 8-bit data bus 16-bit address bus, which can address upto 64KB A 16-bit program counter A 16-bit stack pointer Six 8-bit registers arranged in pairs: BC, DE, HL Requires +5V supply to operate at 3.2 MHZ single phase clock It is used in washing machines, microwave ovens, mobile phones, etc.

The pin diagram of 8085 Microprocessor

Processor System Architecture The typical processor system consists of: CPU (central processing unit) ALU (arithmetic-logic unit) Control Logic Registers, etc… Memory Input / Output interfaces

DATA SIZE Nibble 4 bit Byte 8 bit Word 16 bit Long word 32 bit

Interconnections between these units: Address Bus Data Bus Control Bus