Amazon.com: Z-80 Microprocessor: Architecture, Interfacing, Programming, and Design (3rd Edition) (9780130255181): Ramesh M. Gaonkar: Books

Have one to sell? Sell yours here
Z-80 Microprocessor: Architecture, Interfacing, Programming, and Design (3rd Edition)
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Z-80 Microprocessor: Architecture, Interfacing, Programming, and Design (3rd Edition) [Paperback]

Ramesh M. Gaonkar (Author)
4.5 out of 5 stars  See all reviews (2 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Hardcover --  
Paperback --  

Book Description

July 22, 2000 0130255181 978-0130255181 3
This text is intended for microprocessor courses at the undergraduate level in technology, engineering, and computer science. Now in its third edition, it provides a comprehensive treatment of the microprocessor, covering both hardware and software based on the Z80 microprocessor family.This edition preserves the focus of the earlier editions and includes the following changes: * Chapters have been revised to include the most recent technological changes in 32- and 64-bit microprocessors and 8-bit microcontrollers. * Several illustrative programs have been added throughout the text. * Complete data sheets for the LM 135 temperature sensor and LCD panel, and a complete list of Z80 instructions with machine cycles, T-states, and flags are included in the Appendixes. * Appendix G, which contains answers to selected questions, has been added.


Editorial Reviews

From the Publisher

This book provides comprehensive coverage of the Z80 microprocessor, carefully integrating hardware and software topics with practical laboratory exercises. --This text refers to the Hardcover edition.

From the Inside Flap

Preface

This microprocessor textbook, now in its third edition, has been in the field for twelve years. It is gratifying to see such acceptance of the integrated approach to teaching basic microprocessor concepts. This text is intended for microprocessor courses at the undergraduate level in technology, engineering, and computer science. It is a comprehensive treatment of the microprocessor, covering both hardware and software based on the Z80 microprocessor family. Although a course in digital logic is a prerequisite, it does not assume a background in programming. At the outset, I would like to respond to the following questions generally raised in academic circles.

1. In the 2000s, is an 8-bit microprocessor an appropriate device for teaching microprocessor concepts? If we consider the worldwide sales volume of microprocessor chips, the answer is a resounding yes; 8-bit microprocessors (including single-chip microcontrollers) account for more than 90% of the total sales. This question can be better answered by an analogy from the auto industry. For transportation, we have trucks, sports cars, family cars, and compact cars. Each serves a different purpose. The 8-bit microprocessors have already established their market in the areas of industrial control, such as machine control, process control, instrumentation, and consumer appliances. The 32-bit microprocessors are used primarily in computers; they are so powerful that their applications are better suited in such areas as high-speed data processing, CAD/CAM, multi-tasking, and multi-user systems. The 32-bit microprocessors are less likely to replace 8-bit microprocessors in industrial control applications. In many applications, even 8-bit microprocessors are utilized at less than 50% of their capacity. The microprocessor is no longer a novelty to be discussed in elective courses; it has become a fundamental device to be taught in electrical, computer engineering, and technology fields. The basic concepts of architecture, programming, and interfacing are easier to teach with the 8-bit than with larger microprocessors.

2. Why teach Z80? This question has several answers. One is that the Z80 is one of the widely used general-purpose microprocessors in industrial applications. It has a simple architecture and a powerful instruction set that includes the 8085 instruction set (except for two instructions). The Z80 mnemonics are logical and easy to learn. The instruction set includes many powerful concepts of 16-bit microprocessors. In addition, there appears to be a resurgence of interest in the Z80, indicated by the introduction of Z80-compatible microprocessors by major manufacturers such as Hitachi and Toshiba. It is being used as an embedded controller in applications such as TI calculators and home appliances (coffee machines and washers/dryers).

The microprocessor is a general purpose programmable logic device. A thorough understanding of the microprocessor demands concepts and skills from two different disciplines: hardware concepts from electronics and programming skills from computer science. Hardware is the physical structure of the microprocessor; programming makes it function—one without the other is meaningless. Therefore, in this text, the contents are presented with an integrated approach to hardware and software in the context of the Z80 microprocessor. The third edition preserves the same focus of earlier editions and includes additions suggested by reviewers and by faculty users. Organization of the Text

Part I introduces a microprocessor-based system, the Microprocessor-Controlled Temperature System (MCTS), and focuses on microprocessor architecture and interfacing. When appropriate, each chapter refers and illustrates relevant subsystems of the MCTS. Part II introduces programming; Part III integrates the hardware and software concepts from earlier sections and illustrates interface and design of microprocessor-based products. The design of the MCTS is used to synthesize the concepts discussed throughout the text. Each topic is covered in depth, from basic concepts to industrial applications, and illustrated by numerous examples with complete schematics. Material is supported with assignments having practical applications.

Part I consists of five chapters, presented with the spiral approach, that deal with the hardware aspects of the microcomputer as a system. The material is presented in a format analogous to the view from an airplane that is getting ready to land. As the plane circles, the passenger observes a view without details. As the plane descends, the same view is seen with more details. This approach is preferable because students need to use a microcomputer as a system in their laboratory work in the early stages of a course, before understanding all aspects of the system. Chapter 1 presents an overview of microprocessor-based systems. It presents the 8-bit microprocessor as a programmable device and an embedded controller, rather than as a computing device or CPU used in computers. Chapter 2 develops a generalized model of the microprocessor unit and focuses on the basic concepts related to memory and input/output (I/O). Chapter 3 examines the Z80 microprocessor in the context of the hardware and software models developed in Chapter 2. Chapters 4 and 5 are concerned with basic concepts in interfacing memory and 1/O, respectively.

Part II has six chapters that deal with Z80 instructions, programming techniques, program development, and software development systems. Chapters 6 and 7 are general in nature and introduce assembly language programming and assemblers. Chapter 6 includes the detailed programming model of the Z80 microprocessor. This will enable faculty members to teach programming independently of Part I. Because of easy access to personal computers on college campuses, I have emphasized the use of assemblers to assemble programs. Except for the addition of end-of-chapter questions, the remaining chapters include few content changes. Chapters 8 through 11 present a step-by-step format; a few instructions that can perform a simple task are selected. Each instruction is reviewed briefly by referring to the instruction set in the appendix. These instructions are then used in writing programs with explanations of programming techniques and troubleshooting hints. Each illustrative program begins with a problem statement, provides the analysis of the problem, illustrates the program, and explains the programming steps. These chapters conclude by reviewing all the instructions discussed. The contents in Part Il are presented in such a way that, in a course with heavy emphasis on hardware, students can teach themselves assembly language programming if necessary.

Part III synthesizes the hardware concepts presented in Part I and the software techniques in Part II. It deals with advanced topics in interfacing memory and I/Os with numerous industrial and practical examples. Each illustration analyzes the hardware and includes software, and describes how hardware and software work together to accomplish given objectives. Chapters 12 through 16 include various types of data transfer between the microprocessor and its peripherals, such as interrupts, interfacing of dynamic memory, I/O with handshake signals using programmable devices, and serial 1/O. Chapter 17 has been substantially revised: the project which brings together all the concepts discussed in the text has been changed from the IC Tester to the Microprocessor-Controlled Temperature System (MOTS). Chapter 18 has been updated to include the latest 32and 64-bit microprocessors, such as the Intel Pentium, and microcontrollers, such as Motorola 68HC 11 and PIC family. Finally, the text includes two appendices related to the instruction set. Appendix A includes the complete set of Z80 instructions explained with illustrative examples in alphabetical order so that students can easily access the instruction set with a complete explanation of each item. Appendix E has been updated to include additional data sheets for temperature sensors and LCDs. Appendix F summarizes all the instructions with flag i4formation for quick reference when writing programs. New and Improved Features in the Third Edition

The third edition includes the following changes and additions.

Chapter 1 is revised to include the most recent technological changes and introduces a block diagram of the Microprocessor-Controlled Temperature System (MCTS). Chapter 4, Memory Interfacing, illustrates the memory design of the MCTS project. Chapter 5, I/O Interfacing, illustrates the necessary input and output devices and their interfacing for the MOTS project. Part II (Chapters 6 through 11) has several additional illustrative programs. Chapter 7 is revised to include technological changes, and Chapter 8 includes a detailed discussion on flowcharts and flags. Chapter 9 includes a program called `Sort,' which arranges data either in ascending or descending order. Chapter 13 includes an additional illustration, Interfacing a Liquid Crystal Display, which has become a popular display device in industrial systems. Chapter 17 synthesizes the hardware and software concepts discussed in earlier chapters by illustrating the design of the MOTS project. Chapter 18 is updated to include the latest technological changes in 32- and 64-bit microprocessors and 8-bit microcontrollers. In Appendix E, complete data sheets for the LM 135 Temperature Sensor and an LCD panel are included. Appendix F includes a complete list of Z80 instructions with machine cycles, T -states, and flags. A new appendix G includes answers to selected problems. A Word to Faculty

The first edition was based on my teaching experience, my course development efforts, and my association with industry engineers and programmers. It was an attempt to share my classroom experiences and my observations of industrial practices. My assumptions and observations of twelve years ago, outlined in the preface of the first edition, appear to be valid today. They were as follows:

It is easier to teach microprocessor concepts with an 8-bit microprocessor than with a 16-bit microprocessor. Because of easy accessibility on college campuses to personal computers, they can be used to develop programs using cross assemblers. Software (instructions) is an integral part of the microprocessor and demands an emphasis equal to that of hardware. In industry, for the development of microprocessor-based projects, 70 percent of the efforts are devoted to software and 30 percent to hardware. Technology and engineering students tend to be oriented toward hardware and have considerable difficulty in programming. Students have difficulty understanding mnemonics and realizing the critical importance of flags.

This text meets the objectives of courses with various emphases at the undergraduate level. For a one-semester course with equal emphasis on hardware and software, the following chapters are recommended: Chapters 1 through 5 for hardware and interfacing lectures; and Chapters 6 through 10 and selected sections of Chapter 11 for software laboratory sessions. For additional interfacing concepts, the initial sections of Chapters 12, 13, and 15 (introduction to interrupts, programmable 1/O devices, and serial I/O) are recommended. If the course is heavily oriented toward hardware, Chapters 1 through 5 and Chapters 12 through 16 are recommended, and necessary programs can be selected from Chapters 6 through 10. Interfacing laboratory sessions can be designed around the illustrations within chapters or assignments given at the end of the chapters. If the course is heavily oriented toward software, Chapters 1 through 3 and Chapters 6 through 11 can be used. For a two-semester course, the entire text can be covered. The instructor's manual includes a course design, suggested weekly lecture and laboratory schedule, solutions, and selected figures for transparencies.

My courses have evolved since 1988, when the first edition was published. I now use an assembler and a simulator three weeks into a semester. We spend more dime examining the flag register to observe how flags are affected, and we devote several laboratory periods to examining the relationships between instructions and waveforms on the oscilloscope.

In the last twelve years, numerous faculty members shared their classroom experiences, concerns, and students difficulties with me through letters and e-mail. They made valuable suggestions for programming problems and interfacing projects. I have made every effort to incorporate those concerns and suggestions in the third edition. I appreciate any communication about the text, so please feel free to write or send an e-mail message. A Word to Students

The microprocessor is part of an exciting, challenging, and growing field; it will pervade industry for decades to come. To meet the challenges of this growing technology, you will need to be well conversant with the programmable aspect of the microprocessor. Programming is a process of problem solving and communication in a strange language of mnemonics. Most often, hardware-oriented students find this communication process very difficult. One of the questions frequently asked by a student is, "How do I get started in a programming assignment?" One approach is to examine various types of programs and imitate them. Begin by studying the illustrative program relevant to an assignment, its flowchart, analysis, and program description, particularly the comments. Read the instructions from Appendix A as necessary and pay attention to the flags. This text is written in such a way that simple programming of the microprocessor can be self-taught. Once you master the elementary programming techniques, interfacing and design become exciting and fun. Acknowledgments

For all the efforts behind this third edition, I express my sincere appreciation to my family: my wife, Shaila, for her unwavering support, and my daughters, Nelima and Vanita, for their enthusiasm for my writing activities. I also thank all the faculty members who provided valuable comments and suggestions and the reviewers of this edition: Robert Kenyon, Ohio Technical College; Dan Merkel, Milwaukee Area Technical College; Michael Morse, University of San Diego; Roger Off, Ohio Technical College; and Charles Ryasko, Mt. San Antonio College.

The MCTS project illustrated on this text was a course project. My special thanks to one of my outstanding students, David Reynolds, for his excellent work on this project.

I also thank the Prentice Hall staff, particularly my editor, Charles Stewart, and production editor Alex Wolf.

Ramesh S. Gaonkar
State University of New York
O.C.C. Campus at Syracuse
Syracuse, NY 13215
gaonkarr@sunyocc


Product Details

  • Paperback: 738 pages
  • Publisher: Prentice Hall; 3 edition (July 22, 2000)
  • Language: English
  • ISBN-10: 0130255181
  • ISBN-13: 978-0130255181
  • Product Dimensions: 9.3 x 7.7 x 1.6 inches
  • Shipping Weight: 3 pounds
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Best Sellers Rank: #1,369,407 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

2 Reviews
5 star:
 (1)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.5 out of 5 stars (2 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

18 of 19 people found the following review helpful:
5.0 out of 5 stars An excellent book for the Novice and Expert alike, July 14, 1999
By A Customer
This book is a classic example of what a text-book should be like - easy to read, comprehend and apply.

The book is split up in to thee sections - Interfacing, Architecture and Advanced topics. The reader is first introduced to the Z80 microprocessor and it's architecture, and a discussion follows as to why this device is still so important after twenty years of production.

The detailed and easy to read section on Memory and Hardware interfacing is very straight-forward and rich with examples to follow.

Although learning any new Assembly language can be rather intimidating, Gaonkar takes the sting out of it by supplying many useful examples and subroutines for the reader to follow and copy, with a detailed explination of the instruction set . Examples of binary multiplication and division are included, as are Binary to BCD conversion routines.

Chapter three goes on to describe advanced topics in interfacing design, such as interrupts and wait-states. Programmable input/output devices are also discussed, such as the intel 8255, as is serial communication and the RS-232 protocol.

The entire book is written in a very coherent fasion and the reader can really draw upon Gaonkar's obvious experience in this field. I cannot recommend this book highly enough to a novice approaching the Z80 microprocessor for the first time, or to any electronic engineer wishing to acquire a reference text on this subject.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
4.0 out of 5 stars Excellent book, but it could have been outstanding., November 23, 2002
By 
Raul (San Luis Potosi SLP Mexico) - See all my reviews
This review is from: Z-80 Microprocessor: Architecture, Interfacing, Programming, and Design (3rd Edition) (Paperback)
This book must be adopted for training students during a serious introduction to microprocessor-based design as the book is quite motivating, and self contained. However, the practical applications presented therein are not enough and briefly explained.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject