Microprocessor 8085/8086 Lecturer M A Rahim Khan Computer Engineering and Networks Deptt.

Slides:



Advertisements
Similar presentations
Introduction to Microprocessors
Advertisements

Dr. Rabie A. Ramadan Al-Azhar University Lecture 3
PCEL4303 MICROPROCESSOR & MICRO CONTROLLERS MODULE - I (10 hours) Microprocessor Architecture: Microprocessor and Microcomputer Architecture, Pins & Signals,
MICROPROCESSORS TWO TYPES OF MODELS ARE USED :  PROGRAMMER’S MODEL :- THIS MODEL SHOWS FEATURES, SUCH AS INTERNAL REGISTERS, ADDRESS,DATA & CONTROL BUSES.
EEE226 MICROPROCESSORBY DR. ZAINI ABDUL HALIM School of Electrical & Electronic Engineering USM.
CoSci 442 Microprocessor Systems Presented by: Engr. Ronnie D. Caytiles BSCS College of Computer Studies University of Antique.
Processor System Architecture
MICRO PROCESSER The micro processer is a multipurpose programmable, clock driven, register based, electronic integrated device that has computing and decision.
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
COMPUTER ARCHITECTURE JC Harambearachchi. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation.
Welcome.
 Prof. Dr. M. H. Assal Introduction to Computer AS 15/10/2014.
System Unit By Sam Gibbs. System Unit The main part of a personal computer Includes a chassis, microprocessor, main memory, bus, and ports Does not include.
MIS 175 Spring Learning Objectives When you finish this chapter, you will: –Recognize major components of an electronic computer. –Understand how.
Microcontroller based system design
Microcontroller: Introduction
INTRODUCTION TO MICROCONTROLLER. What is a Microcontroller A microcontroller is a complete microprocessor system, consisting of microprocessor, limited.
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
 What Is a Computer? What Is a Computer?  Computer System Components Computer System Components  Hardware Hardware  Types of Memory Types of Memory.
Computer Hardware and Software
created by :Gaurav Shrivastava
Computer Architecture
Interrupts and DMA CSCI The Role of the Operating System in Performing I/O Two main jobs of a computer are: –Processing –Performing I/O manage and.
Basic Architecture Lecture 15. In general, if the number of bits is n, then the number of different combinations of 0s and 1s that can be made is 2 n.
Computing and the Web Computer Hardware Components.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Chapter 4 Information Technology in Business: Hardware.
General Concepts of Computer Organization Overview of Microcomputer.
Computer Organization & Assembly Language © by DR. M. Amer.
Introduction to Microprocessors Manijeh Keshtgary Fall 2006 Shiraz University of Technology.
Microprocessor Microprocessor (cont..) It is a 16 bit μp has a 20 bit address bus can access upto 220 memory locations ( 1 MB). It can support.
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Academic PowerPoint Computer System – Architecture.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
Presented by Sadhish Prabhu
Computer Architecture Lecture 4 by Engineer A. Lecturer Aymen Hasan AlAwady 17/11/2013 University of Kufa - Informatics Center for Research and Rehabilitation.
Defining the terms assignment. I will define the following terms: computer literate, computer, storage, Data, Information, input, output, information processing.
BTT 101 Unit 1 - Notes on IT and Computer Components Information Technology in Business.
بسم الله الرحمن الرحيم MEMORY AND I/O.
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.
Technology Vocabulary Matthew L. Morris. A-D Application- A program or group of programs designed for end users. Data- Distinct pieces of information.
8085 Microprocessor: Architecture & Support Components.
8051 Microcontroller Tutorial and Architecture with Applications.
Information Technology Basics. Introduction to Information Technology 2 Computer Science – Theory of Computational Applications Computer Engineers - Make.
Introduction to the Computer What makes up a computer?
The 8085A is a general-purpose microprocessor with low hardware overhead requirements. Within the 8085A are contained the functions of clock generation,
Basic Computer Fundamentals
Unit Microprocessor.
Seminar On 8085 microprocessor
Computer Organization and Machine Language Programming CPTG 245
HISTORY OF MICROPROCESSORS
COURSE OUTCOMES OF Microprocessor and programming
MICROPROCESSOR.
Introduction to Microprocessors
CSNB COMPUTER SYSTEM CHAPTER 1 INTRODUCTION CSNB153 computer system.
UNIT – Microcontroller.
Dr. Michael Nasief Lecture 2
Lecture-1 Introduction
Introduction to Microprocessors
8085 microprocessor.
Number Representations and Basic Processor Architecture
Multicultural Social Community Development Institute ( MSCDI)
8051 Supplement.
COMPUTER FUNDAMENTALS i
By Prof .A. ARPUTHARAJ Department of Electronics St. Josephs college
Define what a computer is.
Computer Operation 6/22/2019.
Presentation transcript:

Microprocessor 8085/8086 Lecturer M A Rahim Khan Computer Engineering and Networks Deptt.

General Definitions A Computer is a programmable machine. The two principal characteristics of a computer are: It responds to a specific set of instructions in a well defined manner. It can execute a prerecorded list of instructions (program). Modern computers are electronic and digital. The actual machinery wires, transistors, and circuits is called hardware. The instructions and data are called software.

General Definitions (cont..) Computers can be generally classified by size and power as follows. Personal computer: A small, single-user computer based on a microprocessor. In addition to the microprocessor, a personal computer has a keyboard for entering data, a monitor for displaying information, and a storage device for saving data. Working station : A powerful, single-user computer. A workstation is like a personal computer, but it has a more powerful microprocessor and a higher-quality monitor.

General Definitions (cont..) Minicomputer : A multi-user computer capable of supporting from 10 to hundreds of users simultaneously. Mainframe : A powerful multi-user computer capable of supporting many hundreds or thousands of users simultaneously. Supercomputer : An extremely fast computer that can perform hundreds of millions of instructions per second.

General Definitions (cont..) Embedded system: A specialized computer system that is part of a larger system or machine. Typically, an embedded system is housed on a single microprocessor board with the programs stored in ROM. Virtually all appliances that have a digital Interface watches, microwaves, VCRs, cars -utilize embedded systems. Some embedded systems include an operating system, but many are so specialized that the entire logic can be implemented as a single program.

General Definitions (cont..) Micro Controller Micro Processor It is a single chip It is a CPU Consists Memory, Memory, I/O Ports to I/O Ports be Connected externally

8085 Microprocessor The salient features of 8085 μp are : It is a 8 bit microprocessor. It has 16 bit address bus and hence can address up to 216 = bytes (64KB) memory locations through A0-A15. The first 8 lines of address bus and 8 lines of data bus are multiplexed AD0 – AD7.

8085 Microprocessor ( cont..) Data bus is a group of 8 lines D0 – D7. It supports external interrupt request. A 16 bit program counter (PC) A 16 bit stack pointer (SP) Six 8-bit general purpose register arranged in pairs: BC,DE, HL. It requires a signal +5V power supply and operates at MHZ single phase clock. It is enclosed with 40 pins DIP ( Dual in line package ).

8085 Microprocessor ( cont..) Memory: Program, data and stack memories occupy the same memory space. The total addressable memory size is 64KB. Program memory – memory. Jump, branch and call program can be located anywhere in instructions use 16-bit addresses, i.e. they can be used to jump/branch anywhere within 64 KB. All jump/branch instructions use absolute addressing.