Advanced BASIC Programming for the Commodore 64

Total Page:16

File Type:pdf, Size:1020Kb

Advanced BASIC Programming for the Commodore 64 Advanced BASIC programming for the Commodore 64 and Other Commodore Computers Editor-in-Chief: David Culverwell Executive Editor: Terrell Anderson Production Editor: Sandra Tamburrino Text Design: Paula Huber Cover Design: Don Sellers Indexer: Leah Kramer Typesetter: Action Comp Co., Inc., Baltimore, MD Printer: R. R. Donnelley & Sons Co., Harrisonburg, VA Typefaces: Trump Mediaeval (text), Antique Olive (display), OCR-A (programs) Advanced BASIC programming for the Commodore 64 and Other Commodore Computers Michael Richter Robert J. Brady Co., Bowie, MD 20715 A prentice-Hall Publishing and Communications Company Note to Authors Do you have a manuscript or a software program re­ lated to personal computers? Do you have an idea for developing such a project? If so, we would like to hear from you. The Brady Co. produces a complete range of books and applications software for the per­ sonal computer market. We invite you to write to David Culverwell, Editor-in-Chief, Robert J. Brady Co., Bowie, Maryland 20715. Advanced BASIC Programming for the Commodore 64 and Other Commodore Computers Copyright © 1984 by Robert J. Brady Co. All rights reserved. No part of this publication may be reproduced or transmit­ ted in any form or by any means, electronic or mechanical, including photo­ copying and recording, or by any information storage and retrieval system, without permission in writing from the publisher. For information, address Robert J. Brady Co., Bowie, Maryland 20715. Library of Congress Cataloging in Publication Data Richter, Michael, 1939- Advanced BASIC programming for the Commodore 64 and other Commodore computers. Includes index. 1. Commodore 64 (Computer)-Programming. 2. Commodore computers-Programming. 3. Basic (Computer program language) I. Title. QA76.8.C64R52 1983 001.64'2 83-15604 ISBN 0-89303-302-2 Prentice-Hall International, Inc., London Prentice-Hall Canada, Inc., Scarborough, Ontario Prentice-Hall of Australia, Pty., Ltd., Sydney Prentice-Hall of India Private Limited, New Delhi Prentice-Hall of Japan, Inc., Tokyo Prentice-Hall of Southeast Asia Pte. Ltd., Singapore Whitehall Books, Limited, Petone, New Zealand Editora Prentice-Hall Do Brasil LTDA., Rio de Janeiro Printed in the United States of America 84 85 86 87 88 89 90 91 92 93 10 9 8 7 6 5 4 3 2 1 CONTENTS 1 Introduction 1 1.1 Prerequisites and purposes 2 1.2 Principles of BASIC 4 1. 3 Interoperability 5 2 Writing for the User 9 2.1 Program planning 11 2.2 Program organization 14 2.3 Structured programming 17 2.4 Program documentation 19 2.5 Testing 21 3 Mechanics of a Program 25 3.1 Line numbers 26 3.2 Commands 28 3.3 Variables 29 3.4 Arrays 31 3.5 Bits, bytes, characters, and numbers 33 3.6 Keyboard input 35 3.7 FOR ... NEXT loops 38 3.8 Machine-language interface 40 3.9 Odds and endings 41 3.10 Coding tricks-DEF and ON 43 4 Devi.ces 47 4.1 Un-conventions 49 4.2 Printers 51 4.3 Disks and drives 53 4.4 Disk files 55 4.5 Disk commands 57 4.6 Tokens 59 4.7 Using files 61 4.8 Sorts and searches 63 5 SUPERLIST -an Example &. a Tool 67 5.1 SUPERLIST initialization 68 5.2 SUPERLISTutilities 70 5.3 StartingaSUPERLIST 71 5.4 Processing a line 72 v 5.5 Prin ting the references 74 5.6 What doesn't work 75 5.7 SUPERLISTing 76 5.8 SYS CHECKSUM 81 5.9 TURTLEW ALK 85 5.10 DOMINOES 90 6 Pursuing a Project 97 6.1 The first call 98 6.2 First meeting 100 6.3 Structuring the system 102 6.4 Inventory control (customer description) 104 6.5 Design 105 6.6 Using the warehouse program 107 6.7 Design review meeting 109 6.8 Coding 110 6.9 Maintenance 111 6.10 Bigger and better 114 Programs Supplied on the Diskette 116 Index 117 vi LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY The author and publisher of this book have used their best efforts in preparing this book and the programs contained in it. These efforts include the develop­ ment, research, and testing of the programs to determine their effectiveness. The author and the publisher make no warranty of any kind, expressed or implied, with regard to these programs, the text, or the documentation contained in this book. The author and the publisher shall not be liable in any event for claims of incidental or consequential damages in connection with, or arising out of, the fur­ nishing, performance, or use of the text or the programs. The programs contained in this book and on any diskettes are intended for use of the original purchaser­ user. The diskettes may be copied by the original purchaser-user for backup pur­ poses without requiring express permission of the copyright holder. TRADEMARKS OF MATERIAL MENTIONED IN THIS TEXT Apple machines: Apple Computer, Inc. C-BASIC: Compiler Systems, Inc. CBM, Commodore 64, Name Machine, Pet, SuperPet, Vic-20, Word Machine: Commodore Business Machines, Inc. CP/M: Digital Research Corporation M-BASIC, Microsoft: Microsoft Corporation Petspeed: Small Systems Engineering Tandy machines: Tandy Corporation WordPro: Professional Software, Inc. vii I 1 Introduction Advanced BASIC Programming is not a contradiction in terms. Tradi­ tionally, advanced software has been developed in other languages: FOR­ TRAN, COBOL, and, more recently, PASCAL. BASIC was designed to be an introductory language, not one for high-powered needs. Yet, BASIC can be used for those needs, often as well as or better than the traditional languages. This text has two interrelated functions: helping you develop advanced software and teaching you concepts of programming that will carry over into professional levels. In general, software quality is independent of the language used, so learning to write good programs will serve you well if you later move into the conventional languages. The great advantage of using BASIC for learning is that the computer you need for it is inexpen­ sive and readily available. This text is aimed at Commodore BASIC, and most of it can be applied on the VIC 20. This means that you can learn advanced BASIC on a machine selling for less than $200. By comparison, even a terminal to a computer capable of running FORTRAN will cost several times that amount, typically a few thousand dollars instead of a few hundred. Another advantage of basing this text on the Commodore version of BASIC is that it is applicable to all of their machines, from the VIC 20 and 64 through the business machines which, with peripherals, may cost $5-10,000 and offer substantial business capabilities. So, you may learn on an inexpensive starter system, then transfer that knowledge to ad­ vanced applications. You don't have to use a Commodore computer to learn advanced pro­ gramming in BASIC-in fact, most of the material in this book is relevant to Apple or Tandy machines as well. In addition, the philosophy and prin­ ciples of programming apply to all interpretive languages. Most of the 1 2 1: Introduction material on BASIC itself is common to all dialects, even those most dis­ tant from Commodore's. But the versions of BASIC from Microsoft (Ap­ ple, Tandy, M- and C-BASIC for CP/M) are close enough to Commo­ dore's for most operations not dealing with peripherals to apply directly. Finally, all the ideas and most of the examples should be valuable to you regardless of the hardware you use. 1.1 prerequisites and purposes This book is intended to help you learn to write professional software. It is not a BASIC primer, and it assumes that you already know the elementary uses of the language. The rules for using BASIC are provided with most computers. Other sources of elementary information are books, programs, and courses. For all of those and for other current information, see your dealer-the micro­ computer field changes too fast to provide current references in a book! When you have finished with the elementary materials, you should know enough to write a simple game or to read most BASIC programs. The next step is to read and to write until you understand the mechanics of programming. One way to combine the two tasks is to buy some soft­ ware on disk or tape and change it. What program you use is almost irrel­ evant. Any routine can be written in many different ways; its author chose some to write the program, but you can look for others. Take the program apart from its listing so that you understand how it was built. Think about ways to change small parts of it and try them out. The point is not to get a "better" version (although you may), but to un­ derstand how it was written and why. You will quickly discover that it is much more fun to write programs than to run them. Make sure that you don't start with too ambitious or complicated an example. Tic-tac-toe or a simple slot machine will do as well for this pur­ pose as ADVENTURE, and it will be a lot easier to learn. A good starting point would be an inexpensive game-but make sure you get one that's written entirely in BASIC. The example program in 5.10, DOMINOES, will do on a PET or a 64, although it is more complex than necessary for the job. After you know how and why simple software is built, you're ready to learn advanced programming. Again, it helps to use an example. Com­ modore's Word Machine is a good example for most purposes.
Recommended publications
  • Commodore 64 Users Guide
    INTRODUCTION Now that you've become more intimately involved with your Commo- dore 64, we want you to know that our customer support does not stop here. You may not know it, but Commodore has been in business for over 23 years. In the 1970's we introduced the first self-contained per- sonal computer (the PET). We have since become the leading computer company in many countries of the world. Our ability to design and manufacture our own computer chips allows us to bring you new and better personal computers at prices way below what you'd expect for this level of technical excellence. Commodore is committed to supporting not only you, the end user, but also the dealer you bought your computer from, magazines which publish how-to articles showing you new applications or techniques, and . importantly . software developers who produce programs on cartridge, disk and tape for use with your computer. We encourage you to establish or join a Commodore "user club" where you can learn new techniques, exchange ideas and share discoveries. We publish two separate magazines which contain programming tips, information on new products and ideas for computer applications. (See Appendix N). In North America, Commodore provides a "Commodore Information Network" on the CompuServe Information Service . to access this network, all you need is your Commodore 64 computer and our low cost VICMODEMtelephone interface cartridge (or other compatible modem). The following APPENDICEScontain charts, tables, and other informa- tion which help you program your Commodore 64 faster and more efficiently. They also include important information on the wide variety of Commodore products you may be interested in, and a bibliography listing of over 20 books and magazines which can help you develop your programming skills and keep you current on the latest information con- cerning your computer and peripherals.
    [Show full text]
  • Exploring Student Perceptions About the Use of Visual Programming
    Exploring student perceptions about the use of visual programming environments, their relation to student learning styles and their impact on student motivation in undergraduate introductory programming modules Maira Kotsovoulou (BSc, MSc) July 2019 This thesis is submitted in partial fulfilment of the requirements for the degree of Doctor of Philosophy. Department of Educational Research, Lancaster University, UK. Exploring student perceptions about the use of visual programming environments, their relation to student learning styles and their impact on student motivation in undergraduate introductory programming modules Maira Kotsovoulou (BSc, MSc) This thesis results entirely from my own work and has not been offered previously for any other degree or diploma. The word count is 57,743 excluding references. Signature ........................................................ Maira Kotsovoulou (BSc, MSc) Exploring student perceptions about the use of visual programming environments, their relation to student learning styles and their impact on student motivation in undergraduate introductory programming modules Doctor of Philosophy, July 2019 Abstract My research aims to explore how students perceive the usability and enjoyment of visual/block-based programming environments (VPEs), to what extent their learning styles relate to these perceptions and finally to what extent these tools facilitate student understanding of basic programming constructs and impact their motivation to learn programming. My overall methodological approach is a case study that explores the nature of potential benefits to using a VPE in an introductory programming module, within the specific context of an English-speaking institution of higher learning in Southern Europe. Part 1 of this research is a pilot study, which uses participatory action research as a methodological practice to identify which visual programming environment will be selected for the main study.
    [Show full text]
  • Full Form of Basic in Computer Language
    Full Form Of Basic In Computer Language Arrased and intransitive Obadiah resit: which Rockwell is soused enough? Prentiss safeguards her nitromethane yesternight, she posed it drastically. How rustling is Morley when comelier and canescent Ned depolarize some banana? Learning pascal are usually, the extern modifier is defined in basic computer full language of sense 3 Popular Types of Computer Language eduCBA. Instead of using machine code it uses a programming language. Programming in one natural language say taken full scope set the English language. BASIC was to early programming language that is still despise the simplest and most popular of programming languages BASIC stands for Beginner's. It is practically impossible to teach good programming to students that have had one prior exposure to BASIC In its classic form BASIC also. Computer Related Full Form PDF For BoardCompetitive Examination BAL Basic Assembly Language BER Bit less Rate BFD Binary File. Included in computer language of computers can be covered in. All Full Forms for Computer Subjectpdf Domain Name. The basics of BASIC the programming language of the 190s. Learn then to program drawings animations and games using JavaScript ProcessingJS or learn how these create webpages with HTML CSS You implement share. Basic Computer Terms. Important Full Forms Related to Programming Languages. BASIC Commands Dartmouth College. An html tags that time and that you are defined rules, compilers convert the habit to create a language of in basic form computer full control. What both RAM & ROM Mean their Business Chroncom. PHP Full Form GeeksforGeeks. What is C The Basics of C Programming HowStuffWorks.
    [Show full text]
  • User's Reference Manual Commodore BASIC Version
    User’s Reference Manual Commodore BASIC Version 4.0 C: commodore Commodore BASIC Version 4.0 \ Appropriate for use with: CBM and PET Computers l Series 2001 l Series 3000 l Series 4000 l Series 8000 Part Number 321604 First Edition July 1980 C: commodore 0 1980 Commodore Business Machines, Inc. Introduction Commodore BASIC 4.0 is the most sophisticated software developed for the CBM com- puter line to date. Programs are of course upward compatible from previous Commodore BASIC releases but both the user and the programmer can enjoy new features of 4.0 The first Commodore BASIC, version 2.0, was released in August 1977 for the PET 2001-8 computer. Version 3.0 in July 1978 added a machine language monitor and corrected known bugs of version 2.0. Version 3.0 is standard in all 2001 series since July 1978. Version 4.0, completed in October 1979 included all the improvements of previous releases, enhanced the speed of string processing, and integrated disk commands into the BASIC language. BASIC 4.0 is standard in the CBM 4000 series and the CBM 8000 series. It is also available as an upgrade for CBM 2001 and 3000 series. The information in this manual has been reviewed and is believed to be entirely reliable. However, no responsibility is assumed for inaccuracies. The material in this manual is for information purposes only and is subject to change without notice. Table of Contents Chapter 1 General Information About Commodore BASIC.................................. I 1.1 Initialization .............................................................................................1
    [Show full text]
  • Microsoft BASIC Easter Egg
    Microsoft BASIC Easter Egg Commodore PET Microsoft 6502 BASIC has its roots in the Commodore PET Commodore bought MOS in October 1976 and worked on converting the KIM platform into a complete computer system. They licensed Microsoft BASIC for 6502 (also October 1976), renamed it to Commodore BASIC, replaced the “OK” prompt with “READY.”, stripped out the copyright string and shipped it in the ROMs of the first Commodore PET in 1977. In 1979, Commodore started shipping update ROMs with a version 2 of Commodore BASIC for existing PETs. Apart from updates in array handling, it also contained what became known as the WAIT 6502 Easter egg. If you type “WAIT6502,1” into a Commodore PET with BASIC V2 (1979), it will show the string “MICROSOFT!” at the top left corner of the screen. The Easter egg code does not print the characters through library routines, but instead writes the values directly into screen RAM. While BASIC used the ASCII character encoding, the Commodore character set had its own encoding, with “A” starting at $01, but leaving digits and special characters at the same positions as in ASCII. Thus, when the 10 hidden and obfuscated bytes a1 54 46 8f 13 8f 52 43 89 cd has their two most significant bytes stripped becoming 21 14 06 0f 13 0f 12 03 09 0d and then reversed, on the PET they decode into: MICROSOFT! Although this particular version of the Easter egg was written for the Commodore PET, Microsoft did not encode its company name in BASIC specifically for Commodore: The 9 digit BASIC 6502 version 1.1 for the KIM-1 contained the 10 hidden bytes: The version of Microsoft BASIC for the 6502-based Apple II, called “AppleSoft“, contains the same 10 bytes KIM-1 BASIC was released in 1977, AppleSoft II in spring 1978, and the V2 ROM of the PET in spring 1979.
    [Show full text]
  • BASIC Programming with Unix Introduction
    LinuxFocus article number 277 http://linuxfocus.org BASIC programming with Unix by John Perr <johnperr(at)Linuxfocus.org> Abstract: About the author: Developing with Linux or another Unix system in BASIC ? Why not ? Linux user since 1994, he is Various free solutions allows us to use the BASIC language to develop one of the French editors of interpreted or compiled applications. LinuxFocus. _________________ _________________ _________________ Translated to English by: Georges Tarbouriech <gt(at)Linuxfocus.org> Introduction Even if it appeared later than other languages on the computing scene, BASIC quickly became widespread on many non Unix systems as a replacement for the scripting languages natively found on Unix. This is probably the main reason why this language is rarely used by Unix people. Unix had a more powerful scripting language from the first day on. Like other scripting languages, BASIC is mostly an interpreted one and uses a rather simple syntax, without data types, apart from a distinction between strings and numbers. Historically, the name of the language comes from its simplicity and from the fact it allows to easily teach programming to students. Unfortunately, the lack of standardization lead to many different versions mostly incompatible with each other. We can even say there are as many versions as interpreters what makes BASIC hardly portable. Despite these drawbacks and many others that the "true programmers" will remind us, BASIC stays an option to be taken into account to quickly develop small programs. This has been especially true for many years because of the Integrated Development Environment found in Windows versions allowing graphical interface design in a few mouse clicks.
    [Show full text]
  • GWBASIC User's Manual
    GWBASIC User's Manual User's Guide GW-BASIC User's Guide Chapters 1. Welcome Microsoft Corporation 2. Getting Started Information in this document is subject to change without 3. Reviewing and Practicing notice and does not represent a commitment on the part of 4. The Screen Editor Microsoft Corporation. The software described in this 5. Creating and Using Files document is furnished under a license agreement or 6. Constants, Variables, nondisclosure agreement. It is against the law to copy this Expressions and Operators software on magnetic tape, disk, or any other medium for any Appendicies purpose other than the purchaser's personal use. A. Error Codes and Messages © Copyright Microsoft Corporation, 1986, 1987. All rights B. Mathematical Functions reserved. C. ASCII Character Codes D. Assembly Language Portions copyright COMPAQ Computer Corporation, 1985 E. Converting Programs Simultaneously published in the United States and Canada. F. Communications G. Hexadecimal Equivalents Microsoft®, MS-DOS®, GW-BASIC® and the Microsoft logo H. Key Scan Codes are registered trademarks of Microsoft Corporation. I. Characters Recognized Compaq® is a registered trademark of COMPAQ Computer Glossary Corporation. DEC® is a registered trademark of Digital Equipment Corporation. User's Reference Document Number 410130001-330-R02-078 ABS Function ASC Function ATN Function GW-BASIC User's Reference AUTO Command Microsoft Corporation BEEP Statement BLOAD Command Information in this document is subject to change without BSAVE Command notice and does not represent a commitment on the part of Microsoft Corporation. The software described in this CALL Statement document is furnished under a license agreement or CDBL Function nondisclosure agreement.
    [Show full text]
  • User's Reference Manual Commodore BASIC Version 4.0
    User's Reference Manual Commodore BASIC Version 4.0 This document took MANY hours of work to convert from paper to digital format. Printing had not been disabled however, please do no post this document on any publicly accessable location (i.e. your website) without getting written permission from www.commodore.ca in advance. commodore Scanned, OCR'ed & .PDF'ed by www.commodore.ca April 4, 2003 Commodore BASIC Version 4.0 Appropriate for use with: CBM and PET Computers • Series 2001 • Series 3000 • Series 4000 • Series 8000 Part Number 321604 First Edition July 1980 commodore © 1980 Commodore Business Machines Introduction Commodore BASIC 4.0 is the most sophisticated software developed for the CBM com- puter line to date. Programs are of course upward compatible from previous Commodore BASIC releases but both the user and the programmer can enjoy new features of 4.0 The first Commodore BASIC, version 2.0, was released in August 1977 for the PET 2001-8 computer. Version 3.0 in July 1978 added a machine language monitor and corrected known bugs of version 2.0. Version 3.0 is standard in all 2001 series since July 1978. Version 4.0, completed in October 1979 included all the improvements of previous releases, enhanced the speed of string processing, and integrated disk commands into the BASIC language. BASIC 4.0 is standard in the CBM 4000 series and the CBM 8000 series. It is also available as an upgrade for CBM 2001 and 3000 series. The information in this manual has been reviewed and is believed to be entirely reliable.
    [Show full text]
  • Basic Programmer's Guide Staroffice[TM] 7
    StarOfficeTM 7 Office Suite A SunTM ONE Software Offering Basic Programmer's Guide Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. 650-960-1300 Part No. 817-1826-10 July 2003, Revision A Copyrights and Trademarks Copyright © 2003 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054. , U.S.A. All rights reserved. Sun Microsystems, Inc. has intellectual property rights relating to technology embodied in the product that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more of the U.S. patents listed at http://www.sun.com/patents and one or more additional patents or pending patent applications in the U.S. and in other countries. This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation. No part of the product or of this document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. This product is based in part on the work of the Independent JPEG Group and The FreeType Project. Portions Copyright 2000 SuSE, Inc. Word for Word Copyright © 1996 Inso Corp. International CorrectSpell spelling correction system Copyright © 1995 by Lernout & Hauspie Speech Products N.V. All rights reserved. Sun, Sun Microsystems, the Sun logo, Java, Solaris, StarOffice, the Butterfly logo, the Solaris logo, and the StarOffice logo are trademarks or registered trademarks of Sun Microsystems, Inc.
    [Show full text]
  • History of Micro-Computers
    M•I•C•R•O P•R•O•C•E•S•S•O•R E•V•O•L•U•T•I.O•N Reprinted by permission from BYTE, September 1985.. a McGraw-Hill Inc. publication. Prices quoted are in US S. EVOLUTION OF THE MICROPROCESSOR An informal history BY MARK GARETZ Author's note: The evolution of were many other applica- the microprocessor has followed tions for the new memory a complex and twisted path. To chip, which was signifi- those of you who were actually cantly larger than any that involved in some of the follow- had been produced ing history, 1 apologize if my before. version is not exactly like yours. About this time, the The opinions expressed in this summer of 1969, Intel was article are my own and may or approached by the may not represent reality as Japanese calculator manu- someone else perceives it. facturer Busicom to pro- duce a set of custom chips THE TRANSISTOR, devel- designed by Busicom oped at Bell Laboratories engineers for the Jap- in 1947, was designed to anese company's new line replace the vacuum tube, of calculators. The to switch electronic sig- calculators would have nals on and off. (Al- several chips, each of though, at the time, which would contain 3000 vacuum tubes were used to 5000 transistors. mainly as amplifiers, they Intel designer Marcian were also used as (led) Hoff was assigned to switches.) The advent of assist the team of Busi- the transistor made possi- com engineers that had ble a digital computer that taken up residence at didn't require an entire Intel.
    [Show full text]
  • Beginning Microsoft® Small Basic
    ® Beginning Microsoft Small Basic ® ® ® ™ Plus a Porting Guide to Microsoft Visual Basic , C# , and Java © PHILIP CONROD & LOU TYLEE, 2010 Kidware Software PO Box 701 Maple Valley, WA 98038 http://www.computerscienceforkids.com http://www.kidwaresoftware.com Copyright © 2010 by Philip Conrod & Lou Tylee. All rights reserved Kidware Software PO Box 701 Maple Valley, Washington 98038 1.425.413.1185 www.kidwaresoftware.com www.computerscienceforkids.com www.biblebytebooks.com All Rights Reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher. Printed in the United States of America ISBN-13: 978-1-937161-19-4 Book Cover Illustration by Kevin Brockschmidt Copy Editor: Stephanie Conrod This copy of the Beginning Microsoft Small Basic book and the associated software is licensed to a single user. Copies of the course are not to be distributed or provided to any other user. Multiple copy licenses are available for educational institutions. Please contact Kidware Software for school site license information. This guide was developed for the course, “Beginning Microsoft Small Basic,” produced by Kidware Software, Maple Valley, Washington. It is not intended to be a complete reference to the Small Basic language. Please consult the Microsoft website for detailed reference information. This guide refers to several software and hardware products by their trade names. These references are for informational purposes only and all trademarks are the property of their respective companies and owners. Microsoft, Visual Studio, Small Basic, Visual Basic, Visual J#, and Visual C#, IntelliSense, Word, Excel, MSDN, and Windows are all trademark products of the Microsoft Corporation.
    [Show full text]
  • Commodore Enters in the Play “Business Is War, I Don't Believe in Compromising, I Believe in Winning” - Jack Tramiel
    Commodore enters in the play “Business is war, I don't believe in compromising, I believe in winning” - Jack_Tramiel Commodore_International Logo Commodore International was an American home computer and electronics manufacturer founded by Jack Tramiel. Commodore International (CI), along with its subsidiary Commodore Business Machines (CBM), participated in the development of the home personal computer industry in the 1970s and 1980s. CBM developed and marketed the world's best-selling desktop computer, the Commodore 64 (1982), and released its Amiga computer line in July 1985. With quarterly sales ending 1983 of $49 million (equivalent to $106 million in 2018), Commodore was one of the world's largest personal computer manufacturers. Commodore: the beginnings The company that would become Commodore Business Machines, Inc. was founded in 1954 in Toronto as the Commodore Portable Typewriter Company by Polish-Jewish immigrant and Auschwitz survivor Jack Tramiel. By the late 1950s a wave of Japanese machines forced most North American typewriter companies to cease business, but Tramiel instead turned to adding machines. In 1955, the company was formally incorporated as Commodore Business Machines, Inc. (CBM) in Canada. In 1962 Commodore went public on the New York Stock Exchange (NYSE), under the name of Commodore International Limited. Commodore soon had a profitable calculator line and was one of the more popular brands in the early 1970s, producing both consumer as well as scientific/programmable calculators. However, in 1975, Texas Instruments, the main supplier of calculator parts, entered the market directly and put out a line of machines priced at less than Commodore's cost for the parts.
    [Show full text]