Intel 8085 Microprocessor Architecture

Total Page:16

File Type:pdf, Size:1020Kb

Intel 8085 Microprocessor Architecture CHAPTER INTEL 8085 MICROPROCESSOR 2 ARCHITECTURE Learning Outcomes: After completion of this chapter, you will be able to understand the following: • Pin details and logic schematic of the 8085 microprocessor • Internal functional operation of 8085 microprocessor • Flag register and the purpose of each flag bit. • Purpose of registers, accumulators and the system bus used in 8085 microprocessor. 1.1 INTRODUCTION instruction available at 8800H, it goes to the next address 8801H (assuming single byte instructions) and so on, until The microprocessor is a semiconductor device consisting it reaches the end of the program. of electronic logic circuits manufactured by using either a Intel 8085 is an eight bit microprocessor of INTEL large-scale integration (LSI) or very-large-scale integration Corporation, usually called as a general purpose 8-bit (VLSI) technique. Any microprocessor basically contains Processor. It is upward compatible with microprocessor registers, Arithmetic unit, logic unit, flip-flops and timing 8080, which was the earlier product of INTEL. There are and control circuits. All the microprocessors work using several faster versions of 8085 microprocessor such as Von Neumann Architecture. In this architectural working 8085AH, 8085AH-1, 8085AH-2 etc. of a microprocessor, the CPU or the processor fetches A microcomputer consists of three functional blocks instructions from the memory, decodes it (interprets the viz., a Central Processing Unit (CPU), input/output, and nature of instruction/command and develops clock by clock memory units as shown in Fig.2.1. The CPU contains steps for execution), generates appropriate control signals several registers, an Arithmetic and Logic unit (ALU), and a and finally the instruction is executed. The program is stored Control unit. The function of ALU is to perform operations consecutively in the memory locations. The execution steps related to arithmetic and logical operations. The Control are repeated for all the instructions of the program until the unit translates the instructions and executes the desired task. last instruction. The data required may either be taken from memory or from input ports and the results of the program will be stored in the memory or given out through output ports. 1.2 ARCHITECTURE OF 8085 A program is a list of instructions for the microprocessor The block diagram explaining the architecture of Intel 8085 to carry out. Before the start of execution, the complete Microprocessor is shown in Fig.2.2. It is available generally program must be stored in the memory. Let us assume as a 40 pin IC package and uses +5V for power. It can run at that the starting address of the stored program is 8800H. a maximum frequency of 3 MHz. The modified versions of While running the program the microprocessor must be the 8085 processor have these minimum common features directed to ‘go’ from 8800H. Once it has completed the and functional similarities. Demy_Quarto_Sample.indd 1 12/8/2013 7:38:22 PM 2 INTEL 8085 MICROPROCESSOR ARCHITECTURE Memory memory (1 K byte = 1024 byte). The processing unit or the processor consists of five functional units: ROM (Read Only Memory) (i) Arithmetic and logic Unit (ii) General purpose registers RAM (iii) Special Purpose Registers (Random Access Memory) (iv) Instruction register and decoder and, (v) Timing and control unit. 2.2.1 Arithmetic Logic Unit (ALU) ALU is the circuitry which performs the actual numerical Processor and logical operations. Addition (ADD), subtraction (SUB), Control increment (INR), decrement (DCR) and comparison (CMP) Unit Input Output are the arithmetic operations available in 8085 microprocessor. Unit Unit The possible logical operations in 8085 are AND (AND), OR ALU (OR), EXCLUSIVE OR (XOR), COMPLEMENT (CMA) etc. While the data is drawn from the memory, the operation FIG. 2.1 A microprocessor system executed with the content of the accumulator and the results stored in the Accumulator. ALU of 8085 is called accumulator 8085 is called as an 8-bit processor since its data length is oriented ALU as the one of the data for arithmetic and logic 8-bit and has a data bus of 8-bits wide. It has an addressing operations must be stored in accumulator. If the operation needs capability of 16-bit. i.e., it can address 216 = 64 K bytes of only one data, then that data must be stored in accumulator. INTA RST 6.5 TRAP INTR RST 5.5 RST 7.5 SID SOD Interrupt Control Serial I/O Control 8-Bit Internal Data Bus Accumulator Temp. Reg. Instruction Multiplexer (8) (8) Register (8) W (8) Z (8) Temp. Reg. Temp. Reg. Flag (5) B (8) C (8) Flip-Flops Reg. Reg. t D (8) E (8) Instruction Reg. Reg. Decoder Arithmetic and H (8) L (8) Register Logic Machine Selec Reg. Reg. Reg. Array Unit Cycle (16) (ALU) Encoding (8) Stack Pointer (16) Program Counter Incrementer/Decrementer + 5 V Power Supply Address Latch (16) GND Timing and Control X1 CLK Reset Address Buffer (8) Data/Address Buffer (8) X2 GEN Control Status DMA CLK OUT RD WR ALE S0 S1 IO/M HLDA RESET OUT A −A AD −AD READY HOLD RESET IN 15 8 7 0 Address Bus Address/Data Bus FIG 2.2 Functional Block of Intel 8085 Demy_Quarto_Sample.indd 2 12/8/2013 7:38:23 PM INTEL 8085 MICROPROCESSOR ARCHITECTURE 3 register. It is used to store 8-bit data and serves to perform ACCUMULATOR A (8) FLAG REGISTER arithmetic and logical operations. The result of an operation B (8) C (8) is also stored in the accumulator. The accumulator is identified as register A in the instruction set of 8085. The D (8) E (8) programmer can use it at any time to store an 8-bit binary H (8) L (8) number. Being only an 8-bit register, it can only hold one byte at a time. Any previous data stored in this register will Stack Pointer (SP) (16) be overwritten as soon as new data is stored. Also the 8085 microprocessor communicates with input/output devices Program Counter (PC) (16) only through A. Data Bus Address Bus 2.2.3.2 The flag register 8 Lines Bidirectional 16 Lines unidirectional This is a special 8-bit register. Each bit of flag register is quite independent of each other. In all other registers, each FIG 2.3 Registers of Intel 8085 bit is just part of a single binary byte value and hence each bit would have a numerical value. The flag is an 8-bit register used to indicate the status of the recent arithmetic 2.2.2 The general-purpose registers or logic operation. It may be set or reset after an arithmetic A register is a collection of 8 D type flip-flops with parallel or logical operation according to the condition of the in and parallel out operation. A flip-flop can only store one processed data. The five flag bits are Zero (Z), Carry (CY), bit at a time. Therefore to handle 8 bits at a time, 8 flip-flops Sign (S), Parity (P), and Auxiliary Carry (AC) flags and are required and hence the term 8-bit register. Though the their bit positions in the flag register are shown in Figure registers are also storage areas inside the microprocessor, 2.4. The remaining three bits (D1, D3 and D5) of the flag they differ by the purpose of storage. The general purpose register remain unassigned and they are marked with an X registers are used to store only the data that is used by the to show that they are not used and are don’t cares. currently running program or the results obtained from the Any flag register bit is said to be ‘set’ when its value is currently running program. These general purpose registers 1 and is said to be ‘cleared’ when its value is 0. The most are user accessible by programs. commonly used flags are Zero, Carry, and Sign. AC flags Registers B, C, D, E, H and L are the general purpose can not be accessed externally. registers of 8085 as shown in figure 2.3. They can also be called as Scratch Pad registers. Almost in all arithmetic and logic operations these registers are used as the second XXX operands while the first operand being the accumulator D7 D6 D5 D4 D3 D2 D1 D0 (A). The general-purpose registers are all 8-bit registers but they can be handled as 16-bit registers as well. This can be S Z AC P CY achieved by combining the register pairs as B and C, D and E, FIG. 2.4 Flag register and H and L — to perform 16-bit operations. They are named respectively as register pairs BC, DE, and HL respectively. Sign flag (S) The S flag is just a copy of the bit D7 Among these pairs, HL has a special significance. A few (Most Significant Bit-MSB) of the accumulator. A negative memory related instructions of 8085 (refer instruction set) use number has a 1 in bit 7 and a positive number has a 0 in bit the HL pair as a memory pointer. For example, the instruction 7. So this flag indicates the sign of the number. It may be “MOV A, M” transfers the content of memory location recalled that signed magnitude numbers use a 1 to indicate pointed by the HL pair to accumulator. The HL pair is pre- a negative number and 0 to indicate a positive number. This loaded with the memory address in which data is available. flag can be used in signed arithmetic operations. 2.2.3 The special -purpose registers Zero flag (Z) The zero flag is set if an arithmetic operation results in a zero.
Recommended publications
  • Over View of Microprocessor 8085 and Its Application
    IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 6, Ver. II (Nov - Dec .2015), PP 09-14 www.iosrjournals.org Over view of Microprocessor 8085 and its application Kimasha Borah Assistant Professor, Centre for Computer Studies Centre for Computer Studies, Dibrugarh University, Dibrugarh, Assam, India Abstract: Microprocessor is a program controlled semiconductor device (IC), which fetches, decode and executes instructions. It is versatile in application and is flexible to some extent. Nowadays, modern microprocessors can perform extremely sophisticated operations in areas such as meteorology, aviation, nuclear physics and engineering, and take up much less space as well as delivering superior performance Here is a brief review of microprocessor and its various application Key words: Semi Conductor, Integrated Circuits, CPU, NMOS ,PMOS, VLSI I. Introduction: Microprocessor is derived from two words micro and processor. Micro means small, tiny and processor means which processes something. It is a single Very Large Scale of Integration (VLSI) chip that incorporates all functions of central processing unit (CPU) fabricated on a single Integrated Circuits (ICs) (1).Some other units like caches, pipelining, floating point processing arithmetic and superscaling units are additionally present in the microprocessor and that results in increasing speed of operation.8085,8086,8088 are some examples of microprocessors(2). The technology used for microprocessor is N type metal oxide semiconductor(NMOS)(3). Basic operations of microprocessor are fetching instructions from memory ,decoding and executing them ie it takes data or operand from input device, perform arithmetic and logical operations and store results in required location or send result to output devices(1).Word size identifies the microprocessor.E.g.
    [Show full text]
  • An 8085 Microprocessor Based Monitor System for a 750 Cc Honda Motorcycle
    Rochester Institute of Technology RIT Scholar Works Theses 1988 An 8085 Microprocessor based monitor system for a 750 cc Honda motorcycle Robert H. Leet Follow this and additional works at: https://scholarworks.rit.edu/theses Recommended Citation Leet, Robert H., "An 8085 Microprocessor based monitor system for a 750 cc Honda motorcycle" (1988). Thesis. Rochester Institute of Technology. Accessed from This Thesis is brought to you for free and open access by RIT Scholar Works. It has been accepted for inclusion in Theses by an authorized administrator of RIT Scholar Works. For more information, please contact [email protected]. Rochester Institute of Technology School of Computer Science and Technology An 8085 Microprocessor Based Monitor System For A 750 cc Honda Motorcycle By Robert H. Leet A thesis, submitted to The Faculty of the School of Computer Science and Technology, in partial fulfillment of the requirements for the degree of Master of Science in Computer Science Approved by: Protapa Reddy Dr. Protapa Reddy Peter G. Andrews Dr. Peter Anderson Rayno N,eimi Dr. Rayno Niemi March 24, 1988 I Robert H. Leet prefer to be contacted each time a ~equest for reproduction is made. I can be reached at the following address: 15417 Preston Road #1152 Dallas, Texas 75248 Ma r c h 2 5, 1 9 8 8 Abstract This system replaces the analog speedometer and tachometer gauge cluster of a 750 cc Honda motorcycle with a computerized monitor system based on the INTEL 8085A microprocessor and family of peripherals. The system adds the enhanced functionality of engine temperature, battery charging, fuel level, turn signal, and kick stand monitoring and status display.
    [Show full text]
  • 8085 Microprocessor Submitted in Partial Fulfillment of the Requirement for the Award of Degree of Electronics
    www.studymafia.org A Seminar report On 8085 microprocessor Submitted in partial fulfillment of the requirement for the award of degree of Electronics SUBMITTED TO: SUBMITTED BY: www.studymafia.org www.studymafia.org www.studymafia.org Acknowledgement I would like to thank respected Mr…….. and Mr. ……..for giving me such a wonderful opportunity to expand my knowledge for my own branch and giving me guidelines to present a seminar report. It helped me a lot to realize of what we study for. Secondly, I would like to thank my parents who patiently helped me as i went through my work and helped to modify and eliminate some of the irrelevant or un-necessary stuffs. Thirdly, I would like to thank my friends who helped me to make my work more organized and well-stacked till the end. Next, I would thank Microsoft for developing such a wonderful tool like MS Word. It helped my work a lot to remain error-free. Last but clearly not the least, I would thank The Almighty for giving me strength to complete my report on time. www.studymafia.org Preface I have made this report file on the topic 8085 microprocessor; I have tried my best to elucidate all the relevant detail to the topic to be included in the report. While in the beginning I have tried to give a general view about this topic. My efforts and wholehearted co-corporation of each and everyone has ended on a successful note. I express my sincere gratitude to …………..who assisting me throughout the preparation of this topic.
    [Show full text]
  • Lecture-1 an Overview of Microprocessor the First
    Lecture-1 An Overview of Microprocessor The first question that comes in one’s mind is "What is a microprocessor?”. Let us start with a more familiar term computer. A digital computer is an electronic machine capable of quickly performing a wide variety of tasks. They can be used to compile, correlate, sort, merge and store data as well as perform complex calculations at much faster rate than human being by means of stored instructions. A digital computer is different from a general purpose calculator in a sense that digital computer is capable of operating according to the instructions that are stored within the computer whereas a calculator must be given instructions on a step by step basis to perform calculations. By this definition a programmable calculator can be considered a computer. Historically, digital computers have been categorized according to the size using the words large, medium, minicomputer and microcomputer. In the early years of development, the emphasis was on large and more powerful computers. Large and medium sized computers were designed to solve complex scientific and engineering problems. In early stage of development these computers were accessible and affordable only to large corporations, big universities and government agencies. Later on, minicomputers were made available for use in office, small collage, medium size business organization, small factory etc. As the technology has advanced from SSI to VLSI & SLSI, the face of the computer has changed gradually and it became possible to build the entire central processing unit (CPU) on a single-chip known as microprocessor. A control processing unit (CPU) with its related timing functions on a single chip known as microprocessor.
    [Show full text]
  • Advancements in Microprocessor Architecture for Ubiquitous AI—An Overview on History, Evolution, and Upcoming Challenges in AI Implementation
    micromachines Review Advancements in Microprocessor Architecture for Ubiquitous AI—An Overview on History, Evolution, and Upcoming Challenges in AI Implementation Fatima Hameed Khan, Muhammad Adeel Pasha * and Shahid Masud * Department of Electrical Engineering, Lahore University of Management Sciences (LUMS), Lahore, Punjab 54792, Pakistan; [email protected] * Correspondence: [email protected] (M.A.P.); [email protected] (S.M.) Abstract: Artificial intelligence (AI) has successfully made its way into contemporary industrial sectors such as automobiles, defense, industrial automation 4.0, healthcare technologies, agriculture, and many other domains because of its ability to act autonomously without continuous human interventions. However, this capability requires processing huge amounts of learning data to extract useful information in real time. The buzz around AI is not new, as this term has been widely known for the past half century. In the 1960s, scientists began to think about machines acting more like humans, which resulted in the development of the first natural language processing computers. It laid the foundation of AI, but there were only a handful of applications until the 1990s due to limitations in processing speed, memory, and computational power available. Since the 1990s, advancements in computer architecture and memory organization have enabled microprocessors to deliver much higher performance. Simultaneously, improvements in the understanding and mathematical representation of AI gave birth to its subset, referred to as machine learning (ML). ML Citation: Khan, F.H.; Pasha, M.A.; includes different algorithms for independent learning, and the most promising ones are based on Masud, S. Advancements in brain-inspired techniques classified as artificial neural networks (ANNs).
    [Show full text]
  • Introduction of 8085 Microprocessor
    Introduction of 8085 Microprocessor Instructor Prem Prakash Singh ECC, Allahabad Intel 8085 microprocessor The 8085 is an 8-bit (8 data lines) general purpose microprocessor that can address 64K Byte of memory. 8085 microprocessor operates at a frequency of 3 MHz. Block diagram of Intel 8085 microprocessor The various functional blocks of 8085 are as follows: • Registers • Arithmetic logic unit • Address buffer • Incrementer/decrementer address latch • Interrupt control • Serial I/O control • Timing and control circuitry • Instructions decoder and machine cycle encoder. Pin configuration of Intel 8085 microprocessor Pin configuration of Intel 8085 microprocessor • Intel 8085 microprocessor has 40 pins. • Its operating frequency is 3 MHz. • Input power is 5 Volt. • The pins on the chip can be grouped into 6 groups: • Address Bus. • Data Bus. • Control and Status Signals. • Power supply and frequency. • Externally Initiated Signals. • Serial I/O ports. Clock Pins (Frequency control signals) 8085 MPU has 3 pins • That control or present the clock signal. • X1 and X2 pins determine the clock frequency. • CLK OUT is a TTL square-wave output clock. The CLOCK OUT is one-half the crystal frequency. • The CLK signal is used for synchronizing external devices. The data and address bus of 8085 microprocessor • The data bus is bidirectional in nature and width of data bus of 8085 microprossor is 1 byte (8 bit). • The address bus is unidirectional in nature and width of address bus of 8085 microprossor is 2 byte (16 bit). 0i9 • The address bus has 8 signal lines A8 – A15 which are unidirectional. • The other 8 address bits are multiplexed with the 8 data bits.
    [Show full text]
  • 8085 Microprocessor
    Notes On 8085 microprocessor Submitted To: Submitted By: Patna University Dr. Gargi Tiwari Guest Asst. Prof. (Physics) Introduction Microprocessor is a Central Processing Unit (CPU) etched on a single chip. A single Integrated Circuit (IC) has all the functional components of a CPU namely Arithmetic Logic Unit (ALU), Control Unit and registers. The 8085 microprocessor is an 8-bit processor that includes on its chip most of the logic circuitry for performing computing tasks and for communicating with peripherals. What about micro? • Micro is a new addition. – In the late 1960’s, processors were built using discrete elements. • These devices performed the required operation, but were too large and too slow. – In the early 1970’s the microchip was invented. All of the components that made up the processor were now placed on a single piece of silicon. The size became several thousand times smaller and the speed became several hundred times faster. The “Micro”Processor was born. Definition of the Microprocessor: The microprocessor is a programmable device that takes in numbers, performs on them arithmetic or logical operations according to the program stored in memory and then produces other numbers as a result. Programmable device: The microprocessor can perform different sets of operations on the data it receives depending on the sequence of instructions supplied in the given program. By changing the program, the microprocessor manipulates the data in different ways. – Instructions: Each microprocessor is designed to execute a specific group of operations. This group of operations is called an instruction set. This instruction set defines what the microprocessor can and cannot do.
    [Show full text]
  • Microprocessor, Microcomputer and Their Applications Fourth Edition
    Microprocessor, Microcomputer and their Applications Fourth Edition A.K. Mukhopadhyay Alpha Science International Ltd. Oxford, U.K. Contents vii Preface to the Fourth Edition Preface to the First Edition ix 1. Microprocessor-A Physical System 1 2. The Microprocessor System 5 2.1 Central Processing Unit (CPU) 5 2.2 Arithmetic-Logic Section 6 2.3 Accumulator 6 2.4 Status Registers 7 2.5 ALU 7 2.6 General Purpose Registers 8 2.7 Control Registers 8 2.8 Program Counter (PC) 8 2.9 Stack Pointer (SP) 8 2.10 Index Register (IX) 9 2.11 Instruction Register (IR) and Decoder 9 2.12 Timing and Control Unit 9 2.13 The Clock 70 2.14 Reset 70 2.15 Interrupt 70 2.16 Hold 70 2.17 READ and WRITE 7 7 2.18 IORandMR77 2.19 Address Latch Enable 77 3. The 8085A Microprocessor 12 3.1 Architecture and Organisation of 8085A 72 3.2 The ALU 14 3.3 Registers 14 3.4 Timing and Control Unit 75 3.5 Pin Configuration of 8085A 77 3.6 Interface 18 INTEL 8085 Assembly Language Programming 4.1 Instruction Set for 8085/8085A 22 4.2 Data Movement Instructions 23 4.3 PUSH and POP 25 4.4 Increment and Decrement Instructions 26 4.5 Rotate and Shift Instructions 26 4.6 Set, Compliment and Decimal Adjustment Instructions 28 4.7 Add, Subtract and Compare Instructions 29 4.8 AND, OR EXCLUSIVE-OR Instructions 30 4.9 JUMP, CALL and RESTART Instructions 31 4.10 CONDITIONAL JUMP, CALL and RETURN 31 4.11 Loops in Programs 32 4.12 Uses of Subroutines 33 4.13 Delay Subroutine 38 4.14 Instruction Modes 43 4.15 Instruction Bytes 43 Memories 5.1 Semiconductor Memories 45 5.2 Non-volatile RAM 46 5.3 Pin Configuration of RAM, EPROM and EEPROM 47 5.4 Dynamic RAM 48 5.5 Memory Map 49 Interfacing the Microprocessors 6.1 Speed 50 6.2 Level 50 6.3 Data Form 57 6.4 Control Bus Function 51 6.5 Bus-Demultiplexing 54 6.6 Decoder and Address Decoding 54 6.7 Mapping 58 6.8 Timing Parameters 60 6.9 READ Operation 60 6.10 WRITE Operation 61 6.11 WAIT State 63 6.12 HOLD State 64 6.13 HALT State 65 6.14 Interrupt States 65 Contents 7.
    [Show full text]
  • An Evolutions of Microprocessor with Salient Features Vikram Kakade 1, Vaibhav Ambuskar2, Aaditya Aagarkar3 PG Student [EXTC], Dept
    ISSN (Print) : 2320 – 3765 ISSN (Online): 2278 – 8875 International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering (An ISO 3297: 2007 Certified Organization) Vol. 5, Issue 3, March 2016 An Evolutions of Microprocessor with salient Features Vikram Kakade 1, Vaibhav Ambuskar2, Aaditya Aagarkar3 PG Student [EXTC], Dept. of EXTC, PRMITR-Badnera, Amravati, Maharashtra, India1 UG Student [EXTC], Dept. of EXTC, PRMCEAM-Badnera, Amravati, Maharashtra, India2 PG Student [EEE], Dept. of EEE, PRMCEAM-Badnera, Amravati, Maharashtra, India3 ABSTRACT: In this paper we proposed different methodologies of Evolutions of Microprocessor. Analysed how digital computer has converted it’s used more beneficiary with Evolution of different Processor generations. A digital computer is different from a general purpose calculator in that it is capable of operating according to the instructions that are stored within the computer whereas a calculator must be given instructions on a step by step basis. while The microcomputer is making an impact on every activity of mankind. It is being used in almost all control applications. For example analytical and scientific instruments, data communication, character recognition, musical instruments, household items, defence equipments, medical equipments etc.In this paper we have reviewed the evolutions and need of Microprocessor. KEYWORDS: SSI, VLSI, PMOS, TTL. I.INTRODUCTION Digital computers have been categorized according to the size using the words large, medium, minicomputer and microcomputer. In the early years of development, the emphasis was on large and more powerful computers. Large and medium sized computers were designed to store complex scientific and engineering problems. These computers were accessible and affordable only to large corporations, big universities and government agencies.
    [Show full text]
  • A History of Microprocessor Transistor Count 1971 to 2013
    A History of Microprocessor Transistor Count 1971 to 2013 Source: Wikipedia, August 29, 2013 Transistor Date of Processor Manufacturer Process Area count introduction Intel 4004 2,300 1971 Intel 10 µm 12 mm² Intel 8008 3,500 1972 Intel 10 µm 14 mm² MOS Technology [citation needed] 3,510 1975 MOS Technology 8 μm 21 mm² 6502 Motorola 6800 4,100 1974 Motorola 6 μm 16 mm² Intel 8080 4,500 1974 Intel 6 μm 20 mm² RCA 1802 5,000 1974 RCA 5 μm 27 mm² Intel 8085 6,500 1976 Intel 3 μm 20 mm² Zilog Z80 8,500 1976 Zilog 4 μm 18 mm² Motorola 6809 9,000 1978 Motorola 5 μm 21 mm² [1] ARM 1 25,000 1985 Acorn ARM 2 25,000 1986 Acorn Intel 8086 29,000 1978 Intel 3 μm 33 mm² Intel 8088 29,000 1979 Intel 3 μm 33 mm² ARM 6 30,000 1991 ARM Intel 80186 55,000 1982 Intel 3 μm Motorola 68000 68,000 1979 Motorola 4 μm 44 mm² Intel 80286 134,000 1982 Intel 1.5 µm 49 mm² Intel 80386 275,000 1985 Intel 1.5 µm 104 mm² [2] ARM 3 300,000 1989 Acorn [3] ARM 7 578977 1994 ARM 68.51 mm² Intel 80486 1,180,235 1989 Intel 1 µm 173 mm² R4000 1,350,000 1991 MIPS 1.0 µm 213 mm² Pentium 3,100,000 1993 Intel 0.8 µm 294 mm² AMD K5 4,300,000 1996 AMD 0.5 µm 251 mm² [4] Pentium Pro 5,500,000 1995 Intel 0.5 µm 307 mm² Pentium II 7,500,000 1997 Intel 0.35 µm 195 mm² AMD K6 8,800,000 1997 AMD 0.35 µm 162 mm² Pentium III 9,500,000 1999 Intel 0.25 µm 128 mm² Transistor Date of Processor Manufacturer Process Area count introduction AMD K6-III 21,300,000 1999 AMD 0.25 µm 118 mm² AMD K7 22,000,000 1999 AMD 0.25 µm 184 mm² [6] ARM Cortex-A9 26,000,000 2007 ARM Pentium 4 42,000,000 2000 Intel
    [Show full text]
  • DX094251.Pdf
    Open Research Online The Open University’s repository of research publications and other research outputs State policy, liberalisation and the development of the Indian software industry Thesis How to cite: Heeks, Richard Brendan (1991). State policy, liberalisation and the development of the Indian software industry. PhD thesis The Open University. For guidance on citations see FAQs. c 1991 The Author https://creativecommons.org/licenses/by-nc-nd/4.0/ Version: Version of Record Link(s) to article on publisher’s website: http://dx.doi.org/doi:10.21954/ou.ro.0000dfed Copyright and Moral Rights for the articles on this site are retained by the individual authors and/or other copyright owners. For more information on Open Research Online’s data policy on reuse of materials please consult the policies page. oro.open.ac.uk State Policy, Liberalisation and the Development of the Indian Software Industry Richard Brendan Heeks MA, MPhII Submitted for the degree of Doctor of Philosophy Technology Policy Group Faculty of Technology Open University January 1991 31 0076593 8 5 I llI IIll 1111111 II <1 L. L)N 7 State Policy, Liberalisation and the Development of the Indian Software Industry Richard Brendan Heeks MA, MPhII Submitted for the degree of Doctor of Philosophy Technology Policy Group Faculty of Technology Open University kr ii be oLsc orL IMAr January 1991 Abstract This thesis investigates the relationship between industrial development and industrial policy in a developing country. The chosen industry - software - is of recent origin and of growing importance in many developing countries, for which it can present one of the best entry points into the information technology production complex.
    [Show full text]
  • Unit 1 Evolution of the Microprocessor Structure 1.1 Introduction
    Subject Code : DEL34 Subject Title : Microprocessor Structure of the Course Content BLOCK 1 Introduction Unit 1: Evolution of Microprocessors Unit 2: Advantages of Microprocessors Unit 3: Various MPU Families (SSI, LSI, VLSI, SLSI) BLOCK 2 8085 Unit 1: Introduction Unit 2: Architecture of 8085 Unit 3: Block and Pin Diagram of 80851 and it’s functions Unit 4: BUS Details BLOCK 3 8085 Programming Unit 1: Instruction formats & Addressing Modes Unit 2: Instruction Set and It’s Cycle Unit 3: Timing Diagrams and Status Signals Unit 4: Simple Programs BLOCK 4 8085 Interfacing Unit 1: Memory mapping Unit 2: Interrupts Unit 3: I/O Peripheral Interfacing BLOCK 5 16 bit Microprocessor Unit 1: Introduction to 8086 Unit 2: Architecture of 8086 Unit 3: Block and Pin Diagram of 8086 and it’s functions Unit 4: BUS Details Books : 1. 8085 Microprocessor by Ramesh gaonkar by Penram Publishers 2. 8086 Microprocessor by Douglas hall Unit 1 Evolution of the Microprocessor Structure 1.1 Introduction 1.2 Objectives 1.3 The Breakthrough in Microprocessors 1.4 What led to the development of microprocessors? 1.5 How a microprocessor works 1.6 Archictecture of a microprocessor 1.7 Generation of microprocessors 1.8 Companies associated with microprocessors 1.9 Microprocessors Today 1.10 Where is the industry of microprocessors going? 1.11 Summary 1.12 Keywords 1.13 Exercise 1.1 Introduction The Collegiate Webster dictionary describes microprocessor as a computer processor contained on an integrated-circuit chip. In the mid-seventies, a microprocessor was defined as a central processing unit (CPU) realized on a LSI (large-scale integration) chip, operating at a clock frequency of 1 to 5 MHz and constituting an 8-bit system.
    [Show full text]