Zilog Developer Studio II

Total Page:16

File Type:pdf, Size:1020Kb

Zilog Developer Studio II Z8 Encore!® Microcontroller Zilog Developer Studio II Product Brief PB009708-1010 Zilog Developer Studio II ZDS II Products Integrated for the Z8 Encore! Assembler ez8asm Introduction Compiler ez8cc Zilog Developer Studio II (ZDS II) Integrated Linker ez8link Development Environment is a complete stand- Librarian ez8lib alone system that provides a state-of-the-art devel- opment environment. Based on standard Windows Simulator Yes user interfaces, ZDS II integrates a language-sensi- Flash Loader Yes tive editor, project manager, C-Compiler, assem- Host Communication RS-232, USB, Ethernet bler, linker, librarian, and source-level symbolic debugger to provide a development solution specif- Figure 1 illustrates a typical display interface ically tailored to the Z8 Encore! line of microcon- showing many of the features of ZDS II. trollers. Figure 1. ZDS II’s Easy-To-Use Interface ZiLOG Worldwide Headquarters • 1590 Buckeye Drive • Milpitas, CA 95035 Telephone: 408.513.1500 • Fax: 408.365.8535 • www.zilog.com Zilog Developer Studio II for the Z8 Encore!® Microcontroller Product Brief 2 Easy-To-Use Interface • Download, Execute, Debug, and Analyze ZDS II provides a standard user interface with • Language-sensitive editor intuitive, easy-to-use controls commonly found in • Print the disassembly, call stack, symbol, ® Windows -based environments. The system con- memory and register window outputs for tains an integrated set of windows, document future reference views, menus, and toolbars to create, test and refine applications without having to alternate • Symbolic source-level debugging for C and between different systems. assembly languages • Online Help Flexible and Adaptable Design • Full-featured assembler and linker Capabilities • Interleaved source and disassembly Designed to use the multithreading capability of the host operating system, multiple operations can • Makefile generation be performed efficiently and easily with ZDS II. • Scripting language Working in this type of multitasking environment allows file editing while simultaneously compiling Specifications code. • Zilog Developer Studio (ZDS II) Save Valuable Time • Configurable settings for: The basic components of ZDS II are an assembler, CPU Target eZ8 C-Compiler, linker, debugger, and editor. Each Compiler Debugger of these modules plays an important role in helping a developer compile a product in record time. Assembler Debug Tool Incorporating auto-completion and auto-insert for Linker Workspace braces and quotes, the Intelligent Editor allows Editor options (syntax coloring, users to read and write code faster, navigate intelli- tabs, foldings, etc.) gently and identify and correct mistakes. • Debugger: Combining a simple interface and flexible design – elements results in full command of design appli- Source level, symbolic assembly debug- cations and quick time-to-market. ging – eZ8 C-Compiler Features • Supported Zilog processor family: Zilog's Z8 Encore!® Microcontrollers • Integrated Project Management—create, add, or remove project files • Host operating systems: Windows 2000, Windows XP Pro (32-bit), Windows Vista, • Intelligent Editor Support that allows you to Windows 7 read and write code faster, navigate intelli- ® gently and identify and correct mistakes • Supported hardware: Zilog Z8 Encore! Microcontroller On-Chip Debugger devices • Color configuration per syntax style • Find, Find in Files and Replace capabilities • Optimizing ANSI eZ8 C-Compiler • Compile, Build, and Rebuild All capabilities PB009708-1010 Zilog Developer Studio II – Z8 Encore!® Microcontroller Zilog Developer Studio II for the Z8 Encore!® Microcontroller Product Brief 3 IDE Window Details user. The Command Output window displays all text messages and output generated by the ZDS II Zilog ZDS II features several windows that allow IDE as it executes commands. viewing various aspects of ZDS II tools while The following windows output can be printed: Dis- working with a project. assembly, call stack, symbol, memory and register. Project Workspace Window Just click on the window and press CTRL + P (or right-click on the window and select “print”). The Project Workspace window displays project files. It uses a graphical hierarchy to display a proj- Status Bar ect’s source, dependency, and object files. This The Status Bar displays the current status of pro- graphic tree displays separate folders for source, gram execution. Status messages include STOP, web, and dependency files. These files display in STEP, and RUN. STOP mode halts the program. the Project Workspace window when the project is STEP mode allows Step Into, Step Over, and Step first opened. Out commands. Editor Window Debug Windows The Editor window allows viewing and editing of ZDS II features several specialized windows that the files in a project. It includes a chroma-code lan- allow viewing information that helps to debug guage-sensitive editor that displays instructions, applications. These windows are only available comments, and assembler directives in different when running in Debug mode. Select the Debug colors. It also includes built-in search capabilities. Windows submenu and the name of the Debug Double-click on an error message in the output window or click on the appropriate Debug win- window to find the line containing the error. dow’s icon in the toolbar. Figure 2 illustrates the Output Windows Debug Window. Developers can use the following commands and Use the Output windows to view comments and tools: errors when building or compiling a project. Out- put windows contain tabs for Build, Debug and • Go, Break, Reset, Step Into, Step Over, Step Find, Message, and Command Output functions. Out, and Set Next Instruction commands The Build tab displays the results of the assembler/ • Run or Jump to Cursor commands linker process. The Debug tab displays error mes- sages during the Debug and Build processes. The • Downloading code to Zilog emulators two Find files hold the results of the Find in Files • Inserting or removing breakpoints Command, depending on which Find in Files tab the user chooses. The Messages Output window • Enable/Disable (All) breakpoints displays informational messages intended for the PB009708-1010 Zilog Developer Studio II – Z8 Encore!® Microcontroller Zilog Developer Studio II for the Z8 Encore!® Microcontroller Product Brief 4 Disassembly Editor Window Project Memory Window Window Locals Window Symbols Call Stack Window Window Output Window Registers Window Figure 2. Debug Windows—Example Table 1 lists the Debug windows and functions. Table 1. Functions of the Debug Window Debug Window Function Registers Displays the contents of all registers. Clock Displays the number of states executed since the last reset. Memory Displays data located in program memory. Watch Displays all the variables and their values defined using the WATCH command. If the variable is not in scope, the variable is not displayed. Locals Displays all local variables that are currently in scope. Call Stack Displays the functions whose frames have been pushed onto the stack. Symbols Displays the address for each symbol in the program. Disassembly Displays the assembly code associated with the code displayed in the Code win- dow. For each line in this window, the address location, the machine code, the assembly instruction and its operands display. Special Function Displays the contents of the special function registers for the selected target. Registers PB009708-1010 Zilog Developer Studio II – Z8 Encore!® Microcontroller Zilog Developer Studio II for the Z8 Encore!® Microcontroller Product Brief 5 eZ8 C-Compiler <limits.h> and <stddef.h>. This release sup- ports more of the standard library than is required Introduction of a freestanding implementation. The compiler runs on the Windows 2000, The eZ8 C-Compiler is an optimizing ANSI C- Windows XP Pro (32-bit), Windows Vista or Compiler. The eZ8 C-Compiler meets ANSI’s defi- Windows 7 operating systems and can be invoked nition of a freestanding implementation (code can either through the command line or within the be developed for another machine; also, it is not Zilog Developer Studio Integrated Development assumed that operating system services will be Environment. There are several language exten- available at run time), with the exception that dou- sions supported in this version of the compiler, bles (object types) are 32 bits. In accordance with including interrupt functions and memory space the definition of a freestanding implementation, the accesses. compiler accepts programs which confine the use of the features of the ANSI standard library to the Figure 3 illustrates an example of the eZ8 C-Com- contents of the standard headers: <float.h>, piler development flow. C Source Files Assembler C- Source Compiler Assembler Assembler Source IEEE695 Linker Archiver Object Command Files Files Linker Libraries of IEEE695 Object Files IEEE695 File Target Board Figure 3. C-Compiler Development Flow PB009708-1010 Zilog Developer Studio II – Z8 Encore!® Microcontroller Zilog Developer Studio II for the Z8 Encore!® Microcontroller Product Brief 6 Software Features • 512MB RAM or more • Highly optimized ANSI C-Compiler • 50MB hard disk space or more • ANSI C run time library • Super VGA Video adapter – String manipulation • CD-RM – Character classification and conversion • One or more RS-232 ports – Buffer manipulation • USB Port – Data conversion • Ethernet Port – Floating point and trigonometric functions • Single precision IEEE floating point support Supported Zilog
Recommended publications
  • Oral History Panel on the Development and Promotion of the Zilog Z8000 Microprocessor
    Oral History Panel on the Development and Promotion of the Zilog Z8000 Microprocessor Moderator: Michael Slater Panelists: Federico Faggin Bernard Peuto Masatoshi Shima Ralph Ungermann Recorded: April 27, 2007 Mountain View, California CHM Reference number: X4022.2007 © 2007 Computer History Museum Michael Slater: We have with us today [April 27, 2007] four people who were involved in its [Zilog Z8000 microprocessor] creation: Ralph Ungermann, Bernard Peuto, Federico Faggin, and Masatoshi Shima. We’ve heard about the backgrounds from Shima-san, Federico and Ralph in the previous tape [oral history by the Z80 team], so we’ll start with Bernard. Could you tell us about your educational background, your experience before you came to this project? Bernard Peuto: Yes. I was born in France where I got an engineering education in radio and in computers in 1967 and 1968. I came to Berkeley to do a Ph.D. In 1969, I had my Master of Arts from Berkeley in computer science and I passed my prelim. I went back to do my military duties and then I came back and got a Ph.D. in computer science in 1974. My dissertation was about memory protection, which will come back as a subject later. As my first job I joined Amdahl Corporation from 1973 to 1976. The reason I joined Amdahl Corporation was that Charlie Bass was sharing an office with me when he was an assistant professor at Berkeley and I was a Ph.D. student and Charlie Bass had a good friend of his that was working at Fujitsu so through that connection I was hired as a computer architect at Amdahl Corporation.
    [Show full text]
  • Microprocessors in the 1970'S
    Part II 1970's -- The Altair/Apple Era. 3/1 3/2 Part II 1970’s -- The Altair/Apple era Figure 3.1: A graphical history of personal computers in the 1970’s, the MITS Altair and Apple Computer era. Microprocessors in the 1970’s 3/3 Figure 3.2: Andrew S. Grove, Robert N. Noyce and Gordon E. Moore. Figure 3.3: Marcian E. “Ted” Hoff. Photographs are courtesy of Intel Corporation. 3/4 Part II 1970’s -- The Altair/Apple era Figure 3.4: The Intel MCS-4 (Micro Computer System 4) basic system. Figure 3.5: A photomicrograph of the Intel 4004 microprocessor. Photographs are courtesy of Intel Corporation. Chapter 3 Microprocessors in the 1970's The creation of the transistor in 1947 and the development of the integrated circuit in 1958/59, is the technology that formed the basis for the microprocessor. Initially the technology only enabled a restricted number of components on a single chip. However this changed significantly in the following years. The technology evolved from Small Scale Integration (SSI) in the early 1960's to Medium Scale Integration (MSI) with a few hundred components in the mid 1960's. By the late 1960's LSI (Large Scale Integration) chips with thousands of components had occurred. This rapid increase in the number of components in an integrated circuit led to what became known as Moore’s Law. The concept of this law was described by Gordon Moore in an article entitled “Cramming More Components Onto Integrated Circuits” in the April 1965 issue of Electronics magazine [338].
    [Show full text]
  • Extracting and Mapping Industry 4.0 Technologies Using Wikipedia
    Computers in Industry 100 (2018) 244–257 Contents lists available at ScienceDirect Computers in Industry journal homepage: www.elsevier.com/locate/compind Extracting and mapping industry 4.0 technologies using wikipedia T ⁎ Filippo Chiarelloa, , Leonello Trivellib, Andrea Bonaccorsia, Gualtiero Fantonic a Department of Energy, Systems, Territory and Construction Engineering, University of Pisa, Largo Lucio Lazzarino, 2, 56126 Pisa, Italy b Department of Economics and Management, University of Pisa, Via Cosimo Ridolfi, 10, 56124 Pisa, Italy c Department of Mechanical, Nuclear and Production Engineering, University of Pisa, Largo Lucio Lazzarino, 2, 56126 Pisa, Italy ARTICLE INFO ABSTRACT Keywords: The explosion of the interest in the industry 4.0 generated a hype on both academia and business: the former is Industry 4.0 attracted for the opportunities given by the emergence of such a new field, the latter is pulled by incentives and Digital industry national investment plans. The Industry 4.0 technological field is not new but it is highly heterogeneous (actually Industrial IoT it is the aggregation point of more than 30 different fields of the technology). For this reason, many stakeholders Big data feel uncomfortable since they do not master the whole set of technologies, they manifested a lack of knowledge Digital currency and problems of communication with other domains. Programming languages Computing Actually such problem is twofold, on one side a common vocabulary that helps domain experts to have a Embedded systems mutual understanding is missing Riel et al. [1], on the other side, an overall standardization effort would be IoT beneficial to integrate existing terminologies in a reference architecture for the Industry 4.0 paradigm Smit et al.
    [Show full text]
  • Computer Development in the Socialist Countries: Members of the Council for Mutual Economic Assistance (CMEA)
    Computer Development in the Socialist Countries: Members of the Council for Mutual Economic Assistance (CMEA) A.Y. Nitusov Köln/Cologne, Germany; Moscow, Russia [email protected] Abstract. Achievements of the East European Socialist countries in computing -although considerable- remained little known in the West until recently. Retarded by devastations of war, economic weakness and very different levels of national science, computing ranged „from little to nothing‟ in the 1950-s. However, full-scale collective cooperation with the USSR based on principles of equal rights and mutual assistance was aimed at increasing of common creative power. Centralised planning and ability to concentrate efficiently national resources on priority issues, state support for science and progressive educational system accessible for everybody played decisive role. The progress was impressive. Some (GDR) reached world‟s level in science and engineering such as some (in Hungary) – advanced computer education, programming and efficient usage and some (in Bulgaria, Cuba) starting “from zero point” turned into reputable manufacturers. In 1970-1990, 300,000 people as the united team of eight countries jointly designed and produced advanced family of compatible computers ES. Given general review also displays some important technical and organisational details. Keywords: Computer development, East European countries, computer family ES, free education, cooperation 1 Introduction Little was written abroad computer development in the East European1 socialist countries – partners of the USSR, during relatively long period, although some of their achievements were of considerable interest. The lack of foreign attention was primarily caused by natural desire to display first the own pioneer discoveries and most important inventions. The results of the East- European (outside the USSR) computer research appeared notably later than in the “great powers”, what could be another reason of “the silence”.
    [Show full text]
  • Z80182/Z8L182 Zilog PRELIMINARY ZILOG INTELLIGENT PERIPHERAL
    Z80182/Z8L182 Zilog PRELIMINARY ZILOG INTELLIGENT PERIPHERAL PRELIMINARY PRODUCT SPECIFICATION Z80182/Z8L182 ZILOG INTELLIGENT PERIPHERAL CONTROLLER (ZIP™) FEATURES ■ Z8S180 MPU ■ Two ESCC™ Channels with 32-Bit CRC - Code Compatible with Zilog Z80®/Z180™ CPU - Extended Instructions ■ Three 8-Bit Parallel I/O Ports - Operating Frequency: 33 MHz/5V or 20 MHz/3.3V - Two DMA Channels ■ 16550 Compatible MIMIC Interface for - On-Chip Wait State Generators Direct Connection to PC, XT, AT Bus - Two UART Channels - Two 16-Bit Timer Counters ■ 100-Pin Package Styles (QFP, VQFP) - On-Chip Interrupt Controller (0.8 Micron CMOS 5120 Technology) - On-Chip Clock Oscillator/Generator - Clocked Serial I/O Port ■ Individual WSG for RAMCS and ROMCS - Fully Static - Low EMI Option GENERAL DESCRIPTION The Z80182/Z8L182 is a smart peripheral controller IC for error correction on outgoing and incoming data. In external modem (in particular V. Fast applications), fax, voice applications, three 8-bit parallel ports are available for messaging and other communications applications. It driving LEDs or other devices. Figure 1 shows the Z80182/ uses the Z80180 microprocessor (Z8S180 MPU core) Z8L182 block diagram, while the pin assignments for the linked with two channels of the industry standard Z85230 QFP and the VQFP packages are shown in Figures 2 and ESCC (Enhanced Serial Communications Controller), 24 3, respectively. All references in this document to the bits of parallel I/O, and a 16550 MIMIC for direct connection Z80182, or Z182 refer to both the Z80182 and Z8L182. to the IBM PC, XT, AT bus. Notes: The Z80182/Z8L182 allows complete flexibility for both All Signals with a preceding front slash, "/", are active Low, e.g., internal PC and external applications.
    [Show full text]
  • Ez80f91 Module Product Specification
    eZ80F915050MODG eZ80F91 Module Product Specification PS019312-0907 Copyright ©2007 by Zilog®, Inc. All rights reserved. www.zilog.com Warning: DO NOT USE IN LIFE SUPPORT LIFE SUPPORT POLICY ZILOG'S PRODUCTS ARE NOT AUTHORIZED FOR USE AS CRITICAL COMPONENTS IN LIFE SUPPORT DEVICES OR SYSTEMS WITHOUT THE EXPRESS PRIOR WRITTEN APPROVAL OF THE PRESIDENT AND GENERAL COUNSEL OF ZILOG CORPORATION. As used herein Life support devices or systems are devices which (a) are intended for surgical implant into the body, or (b) support or sustain life and whose failure to perform when properly used in accordance with instructions for use provided in the labeling can be reasonably expected to result in a significant injury to the user. A critical component is any component in a life support device or system whose failure to perform can be reasonably expected to cause the failure of the life support device or system or to affect its safety or effectiveness. Document Disclaimer ©2007 by Zilog, Inc. All rights reserved. Information in this publication concerning the devices, applications, or technology described is intended to suggest possible uses and may be superseded. ZILOG, INC. DOES NOT ASSUME LIABILITY FOR OR PROVIDE A REPRESENTATION OF ACCURACY OF THE INFORMATION, DEVICES, OR TECHNOLOGY DESCRIBED IN THIS DOCUMENT. ZILOG ALSO DOES NOT ASSUME LIABILITY FOR INTELLECTUAL PROPERTY INFRINGEMENT RELATED IN ANY MANNER TO USE OF INFORMATION, DEVICES, OR TECHNOLOGY DESCRIBED HEREIN OR OTHERWISE. The information contained within this document has been verified according to the general principles of electrical and mechanical engineering. Z8, Z8 Encore!, Z8 Encore! XP, Z8 Encore! MC, Crimzon, eZ80, ZNEO, Zdots, and eZ80AcclaimPlus! are trademarks or registered trademarks of Zilog, Inc.
    [Show full text]
  • Z80-RIO Relocating Assembler and Linker Users Manual Copyright © 1978 by 2Ilog, Inc
    Zilog Z80-RIO Relocating Assembler and Linker Users Manual Copyright © 1978 by 2ilog, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of 2ilog. 2ilog assumes no responsibility for the use of any circuitry other than circuitry embodied in a 2ilog product. No other circuit patent licenses are implied. zaO-RIO RELOCATING ASSEMBLER AND LINKER USER'S MANUAL 78009 REVISION B TABLE OF CONTENTS OVERVIEW . • • . 2 1.0 ASSEMBLER 5 1.1 THE ASSEMBLY LANGUAGE 5 1 • 2 ASSEMBLY LANGUAGE CONVENTIONS . 6 Delimiters 6 Comments . 6 Labels . 6 Opcodes and Operands 7 Numbers . 7 Character Values . .. 8 Upper/Lower Case 8 1 • j EXPRESSIONS 9 Table of Operators 9 Mode of Expressions . .10 Relative Addressing . • • . 12 1.4 LISTING FORMAT 13 Cr oss-Re fer enc e 14 1.5 PSEUDO-OPS • • • • • 1 6 Data Definition: DEFB, DEFW, DEFM, DEFT •. 16 Storage Definition: DEFS. 18 Source Termination: END ....... 19 Symbol Definition: EQU, DEFL, GLOBAL, EXTERNAL . .. .... 20 Sample Relocatable Program . 23 Reference Counter Control: ORG .•.•.. 25 Conditional Assembly: COND and ENDC 26 1.6 MACROS . 29 Macro Definition . 29 Macro Calls and Macro Expansion . ... 30 Symbol Generator • • . • • . •. 3 1 Recursion . • • . • . 3 1 Listing Format • 32 1.7 ASSEMBLER COMMANDS • • • • • 4 a Eject, Heading, List, Maclist, Include 40 1.8 ASSEMBLER COMMAND LINE OPTIONS · 42 Using the Assembler . • . • . 42 Module Identification . .. ..•. 44 Options: Macro, Symbol, Xref, Absolute, NOList, NOMaclist, NOObject, NOWarning, Date. .• .. 45 1/0 Routing Options .
    [Show full text]
  • TDL Z80 CPU Card
    TABLE OF CONTENTS 1. USER GUIDE a. Introduction b. System Description c. Operation d. High speed operation e. Compatability 2. ASSEMBLY a. General Construction b. Handling MOS Devices c. Photo of ZPU Card d. Parts List e. Detailed Assembly Instructions f. Parts Layout Diagram g. ZPU Schematic 3. THE ZAP MONITOR a. Features b. Loading Procedure c. Command Set and Usage d. ZPU Final Checkout Using Monitor e. Source Listing 4. GENERAL INFORMATION a. Customer Service b. Troubleshooting Tips c. Warranty 5. APPENDIX a. Pinout diagrams of all rcs on the ZPU b. Bus Diagram of ZPU Card USER GUIDE A. INTRODUCTION The ZPU Card, TDL's Altair/IMSAI compatible Z-80 CPU card was designed to allow the Z-80 microprocessor to run, without modification to the mainframe, in either an Altair 8800 or an IMSAI 8080. At the same time, the design was configured to allow maximum versatility to the user, allowing the full potential of the Z-80 to be available to the user. The ZPU Card is constructed of only the finest materials throughout. All components are first quality prime and obtained from reputable distributors, factories, or their representatives. No surplus material is used anywhere in the design. In order to complement the Z80, which requires only a regulated +5 Volt supply, no components were used which require any other voltage. The total current drain is ,typically 750ma. Separate jacks are provided to accomodate the front panel connectors of both the Altair and the IMSAI, and the ZPU user may at his discretion elect to install either one, or both during assembly.
    [Show full text]
  • Zilog Corporation (Z80)
    Distributed by: www.Jameco.com ✦ 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. Z80 Family CPU User Manual User Manual 80 =L/2*:RUOGZLGH+HDGTXDUWHUV (+DPLOWRQ$YHQXH &DPSEHOO&$ 7HOHSKRQH )D[ ZZZ=L/2*FRP =&38 8VHU¶V0DQXDO This publication is subject to replacement by a later edition. To determine whether a later edition exists, or to request copies of publications, contact: ZiLOG Worldwide Headquarters 910 E. Hamilton Avenue Campbell, CA 95008 Telephone: 408.558.8500 Fax: 408.558.8300 www.ZiLOG.com Document Disclaimer ZiLOG is a registered trademark of ZiLOG Inc. in the United States and in other countries. All other products and/or service names mentioned herein may be trademarks of the companies with which they are associated. ©2001 by ZiLOG, Inc. All rights reserved. Information in this publication concerning the devices, applications, or technology described is intended to suggest possible uses and may be superseded. ZiLOG, INC. DOES NOT ASSUME LIABILITY FOR OR PROVIDE A REPRESENTATION OF ACCURACY OF THE INFORMATION, DEVICES, OR TECHNOLOGY DESCRIBED IN THIS DOCUMENT. ZiLOG ALSO DOES NOT ASSUME LIABILITY FOR INTELLECTUAL PROPERTY INFRINGEMENT RELATED IN ANY MANNER TO USE OF INFORMATION, DEVICES, OR TECHNOLOGY DESCRIBED HEREIN OR OTHERWISE. Except with the express written approval of ZiLOG, use of information, devices, or technology as critical components of life support systems is not authorized. No licenses are conveyed, implicitly or otherwise, by this document under any intellectual property rights.
    [Show full text]
  • D 3 0 ..(D N ::S0 ..A -(I" ..(I)
    -....::s ..m Ci Q. ::a (D 3 0 ..(D n ::s0 ..a -(i" ..(I) - Zilog Infrared Remote Controllers (ZIRC™) Includes Specifications for the following parts: • Z86L06 • Z86L29 • Z86L70/L71/L72/E72 Databook DC 8301-01 Introduction Superi ntegration TM Products Guide El Z86L06 Low Voltage CMOS ZB® CCP™ Consumer Controller Processor II Z86L29 6K Inf rared Remote (IR) Controller II Z86L70/L71/L72/E72 Zilog Infrared Remote II Controller Family (ZIRCT) Application Note and II Support Product Information A Zilog•s Literature Guide II Ordering Information ZIRC™ DATABOOK TABLE OF CONTENTS TITLE PAGE INTRODUCTION ......................................................................................................,,,,,,....,.,, ............. 1-1 ZILOG1S SUPERINTEGRATION™ PRODUCTS GUIDE .............................................................. S-1 Z86L06 Low VOLTAGE CMOS ZS® CCP™ ....................................................................... 1-1 CONSUMER CONTROLLER PROCESSOR Z86L29 6K INFRARED REMOTE .............................................................................................. 2-1 (IR) CONTROLLER Z86L70/L71/L72/E72 ZILOG INFRARED REMOTE ........................................................... 3-1 CONTROLLER FAMILY (ZIRC™) APPLICATION NOTE AND ............................................................................................................. 4-1 SUPPORT PRODUCT INFORMATION ZILOG 1S LITERATURE GUIDE ORDERING INFORMATION ..................................................... L-1 INTRODUCTION Zilog's Focus on the Hand-Held
    [Show full text]
  • Z80 Micro Emulation
    Zilog Zodiac Simon Goodwin scours the world for Linux-friendly Zilog micro emulators. This month we test a dozen emulators for home computers with Zilog’s Z80 chip at their core, including the very British MGT SAM and Elan Enterprise, Tandy TRS-80 and Exidy Sorcerer, sundry Japanese Sharps, and continental micros like the P2000, Z1013 and KC85/4. The most capable of these previously unreviewed micros are Tandy TRS-80s and MGT SAMs, but others yet unmentioned put Zilog processors to good use. Zilog breakthrough Zilog’s Z80 was the mainstay of home computers in the 1980s, along with the MOS Technology 6502, yet early eight bit computers favoured Motorola 6800 and Intel 8080 chips. Those large, established chip foundries did not foresee the mass market for low-priced micros, so staff left to start small companies to make the 6502 and Z80. Chuck Peddle worked on the 6800 before he set up the 6502 production line, and Federico Faggin founded Zilog, to make the 8080-compatible Z80, after working on Intel’s breakthrough 4004, the first microprocessor. The first three real home computers, aimed at mass-market users rather than hardware hackers, were the Apple 2, Commodore PET and Tandy TRS-80. Soon after Tandy adopted the Z80 that Zilog chip elbowed out 8080s from CP/M business systems and new home computers. Z80s run 8080 programs faster, with many extra instructions, and simpler hardware interfaces. The CPC, MSX, Coleco, Master System, GameBoy and ZX computers were the most famous applications of the eight bit Z80 processor, as we’ve seen.
    [Show full text]
  • Sanders and Advanced Micro Devices: the First Fifteen Years, 1969—1984
    A Case Study In Realizing The American Dream: Sanders and Advanced Micro Devices: The First Fifteen Years, 1969—1984 Copyright (c) 1984, 2004 by Thomas A. Skornia All Rights reserved under International and Pan American Copyright Conventions A CASE STUDY IN REALIZING THE AMERICAN DREAM: SANDERS AND ADVANCED MICRO DEVICES: THE FIRST FIFTEEN YEARS, 1969—1984 BY: THOMAS A. SKORNIA (c) 1984, 2004 PROLOGUE 6 It's a Long Way to a Gigabuck 6 I . IN THE BEGINNING 8 February 21, 1969 8 The Three Musketeers 9 Pillsbury, Brobeck & Who? 9 ""...and *** [he] could talk as fast as Ed Turney. " 10 II. BEFORE THE BEGINNING 13 Hogan's Heroes 13 The Intel Troika 14 Bay: ""You're on Thin Ice.'1 15 Malibu 16 Enter the King and Court 17 Gifford, Stenger, Giles & Botte 38 A Generous Settlement 18 Drucker to the Max 49 April 4, 1969 20 III. THE SOUTH SIDE 22 September 12, 1936 22 My Grandfather/Myself 23 Champaign (but no caviar - yet) 23 Mr. Moto 24 Hollywood Now - And Later 26 2 IV. MAY DAY 28 The Incorporation of Advanced Micro Devices 28 AMD - Choice Number 17 29 ""We're *** Going to Get the Money.11 31 How to Make a Million - and Take it with You 33 ""You Mean They're Really Gonna Try to Make the Stuff?'' .. 36 V. A WALK ON THE MOON 38 One Small Step for the Semiconductor Industry: One Giant Step for a Man 3 8 July 22, 1969: ""At the End of the Pushups, My Heart Was Slower Than At the Beginning.'1 39 Five to Spare - ""Good Old Henry." 41 Business Week: ""The Last Quarter to Get Into the Business '' 42 VI .
    [Show full text]