Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
173 views
Chapter 1 Microprocessors, Microcomputers, and Assembly Language
a
Uploaded by
athome
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Chapter 1 Microprocessors, Microcomputers, And Ass... For Later
Download
Save
Save Chapter 1 Microprocessors, Microcomputers, And Ass... For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
173 views
Chapter 1 Microprocessors, Microcomputers, and Assembly Language
a
Uploaded by
athome
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Chapter 1 Microprocessors, Microcomputers, And Ass... For Later
Carousel Previous
Carousel Next
Save
Save Chapter 1 Microprocessors, Microcomputers, And Ass... For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 22
Search
Fullscreen
Microprocessors, Microcomputers, and Assembly Language ‘The microcomputer plays a significant role in the everyday functioning of industrialized societies. The microcomputer is no different from any other com- puter in its basic structure. In the 1960s, computers were accessible and affordable only to such institu- tions as large corporations, universities, and govern- ment agencies. Today because of advances in semi conductor technology, the million-dollar computing capacity of the 1960s is now available for less than five dollars in an integrated circuit called the micro- processor. The microprocessor can be defined as a programmable logic device that can be used to con- trol processes, to turn devices on or off, or as a data processing unit of a computer. A computer that is designed using the microprocessor is called a micro- ‘computer. This chapter introduces the basic struc- ture of a computer and shows how the same structure is applicable to microprocessor-based products. Lat- er in the chapter, microcomputer applications in an industrial environment are presented in the context of the entire spectrum of various computer applica- tions. The microprocessor communicates and oper- ates in the binary numbers 0 and 1, called bits. Each microprocessor has a fixed set of instructions in the form of binary pattems called a machine language. However, it is difficult for humans to communicate in the language of 0s and Is. Therefore, the binary instructions are given abbreviated names, called mnemonics, which form the assembly language for a given microprocessor. This chapter explains both the machine language and the assembly language of the microprocessor known as the Z80. The advan- tages of assembly language are compared with such English-like languages as BASIC and FORTRAN,4 MICROPROCESSOR ARCHITECTURE AND INTERFACING OBJECTIVES 1 Draw a block diagram of a microprocessor-based © Explain the difference between the machine lan- system and explain the functions of each compo- guage and the assembly language of a com- nent: microprocessor, memory, and I/O, and their puter. lines of communication (the bus). © Explain the terms low-level and high-level lan- © Explain the terms SSI, MSI, and LSI. guages, © Define the terms bit, byte, word, instruction, soft- © Explain the advantages of an assembly language ware, and hardware over high-level languages. 1 ' ] MICROPROCESSORS eee ‘A microprocessor is a multipurpose, programmable logic device that reads binary instruc- tions from a storage device called memory, accepts binary data as input and processes data according to those instructions, and provides results as ouput. A typical programmable machine can be represented with three components: microprocessor, memory, and I/O as shown in Figure 1.1. These three components work together or interact with each other to perform a given task; thus, they comprise a system. The physical components of this system are called hardware. A set of instructions written for the microprocessor to per- forma task is called a program, and a group of programs is called software. The machine (system) represented in Figure 1.1 can be programmed to turn traffic lights on and off, compute mathematical functions, or keep track of a guidance system. This system may be simple or sophisticated, depending on its applications, and it is recognized by various names depending upon the purpose for which it is designed. When the microprocessor system is used for control applications such as turning devices (or machines) on and off, it is generally known as a microcontroller. When it is used for computing or data processing, it is known as microcomputer BINARY DIGITS The microprocessor operates in binary digits, 0 and 1, also known as bits. Bit is an abbreviation for the term binary digit. These digits are represented in terms of electrical voltages in the machine: generally, 0 represents one voltage level, and 1 represents an- other. The digits 0 and 1 are also synonymous with low and high, respectively FIGURE 1.1 A Programmable Machine |---| Memory Micro- processor }-__-| 0‘MICROPROCESSORS, MICROCOMIPUTERS, AND ASSEMBLY LANGUAGE Each microprocessor recognizes and processes a group of bits called the word, and microprocessors are classified according to their word length. For example, a processor with an 8-bit word is known as an 8-bit microprocessor, and a processor with a 16-bit word is known as a 16-bit microprocessor. A MICROPROCESSOR AS A. PROGRAMMABLE DEVICE The fact that the microprocessor is programmable means it can be ifistructed to perform given tasks within its capability. A toaster is an example of an elementary programmable machine. It can be programmed to remain on for a given length of time by adjusting a mechanical lever to a “light” or ‘dark’ setting. The toaster is designed to understand and execute one instruction, On the other hand, the present-day microprocessor is designed to understand and execute many binary instructions. It can be used to perform sophisticated computing functions as well as to perform such simple control tasks as turning devices on and off. The person using a microprocessor selects appropriate instructions and asks the microprocessor to perform various tasks on a given set of data. The engineer who designs a toaster determines the timing for light and dark toast, and the manufacturer of the toaster provides the necessary instructions to operate the toaster. Similarly, after the engineers designing a microprocessor determine a set of tasks the microprocessor should perform and design the necessary logic circuits, the manufac- turer of the microprocessor provides the user with a list of the instructions the processor will understand, For example, an instruction for adding two numbers may look like a group of eight binary digits, such as 1000 0000. These instructions are simply a pattem of Os and 1s. The user (programmer) selects instructions from the list and determines the sequence of execution for a given task. These instructions are entered or stored in a storage device calle’ memory, which can be read by the microprocessor. MEMORY Memory is like the page(s) of a notebook with space for a fixed number of binary numbers on each line. However, these pages are generally made of semiconductor material. Typ- ically, each line is an 8-bit register that can store eight binary bits, and several of these registers are arranged in a sequence called memory. These registers are always grouped together in powers of two. For example, a group of 1024 (2") 8-bit registers on a semi- conductor chip is known as 1K byte of memory; 1K is the closest approximation in thousands. The user writes the necessary instructions and data in memory through an input device (described below), and asks the microprocessor to perform the given task and find an answer. The answer is generally displayed at an output device (described below) or stored in memory INPUT/OUTPUT ‘The user can enter instructions and data into memory through such devices as a keyboard or simple switches. These devices are called input devices. The microprocessor reads the instructions from the memory and processes the data according to those instructions. The result can be displayed by such a device as seven-segment LEDs (Light Emitting Diodes) or printed by a printer. These devices are called output devices.‘MICROPROCESSOR ARCHITECTURE AND INTERFACING MICROPROCESSOR AS A CPU ‘We can also view the microprocessor as a primary component of a computer. Tradition- ally, the computer is represented in block diagram as shown in Figure 1.2 (a). The block diagram shows that the computer has four components: Memory, Input, Output, and the central processing unit (CPU), which consists of the ALU (Arithmetic/Logic Unit) and Control Unit. The CPU contains various registers to store data, the arithmetic/logic unit (ALU) to perform arithmetic and logical operations, instruction decoders, counters, and control lines. The CPU reads instructions from the memory and performs the tasks spec- ied. It communicates with input/output devices either to accept or to send data. These devices are also known as peripherals. The CPU is the primary and central player in ‘communicating with such devices as memory, input, and output. However, the timing of the communication process is controlled by the group of circuits called the control unit. In the 1960s, the CPU was designed with discrete components on various boards. With the advent of the integrated circuit technology, it became possible to build the CPU on a single chip; this came to be known as a microprocessor, and the traditional block diagram shown in Figure 1.2(a) can be replaced by the block diagram shown in Figure 1.200). FIGURE 1.2 (a) Traditional Block Diagram of | a Computer (b) Block Diagram 1 Arithmetic! | of a Computer with the Micro- | tagietnie | | processor as CPU | Lat" | ! | 1 conor] wo F—e[_ Ste +L ow u = emory @ Mico: Input aaa +} Output ceo Memory 0‘MICROPROCESSORS, MICROCOMPUTERS, AND ASSEMBLY LANGUAGE 1.11 Advances in Semiconductor Technology In the last thirty years, semiconductor technology has undergone unprecedented changes. After the invention of the transistor, integrated circuits (ICs) appeared on the scene at the end of the 1950s; an entire circuit consisting of several transistors, diodes, and resistors could be designed on a single chip. In the early 1960s, logic gates known as the 7400 series were commonly available as ICs, and the technology of integrating the circuits of a logic gate on a single chip became known as Small-Scale Integration (SSI). As semiconductor technology advanced, more than 100 gates were fabricated on one chip; this was called Medium-Scale Integration (MSI). A typical example of MSI is a decade counter (7490). Within a few years, it was possible to fabricate more than 1000 gates on a single chip; this came to be known as Large-Scale Integration (LSI). Now we are in the era of Very- Large-Scale Integration (VLSI) and Super-Large-Scale Integration (SLSI). The lines of demarcation between these different scales of integration are rather ill-defined and arbi- trary. As the technology moved from SSI to LSI, more and more logic circuits were built ‘on one chip, and they could be programmed to do different functions through hard wired connections. For example, a counter chip can be programmed to count in Hex or decimal by providing logic 0 or | through appropriate pin connections. The next step was the idea of providing Os and Is through a register. The necessary signal patterns of Os and Is were stored in registers and given to the programmable chip at appropriate times; the group of, registers used for storage was called memory. Because of the LSI technclogy, it became possible to build many computing functions and their related timing on a single chip. The Intel 4004 was the first 4-bit programmable device that was primarily used in calculators. It was designed by Intel Corporation and became known as the 4-bit micro- processor. It was quickly replaced by the 8-bit microprocessor (the Intel 8008), which was in tum superseded by the Intel 8080. In the mid-1970s, the Intel 8080 was widely used in control applications, and small computers also were designed using the 8080 as the CPU; these computers became known as microcomputers. Within a few years after the emer- gence of the 8080, the Motorola 6800, the Zilog 280, and the Intel $085 microprocessors were developed as improvements over the 8080. The 6800 was designed with a different architecture and the instruction set from the 8080. On the other hand, the 8985 and the Z80 were designed as upward software compatible with the 8080; that is, they included all the instructions of the 8080 plus additional instructions. In terms of the instruction set, the 8080 and the 8085 are almost identical; however, the Z80 has a powerful instruction set containing twice as many instructions as the 8080. As the microprocessors began to acquire more and more computing functions, they were viewed more as CPUs rather than as programmable logic devices. Most microcomputers are now built with 16- and 32-bit microprocessors, and 64-bit microprocessors are also being used in some prototype ‘computers. The 8-bit microprocessors are not simply being replaced by more powerful microprocessors, however; each microprocessor has begun to carve a niche for its own applications. The 8-bit microprocessors are being used as programmable logic devices in control applications, and the 16- and 32-bit microprocessors are being used for mathe- matical computing (number crunching) and data processing applications. Our focus here is in using 8-bit microprocessors as programmable devices.MICROPROCESSOR ARCHITECTURE AND INTERFACING 1.12 Microcomputer Organization Figure 1.3 shows a simplified but formal structure of a microcomputer. It includes four components: microprocessor, input, output, and memory (Read/Write Memory and Read- Only Memory). These components are organized around a common communication path called a bus. The entire group of components is also referred to as a system or a micro- computer system, and the components themselves are referred to as sub-systems. At the outset, it is necessary to differentiate between the terms microprocessor and microcom- puter because of the common misuse of these terms in popular literature. The micropro- cessor is one component of the microcomputer. On the other hand, the microcomputer is a complete computer similar to any other computer, except that the CPU functions of the microcomputer are performed by the microprocessor. Similarly, the term peripheral is used for input/output devices. The various components of the microcomputer shown in Figure 1.3 and their functions are described in this section. MICROPROCESSOR ‘The microprocessor is a semiconductor device consisting of electronic logic circuits man- ufactured by using either a large-scale (LSI) or very-large-scale integration (VLSI) tech. nique. The microprocessor is capable of performing various computing functions and making decisions to change the sequence of program execution. In large computers, a CPU implemented on one or more circuit boards performs these computing functions. The microprocessor is in many ways similar to the CPU, but includes all the logic circuitry, including the control unit, on one chip. The microprocessor can be divided into three segments for the sake of clarity, as shown in Figure 1.3: Arithmetic/Logic Unit (ALU), Register Array, and Control Unit. Arithmetic/Logic Unit This is the area of the microprocessor where various computing functions are performed on data. The ALU unit performs such arithmetic operations as addition and subtraction, and such logic operations as AND, OR, and exclusive OR Results are stored either in registers or in memory. Microprocessor Controt Memory FIGURE 1.3 Microcomputer with Bus Architecture‘MICROPROCESSORS, MICROCOMPUTERS, AND ASSEMBLY LANGUAGE, ter Array This area of the microprocessor consists of various registers. These registers are primarily used to store data temporarily during the execution of a program Some of the registers are accessible to the user through instructions. Control Unit The control unit provides the necessary timing and control signals to all the operations in the microcomputer. It controls the flow of data between the micropro- cessor and memory and peripherals. Now the question is: what is the relationship among the programmer's instruction (binary pattern of 0s and Is), the ALU, and the control unit? This can be explained with the ‘example of a Full Adder circuit. A Full Adder circuit can be designed with registers, logic gates, and a clock. The clock initiates the adding operation. Similarly, the bit pattern of an instruction initiates a sequence of clock signals, activates the appropriate logic circuits in the ALU, and performs the task. This is called microprogramming, which is done in the design stage of the microprocessor. The bit patterns required to initiate these micropro- gram operations are given to the programmer in the form of the instruction set of the microprocessor. The programmer selects appropriate bit patterns from the set for a given task and enters them sequentially in memory through an input device. When the CPU reads these bit patterns one at a time, it initiates appropriate microprograms through the control unit, and performs the task specified in the instructions. At present, various microprocessors are available from different manufacturers. Examples of widely used 8-bit microprocessors include the Intel 8085, Zilog Z80, and Motorola 6800 and 6809. Earlier microcomputers such as the Radio Shack TRS-80, the Televideo 803, and the Kaypro 4 are designed around the 280 microprocessor. The recent versions of IBM personal computers, Personal System/2, are designed around 16-bit and 32-bit microprocessors; the model 60 is based on the Intel 80286 (16-bit) and the model 80 is based on the Intel 80386 (32-bit). Single-board microcomputers such as the Intel SDK- 85, the Motorola MEK-6800-D2, the Multitech Micro-Professor, and the CAMI Research Micro-Trainer are commonly used in college laboratories; the SDK-85 is based on the 8085 microprocessor, the MEK-6800-D2 on the 6800 microprocessor, and the Micro- Professor and the Micro-Trainer on the Z80 microprocessor. INPUT ‘The input section transfers data and instructions in binary from the outside world to the microprocessor. It includes such devices as a keyboard, a teletype, and an analog-to- digital converter. Typically, a microcomputer used in college laboratories includes either a hexadecimal keyboard or an ASCII keyboard as an input device. The hexadecimal (Hex) keyboard has 16 data keys (0 to 9 and A to F) and some additional function keys to perform such operations as storing data and executing programs. The ASCII keyboard (explained in Section 1.3) is similar to a typewriter keyboard, and it is used to enter programs in an English-like language. Although the ASCII keyboard is found in most microcomputers, single-board microcomputers generally have Hex keyboards. OUTPUT ‘The output section transfers data from the microprocessor to such output devices as light emitting diodes (LEDs), a cathode-ray tube (CRT), a printer, a magnetic ‘ape, or another
You might also like
Print Microprocessor
PDF
No ratings yet
Print Microprocessor
47 pages
CourceMeterials DEL34
PDF
100% (1)
CourceMeterials DEL34
206 pages
MICROPROCESSORS
PDF
No ratings yet
MICROPROCESSORS
56 pages
Ec09 505 Microprocessors and Microcontrollers: Prepared by Lekha Pankaj Asst - Professor ECE Dept
PDF
No ratings yet
Ec09 505 Microprocessors and Microcontrollers: Prepared by Lekha Pankaj Asst - Professor ECE Dept
40 pages
7 BSc CS Microprocessor.indd
PDF
No ratings yet
7 BSc CS Microprocessor.indd
96 pages
Microprocessor and Microcontroller (1)
PDF
No ratings yet
Microprocessor and Microcontroller (1)
15 pages
CHP 02 Computer Hardware
PDF
No ratings yet
CHP 02 Computer Hardware
78 pages
Learning Outcomes: After Undergoing The Subject, The Students Will Be Able To
PDF
No ratings yet
Learning Outcomes: After Undergoing The Subject, The Students Will Be Able To
16 pages
Week 2 Course Material
PDF
No ratings yet
Week 2 Course Material
60 pages
Microprocessor, Microcomputer and Assembly Language
PDF
No ratings yet
Microprocessor, Microcomputer and Assembly Language
22 pages
8051 Lecture
PDF
No ratings yet
8051 Lecture
23 pages
MP_unit 1_new
PDF
No ratings yet
MP_unit 1_new
84 pages
Microprocessors & Microcontrollers: Dr. Farzana Kulsoom
PDF
No ratings yet
Microprocessors & Microcontrollers: Dr. Farzana Kulsoom
78 pages
Microprocessors
PDF
No ratings yet
Microprocessors
63 pages
Chapter One - Copy (2)
PDF
No ratings yet
Chapter One - Copy (2)
41 pages
01 Introduction To Microprocessors
PDF
No ratings yet
01 Introduction To Microprocessors
44 pages
Chapter On Ic and Scales of Intergration and Logic Families Part A
PDF
No ratings yet
Chapter On Ic and Scales of Intergration and Logic Families Part A
27 pages
UNIT 1 Microprocessor
PDF
No ratings yet
UNIT 1 Microprocessor
204 pages
Cs 2 Chapter 1
PDF
No ratings yet
Cs 2 Chapter 1
16 pages
01 - Introduction To Microprocessors
PDF
No ratings yet
01 - Introduction To Microprocessors
24 pages
Microprocessor Systems and VLSI Devices - Part 1
PDF
No ratings yet
Microprocessor Systems and VLSI Devices - Part 1
17 pages
Chapter 1
PDF
No ratings yet
Chapter 1
42 pages
Cse-213 Microcontroller Programming Kopyası PDF
PDF
No ratings yet
Cse-213 Microcontroller Programming Kopyası PDF
29 pages
For GP 3
PDF
No ratings yet
For GP 3
19 pages
CS-2-chp1
PDF
No ratings yet
CS-2-chp1
26 pages
CH 1
PDF
No ratings yet
CH 1
12 pages
1 MP 8085
PDF
No ratings yet
1 MP 8085
55 pages
Chapter 1 Introduction To Computer Organization and Architecture
PDF
No ratings yet
Chapter 1 Introduction To Computer Organization and Architecture
58 pages
8086 Microprocessor Architecture
PDF
No ratings yet
8086 Microprocessor Architecture
132 pages
Presented by Priya SAI M. SC Physics 1 SEM Guided by Rojan Joy Sir
PDF
No ratings yet
Presented by Priya SAI M. SC Physics 1 SEM Guided by Rojan Joy Sir
16 pages
Digital Computer Electronics 3rd Edition - Chapters 13-16 PDF
PDF
No ratings yet
Digital Computer Electronics 3rd Edition - Chapters 13-16 PDF
50 pages
Microprocessors Evolutionintroductionto8085 150803070442 Lva1 App6892
PDF
No ratings yet
Microprocessors Evolutionintroductionto8085 150803070442 Lva1 App6892
63 pages
Microprocessor Notes PDF
PDF
No ratings yet
Microprocessor Notes PDF
101 pages
Microprocessor Notes PDF
PDF
No ratings yet
Microprocessor Notes PDF
101 pages
Microprocessor CH 01
PDF
No ratings yet
Microprocessor CH 01
56 pages
Microprocessor Based System Design - 1 - Lec
PDF
No ratings yet
Microprocessor Based System Design - 1 - Lec
151 pages
Lesson1_Structural-Components-of-Microprocessors_Microcontroller
PDF
No ratings yet
Lesson1_Structural-Components-of-Microprocessors_Microcontroller
5 pages
Lecture 1
PDF
No ratings yet
Lecture 1
23 pages
CPE 311 PDF
PDF
No ratings yet
CPE 311 PDF
43 pages
Microprocessor - Sanjay Chawal Sir
PDF
No ratings yet
Microprocessor - Sanjay Chawal Sir
192 pages
2nd CHAPTER Mechatronics
PDF
No ratings yet
2nd CHAPTER Mechatronics
50 pages
Mal CH1
PDF
No ratings yet
Mal CH1
40 pages
chapter 1
PDF
No ratings yet
chapter 1
51 pages
Lecture Notes Week 1 Introduction To Microprocessor
PDF
100% (2)
Lecture Notes Week 1 Introduction To Microprocessor
51 pages
00 Lec 1
PDF
No ratings yet
00 Lec 1
11 pages
1. Chapter_01__Lecture_01
PDF
No ratings yet
1. Chapter_01__Lecture_01
11 pages
8085 - Part I PDF
PDF
No ratings yet
8085 - Part I PDF
27 pages
1-Introduction To Course-15-07-2024
PDF
No ratings yet
1-Introduction To Course-15-07-2024
15 pages
Lecture - Microprocessors
PDF
No ratings yet
Lecture - Microprocessors
35 pages
1 History of Microprocessor
PDF
No ratings yet
1 History of Microprocessor
80 pages
8085 Basics
PDF
No ratings yet
8085 Basics
61 pages
4Bcs504: Microprocessors: Module-I: Introduction
PDF
No ratings yet
4Bcs504: Microprocessors: Module-I: Introduction
60 pages
8085microprocessor 2
PDF
No ratings yet
8085microprocessor 2
97 pages
Microprocessor Fundamentals: by Physics Department Smt. CHM College, Ulhasanagar-3
PDF
100% (1)
Microprocessor Fundamentals: by Physics Department Smt. CHM College, Ulhasanagar-3
26 pages
Lec 5 Flip Flop &latches and Glitches
PDF
No ratings yet
Lec 5 Flip Flop &latches and Glitches
55 pages
Microprocessor 01
PDF
No ratings yet
Microprocessor 01
62 pages
Module 4 Living in The IT Era
PDF
No ratings yet
Module 4 Living in The IT Era
8 pages
Scribd
PDF
No ratings yet
Scribd
5 pages
M
PDF
No ratings yet
M
50 pages
Semiconductor Theory Theory Support
PDF
No ratings yet
Semiconductor Theory Theory Support
17 pages
Grob Multism Flyer Final
PDF
No ratings yet
Grob Multism Flyer Final
1 page
T1B 160 TMF32-630 1p F FC Cu (1 Ù70mm2) : Informacion General
PDF
No ratings yet
T1B 160 TMF32-630 1p F FC Cu (1 Ù70mm2) : Informacion General
3 pages
Chapter 01 2
PDF
No ratings yet
Chapter 01 2
46 pages
Lecture1 Intro
PDF
No ratings yet
Lecture1 Intro
20 pages
45 - 6575 - EE231 - 2013 - 1 - 1 - 1 - EE 231 - Lect - 01
PDF
No ratings yet
45 - 6575 - EE231 - 2013 - 1 - 1 - 1 - EE 231 - Lect - 01
18 pages
Lecture1 Intro
PDF
No ratings yet
Lecture1 Intro
20 pages
Basic Laws: Dr. Mustafa Uyguroglu
PDF
No ratings yet
Basic Laws: Dr. Mustafa Uyguroglu
36 pages
The Programmable Peripheral Interface (8255A)
PDF
No ratings yet
The Programmable Peripheral Interface (8255A)
27 pages
Lecture8 Memory Sys
PDF
No ratings yet
Lecture8 Memory Sys
26 pages
Introduction To Input-Output Devices
PDF
No ratings yet
Introduction To Input-Output Devices
7 pages
Project 1
PDF
No ratings yet
Project 1
5 pages
Lecture3 Cpu Seq
PDF
No ratings yet
Lecture3 Cpu Seq
24 pages
EKT222 Microprocessor System Northern Malaysia University College of Engineering
PDF
No ratings yet
EKT222 Microprocessor System Northern Malaysia University College of Engineering
1 page
EKT222 Microprocessor System Northern Malaysia University College of Engineering
PDF
No ratings yet
EKT222 Microprocessor System Northern Malaysia University College of Engineering
4 pages
Week 1 Lecture 1
PDF
No ratings yet
Week 1 Lecture 1
40 pages
Documents: Project 2: Amplitude Modulator Circuit
PDF
No ratings yet
Documents: Project 2: Amplitude Modulator Circuit
3 pages
Lab 3 Probl e M: EKT222 Microprocessor System Northern Malaysia University College of Engineering
PDF
No ratings yet
Lab 3 Probl e M: EKT222 Microprocessor System Northern Malaysia University College of Engineering
1 page