SWTPC 6800 COMPUTER NEWSLETTER Southwest Technical Products Corporation 219 W

Total Page:16

File Type:pdf, Size:1020Kb

SWTPC 6800 COMPUTER NEWSLETTER Southwest Technical Products Corporation 219 W SWTPC 6800 COMPUTER NEWSLETTER Southwest Technical Products Corporation 219 W. Rhapsody San Antonio, Texas 78216 Issue No. 2. October 1976 SWTPC WELL REPRESENTED AT PCC ’76 Southwest Technical Products had a The equipment worked but the operators busy double booth at the Personal didn't. Maybe us Texans leave been Computing Convention on August 28th spoiled by all of this good living. and 29th in Atlantic City, New Jersey. We had two complete systems up and Pictured above from left to, right running and were amazed at the number are Bill Thames, Rep. of Microcomputer of people who came by to ask questions Systems; Steven Uiterwyk, Software and buy their copy of 4K Basic (C). Debugger; Robert Uiterwyk, Author of Microcomputer Systems Inc., one of our Microbasic and 4K Basic(C); Gary Kay, Florida dealers, helped us out by SWTPC Engineer; Dan Meyer President of providing us with some knowledgeable SWTPC; and Joe Deres, SWTPC Engineer. personnel and stock for those The photo was taken by Jim Stratigos customers wanting to take their of the Atlanta Area Microcomputer purchases with them Hobbyist Club. Jim spent most of his time at the convention helping us out The convention was obviously an at the booth. Also helping were Bill outstanding success. Our only Blomgren, Rep. of Microcomputer complaint was that the convention was Systems; Forrest Hurst, Mgr. of held in Atlantic City. It seemed that Microcomputer Systems; Warren Startup, most all of the hotels/motels in the Representative of Microcomputer area left a lot to be desired. We Systems; and last but not least Steven always had to travel in groups (safety Uiterwyk, Software Debugger. in number algorithm). The lack of air conditioning in the convention exhibit area was of no help either. Scanned and edited by Michael Holley Mar. 31, 2001 Revised Oct. 18 2005 Southwest Technical Products Corporation Document Circa 1976 1 SWTPC 4K BASIC VERSION 2.0 (C) 8) Addition, subtraction and comparisons did not work correctly We are now distributing 4K Basic if one element was zero, and the Version 2.0 (C), for those of you who other less than 1.E-10. This has bought versions 1.0 (C) or 1.1 (C). been corrected. The differences and improvements are noted below. At the prices we are 9) Entry of an incorrectly formatted charging we cannot afford to LIST command (Example: LIST 40,10) continuously update tapes for those will now merely list from line 40 customers who bought an outdated to the end of the source file. version. So if you want version 2.0, send us another $4.95 and we will send 10) Occasionally Basic 1.1 (C) gave an you a new cassette tape and manual. error 13 when it should have been an error 6. This has been corrected. Features 11) One of the fixes incorporated into 1) An APPEND command has been added Basic 1.1 (C) removed the which functions as a LOAD command, truncation of some mathematical but does not erase the previous results to nine digits. This has source file. been restored. 2) On an INPUT command, failure to 12) The system will no longer insert a enter multiple variables when null line. A null line is an entry required is now properly handled. with a line number but no statement Also, entering an erroneous value following it. such as a null or string is responded to by a reply of 13) 0.001 - 0.01 erroneously gave a "RE-ENTER" instead of a forced exit positive answer. This has been from the Basic program. fixed. 3) Using Control X for line cancel now 14) An underflow of 1.E-100 or 1.E-101 gives the reply "DEL" for deleted. was not recognized and the value was not set to zero, thus a funny 4) You may now use either CHR or CHR$ print value was returned. This has to call the character function. The been corrected. CHR$ allows you to enter hex values rather than decimal values which 15) A multiplication or equivalent are used by the CHR function. division of a small number (Example: 1E-70 * 1E-70) such that 5) FOR-NEXT loops will now allow a the result was less than 1E-127 premature exit from a nested group gave a result of 9.99999999E99 without issuing an error 18. It rather than zero. This has been should also be noted that 4K Basic fixed. Versions 1.1 and 2.0 (C) allow negative steps. This was not noted in the manual. Example: FOR I=10 TO -1 STEP -1 6) The INT function has been corrected so that values between 0 and -1.0 now correctly return -1. 7) The overflow checking routine (error 14) did not catch an overflow if it wrapped around memory. Example: DIM C4(255,255). This has been corrected. 2 The following corrections were made printed in the first newsletter is between Basic 1.0 (C) and 1.1 (C): accurate and does work: 1) A divide 90 by 9.XXXX gave a result ANIMALS FOR THE SWTPC 6800 of zero. This was fixed. SWTPC is now offering the ANIMALS 2) Repeated multiplications of zero game for the SWTPC 6800 thanks to the times a number occasionally created efforts of Doug Domke. The game of an error. This has been corrected. "Animals" was originally written in BASIC at DEC by Nathan Teichholz and 3) SGN(0) was originally defined to be is presented in "101 Computer Games" 1 whereas it should have been 0. as an example of artificial This was changed in version 1.1 and intelligence. you are asked to change your manuals accordingly. This version of the game unlike the original which uses disk files, PATCH FOR 4K BASIC (C) operates completely within the RAM of a SWTPC 6800 Computer System. Although If you have been having problems the program itself only requires 650 with the 4K Basic (c) SAVE and LOAD bytes of code, it theoretically has commands not working properly with the the ability to use up any amount of AC-30 cassette interface try the RAM as it "learns." In practice, following patches: Version 1.0 and 1.1 however, even a 2K system is large - make 029D16 a 1E16. Version 2.0 make enough to make the game very 02AF16 a 1E16. enjoyable. SWTPC 8K BASIC The program itself is actually a guessing game. The program attempts to SWTPC 8K Basic (C) is now in the guess what animal the user is thinking field testing stage and we expect to of. If it fails, it will request the start delivering tapes and manuals name of the animal, followed by a soon. The price will be $9.95 for the request for the user to supply a "Kansas City" cassette tape and manual question which, when answered to the combination. 8K Basic (C) has the affirmative, would distinguish the features of 4K basic (C) plus string correct answer from that guessed handling capabilities with string (incorrectly) by the program. This arrays, trigonometric functions, information then becomes a part of the exponentials and all sorts of other program. neat things. It is fundamentally full ANSI Basic with some additions and In response to the questions "Are some small limitations due to the fact you thinking of an animal?", the user that we are using a microcomputer may respond in one of four ways: rather than an IBM 370. MOD FOR MICROBASIC Y(ES) - the game continues If you are still using the SWTPC N(0) - the program exits to MIKBUG Microbasic package you might want to change memory location 036C from a 08 L(IST) - the program lists its to a 1B. This will insure more random vocabulary of animals numbers when using the random number generator. If you have been having C(LEAR) - the program clears problems with your Microbasic not everything it has learned and working properly and the memory reverts to its initialized diagnostics all check good, then you (dumb) state. probably transposed some B's with some 8's or vice versa when you loaded Microbasic. The version of Microbasic 3 SWTPC CASSETTE TAPE PROGRAM LIBRARY changes insure the reliability of the AC-30 generated UART clock. The following programs are available from SWTPC on AC-30 (Kansas In order to prevent damage to the City) formatted audio cassette tape: AC-30's reed relays by tape recorders with high motor transient currents, it MP-EC Editor/Assembler package with is suggested that you make the manual. Requires 8K of memory following component additions: to run. $14.95 ppd. in US. ( ) Insert a 2.2 ohm 1/2 watt resistor BAS4C 4K Basic Version 2.0 (C) with in series with the wire going to manual. Requires at least 6K jack J10 terminal A. Install the of memory - 8K preferred. resistor right at jack J10. $4.95 ppd in US. ( ) Solder a 0.1 mfd capacitor across GAMIC Tic-Tac-Toe and Blackjack as jack J10 terminals A and B. listed in the notebook and newsletter. Require 6K of ( ) Insert a 2.2 ohm 1/2 watt resistor memory to run. $4.95 ppd in in series with the wire going to US. jack J11 terminal A. Install the resistor right at jack J11. BAS8C 8K Basic (Available shortly) with manual. Requires at ( ) Solder a 0.1 mfd capacitor across least 8K of memory12K jack J11 terminals A and B. preferred. $9.95 ppd in US. If you have easy access to the ANIMC Animals program. A children's REMOTE jack terminals on the inside of learning game.
Recommended publications
  • Build a Swtpc 6800
    Southwest Technical Products Corporation 6800 Computer System The Southwest Technical Products 6800 computer system is based upon the Motorola MC6800 microprocessor unit (MPU) and its matching support devices. The 6800 system was chosen for our computer because this set of parts is currently in our opinion the "Benchmark Family" for microprocessor computer systems. It makes it possible for us to provide you with an outstanding computer system having a minimum of parts, but with outstanding versatility and ease of use. In addition to the outstanding hardware system, the Motorola 6800 has without question the most complete set of documentation yet made available for a microprocessor system. The 714 page Applications Manual, for example, contains material on programming techniques, system organization, input/output techniques, hardware characteristics, peripheral control techniques, and more. Also available is a Programmers Manual which details the various types of software available for the system and instructions for programming and using the unique interface system that is part of the 6800 system. The M6800 family of parts minimizes the number of, required components and support parts, provides extremely simple interfacing to external devices and has outstanding documentation. The MC6800 is an eight-bit parallel microprocessor with addressing capability of up to 45,536 words (BYTES) of data. The system is TTL compatible requiring only a single fine-volt power supply. All devices and memory in the 6800 computer family are connected to an 8-bit bi-directional data bus. In addition to this a 16-bit address bus is provided to specify memory location. This later bus is also used as a tool to specify the particular input/ output device to be selected when the 6800 family interface devices are used.
    [Show full text]
  • Hardware Diagnostics for Uniflex
    HARDWARE DIAGNOSTICS for UNIFLEX™ COPYRIGHT © 1982 SOUTHWEST TECHNICAL PRODUCTS CORPORATION CDSBUG DIAGNOSTIC for UNIFLEX™: COPYRIGHT © 1982 SOUTHWEST TECHNICAL PRODUCTS CORPORATION Important Note Most of the enclosed diagnostics will work only with the MP-09 processor board and NOT with the SWIPC MPU-1 processor board. This is due to the lack of an allocate physical resource system call in the UniFlex operating system. Tf this system call is added to UniFlex in the future, all diagnostics will be modified to work with the MPU-l board. UniFlex is a registered trademark of Technical Systems Consultants Diagnostic: CDSBUG CDSBUG is a diagnostic tool designed to assist qualified technical personnel in finding and rectifying malfunctions in the SWIPC CDS Marksman disk units. IMPORTANT NOTE will Improper use of the diagnostic program "CDSBUG" result in loss of information contained on the CDS disk units. Southwest Technical Products Corporation specifically disclaims any responsibility or liability for any such damages incurred or generated by the "CDSBUG" diagnostic for program. This program is not sold or intended the CDS distribution to persons unfamiliar with CDSBUG units or the operation of diagnostic tools. remains the sole property of Southwest Technical Products and may not be reproduced or distributed without prior written permission. CDSBUG (C) Copyright 1982 Southwest Technical Products Corporation * CDSBUG Copyright (C) MCMLXXXII by - Southwest Technical Products This: product. remainsthe property of Southwest. Technical Products Corporation, 219 West Rhapsody, San Antonio, Texas, in 78216, U.S.A., and may not be distributed, copied, stored a retrieval system, or reproduced by any means, without prior written permission of Southwest Technical Products.
    [Show full text]
  • SWTPC PR-40 Alphanumeric Printer Assembly Instructions
    SWTPC PR-40 Alphanumeric Printer Assembly Instructions The SWTPC PR-40 Printer kit is a 5 X 7 dot matrix impact printer similar in operation to the well known Centronics printers. It prints the 64 character upper case ASCII set with 40 characters/line at a rate of 75 lines/minute on standard 3 7/8" wide rolls of adding machine paper. One complete line is printed at a time from an internal forty character line buffer memory. Printing takes place either on receipt of a carriage return or automatically whenever the line buffer memory is filled. The printer can accept character data as fast as one character per microsecond or as slow as you wish to send it. The printer's seven parallel data lines are TTL compatible and may be enabled by a single "data ready" control line or by separate "data ready" and "data accepted" handshake control lines. This universal approach makes the printer compatible with all computer and terminal systems having an eight bit parallel interface; including of course the MITS 8800 and SWTPC 6800 computer systems just to mention a few. The printer mechanism is attached to a black anodized aluminum chassis with front trim panel which houses the unit's circuitry including its own 120/240 VAC 50 to 60 Hz power supply. This makes the printer's overall dimensions 9 5/8" wide X 10 1/2" deep X 8 3/4" high. Each unit is shipped with one ribbon and one roll of paper. Extra ribbons are available from us while the standard adding machine paper may be purchased in office supply stores.
    [Show full text]
  • Timeline of Computer History
    Timeline of Computer History By Year By Category Search AI & Robotics (55) Computers (145)(145) Graphics & Games (48) Memory & Storage (61) Networking & The Popular Culture (50) Software & Languages (60) Bell Laboratories scientist 1937 George Stibitz uses relays for a Hewlett-Packard is founded demonstration adder 1939 Hewlett and Packard in their garage workshop “Model K” Adder David Packard and Bill Hewlett found their company in a Alto, California garage. Their first product, the HP 200A A Called the “Model K” Adder because he built it on his Oscillator, rapidly became a popular piece of test equipm “Kitchen” table, this simple demonstration circuit provides for engineers. Walt Disney Pictures ordered eight of the 2 proof of concept for applying Boolean logic to the design of model to test recording equipment and speaker systems computers, resulting in construction of the relay-based Model the 12 specially equipped theatres that showed the movie I Complex Calculator in 1939. That same year in Germany, “Fantasia” in 1940. engineer Konrad Zuse built his Z2 computer, also using telephone company relays. The Complex Number Calculat 1940 Konrad Zuse finishes the Z3 (CNC) is completed Computer 1941 The Zuse Z3 Computer The Z3, an early computer built by German engineer Konrad Zuse working in complete isolation from developments elsewhere, uses 2,300 relays, performs floating point binary arithmetic, and has a 22-bit word length. The Z3 was used for aerodynamic calculations but was destroyed in a bombing raid on Berlin in late 1943. Zuse later supervised a reconstruction of the Z3 in the 1960s, which is currently on Operator at Complex Number Calculator (CNC) display at the Deutsches Museum in Munich.
    [Show full text]
  • 1977 Southwest Technical Products Catalog
    o z ....o OJ z I­ « z U « :J ~ > o o o ~ ~ o « IT :t: [l. a: IT w I­ :J [l. 2 o u P.5 II INTROOUCTION This brochure contains a comprehensive description of each of the SWTPe Computer Product Kits. Included are details on the SWTPe 6800 Computer System, Computer System Software, CT -64 Terminal System, AC·30 Audio Cassette Interface, PR-4Q Alphanumeric Printer Gl·Bl Graphics Terminal and Potentiometer Digitizer. You might note that all of our peripheral products have been designed to be "universally" compatible with almost any computer system including our own SWTPC 6800 Computer. This gives you the user maximum flexibility when configuring and upgrading your processing system throughout the coming years. SWTPe also sells many other electronic kits besides computer products. For example, we offer power amplifiers, preamplifiers, re­ verbs, equalizers, strobes, power suppl ies, function generators arTd digital test equipment just to mention a few. Write us for a copy of our general catalog. Southwest Technical Products Corporation 219 W. Rhapsody San Antonio, Texas 78216 TABLE OF CONTENTS SWTPC 6800 Computer System .. PAGE 2 6800 Computer System Software .. PAGE 9 CT·64 Terminal System ... PAGE 12 AC·30 Audio Cassette Interface · .. PAGE 16 PRAO Alphanumeric Printer · .. PAGE 21 GT·61 Graphics Terminal .. PAGE 24 PPG Potentiometer Digitizer (Joystickl · .. PAGE 28 2 SWTPC 6800 COMPUTER SYSTEM COMPUTER SiilTr!! 6800 SYST.EM The Southwest Technical Products 6800 computer system is based upon the Motorola MCBaOa microprocessor unit (MPU) and its matching support devices. The 6800 system was chosen for our computer because this set of Parts is currently.
    [Show full text]
  • Becriptors DOCUMENT REMME
    DOCUMENT REMME ED228 065. SE 041 262. ,AUTHOR Rosenthal., Donald, Ed. TITLE Computers in Chemical Education NewSletter. Vollume IV 4 Numbers 1-4. INSTITUTION kmerican Chemical Society,,M4shington, PUB DATE 81 ,NOTE 52p.; Selected material from a quarterlymewsle,tier. Case,stUdies and information sOurces have been'" removed. PUB TYPE Reports Descriptive (141) -- Collected Works Serials (022) JOURNAL CIT Comp)iters in Chemical Education Newsletter; v4 ,n1-4 Mar, Jun..Sep, Dec 1981 EDRS PRICE MF01/PC03 Plus Postage. bECRIPTORS *Chemistry; *College Science; *Computer Assisted Instruction; *Computer Oriented Programs; *Computer Programs; Higher Education; Information SOurcesr Instructional Materials; *Microcomputers; Newsletters; Programing; Resource Materials; Science Educaticiri s IDENTIFIERS \ *Computer Uses in Education ABSTRACT - Selections from volume 4 (numbers,1-4) of the-Task Force on Computers ift.Chemical Education,(TFCCE)Newsletter are presented. Number 1 includes an introduction to and objectivesof the newsletter and TFCCE4 a report on computer-related activitiesin the chemistry department at Eastern Michigan University, a list of TFCCE members, a discussion of a newsletter section focusing on reader questionsjinsWers related, to hardware/software problems ("Queries") and information.on locally delYelopedior-commerciallypurchaied software/hardware ("Who Done It?"), and a listing of sources of computer assisted initruction (CAI) materials. Nuttsber 2includes 'descriptions of CAI program distribution centers, sources of cAT .1Materials,
    [Show full text]
  • Floppy Disk Unit
    r FLOPPY DISK UNIT IMPORTANT NOTE ..^4 Although every effort has been made to make this documentation as accurate and functional as possible, Southwest Technical Products Corporation specifically disclaims any responsibility for any damages incurred or generated by such material. Southwest Technical Products Corpora tion reserves the right to revise this material at any time without obligation to notify any person of such revisions. I SOUTHWEST TECHNICAL PRODUCTS CORPORATION 219 W. RHAPSODY SAN ANTONIO, TEXAS 78216 . i SWTPC MODIFICATION — APPLICATION NOTICE AN #120 Product: 0MAF2 QUME DT-8 Disk Drives Date: July 16. 1980 G.K. Unpacking and Packing Qume DT-8 Disk Drives When unpacking your Qume DT-8 disk drives, it is very important that you save all of the disk drive packing materials. These materials include the cardboard insert to protect the disk drive head, the styrafoam block which holds the door closed, the plastic bag dust cover, the inner cardboard container, the foam packing inserts and the shipping container. These materials must be used to repack the drive should it ever be necessary to reship the drive or return the drive to the factory for service. Packing the drive in a container other than the one supplied or not properly preparing the drive for shipment can result in costly damage to the drive and/or the drive head. Neither SWTPC, the drive manufacturer, or the carrier will be responsible for such damage. To repack a Qume DT-8 disk drive for shipment, first unplug the DMAF2 chassis from the AC wall receptacle. Disconnect all cables attaching to the disk drive.
    [Show full text]
  • Build a 6800 System with This Kit
    Build A 6800 System With This Kit by Gary Kay Southwest Technical Products Corp. 219 W. Rhapsody San Antonio TX 78216 If you are one of the many Teletype or low cost video investment up considerably into memory telling the p eop le getting ready to terminal such as the TV since such interfaces typically processor how and what to purchase one of the Typewriter II (February 1975, cost between $75 and $150 do. Without this software reasonably priced Radio Electronics) for data each, and there are more (program), you can pound on microprocessor system kits and program input/output. surprises yet to come. the keyboard all you want on the market today, you This is all well and good So now you've got your and the computer won't do might ask yourself whether or except that in order to attach co mputer, with interface, anything. Computers are no not you will be able to start a terminal, you'll have to attached to your terminal; smarter than their entering programs once you purchase an interface for you're ready to sit down, programming lets them be get it all put together. Of your computer if it is not power up and start typing in and without programming course you can always load supplied with the basic your program, right? Well, they're not very smart at all. programs and data through system. In fact you will not quite. You see, in order How do you get this software the front panel programmer's generally need a separate to be abl e to use the terminal into memory? Well, you console, but most individuals interface for each I/O for either entering programs could load it in from paper or aware of the front panel's (input/output) device or getting data in and out of cassette tape, that is if you s Iow speed and difficult connected to your computer.
    [Show full text]
  • ED 192Ale IR 000 906 AUTHOR () Frederick, Franz 4
    DOCUMENT RESUME ED 192ale IR 000 906 AUTHOR () Frederick, Franz 4. TITLE Guide to Microcomputers. INSTITUTION Association for Educational Communications and Technology, Washington, D.C.: ERIC Clearinghouse on Information Resources, Syracuse, N.Y. SPONS AGENCY National Inst. of Education (DHEW), Washington, D.C. EEPORT NO ISBN-0-89240-030-2 PUB LATE SO CONTRACT 400-77-0015 NOTE 159p. AVAILABLE PRCMAECT Publications Sales, 1126 16th Street NW, Washington, DC 20036 ($9.50/AECT members: $11,50/non-members). TDES PRICE MF01/PC07 Plus Postage. DESCRIPTORS *Computer Assisted Instruction: Computer Graphics: *Computer Managed Instruction: Equipment Maintenance: *Microcomputers: *Minicomputers: *Programing Languages: Videodisc Recordings ABSTRACT This comprehensive guide to microcomputers and their role Ln education discusses the general nature of microcomputers: computer languages in simple English: operating systems and what they can do for you: compatible systems: special accessories: service and maintenance: computer assisted instruction, computer managed instruction, and computer graphics: time sharing and resource sharing: Potential instructional and media center applications: and special applications, e.g., eleqtronic mail, networks, and videodiscs. Available resources are presented in a bibliography of magazines and journals about microcomputers and software and their uses, a selected list of companies specializing in creating specialized languages and applications programs for microcomputers, and a selected list of companies specializing in the preparation of educational programs for use on microcomputers. (CNC) *********************************************************************** * Reproductions supplied by EDRS ari the best that can be made * * from the original document,. *********************.************************************************* U S010Ail1iNtNIOF HEALTH. ltOUCAt*ON VOW AN' 14A t ioNat. INSSIFUlt OF IOUCAtiON o,M0 Nt 1, A'. It( 11.Nf 1,141, 1 IMP,A OW (IIM A /y WI I ly.
    [Show full text]
  • Installing the Antique SWTPC 6800 Microcomputer
    Installing and Operating the Antique SWTPC 6800 Microcomputer by Jim Billiter – September, 2004 [email protected] A. Unpack and inventory the components. 1. Do not plug in or apply power until instructed below. 2. Inventory of major components: - SWTPC CT-1024 terminal in custom wooden housing - Panasonic 9” video monitor – TR-920M - SWTPC 6800 Computer System - SWTPC AC-30 cassette tape interface - Documentation: yellow binder++ - Two cassette program tapes - Three spare 2102 SRAM ICs (16-pin DIP chips) - Three audio cables B. Connect the hardware components. 1. Connect the gray cable from the AC-30 labeled ‘A’ to the 25-pin (DB-25) connector on the CT-1024 terminal housing labeled ‘A’. 2. Connect the gray cable from the 6800 computer labeled ‘B’ to the DB-25 connector on the CT-1024 terminal housing labeled ‘B’. 3. Connect the white coaxial video cable from the CT-1024 to the rear of the Panasonic video monitor. C. Set the switches. 1. CT-1024 - Power to OFF (left position) - Page to 1 2. Panasonic video monitor - 75 ohm (switch on rear) - Power to OFF (inside front panel) 3. AC-30 - Switches on top cover – both to 300 Baud - Power to OFF - Rem/Loc to Rem - Status – both centered - Read select to A - Record select to A - Manual/Auto to Manual D. Power up. (Power down in the reverse sequence.) 1. Plug in all four major hardware components. 2. Switch Panasonic video monitor’s power ON and wait 15 seconds. 3. Switch CT-1024’s power ON (switch position right) and use the video monitor’s controls to see stable and legible, but meaningless characters on the screen.
    [Show full text]
  • Swtbug 6800 Rom Monitor
    6800 ROM MONITOR VERSON 1.0 USERS GUIDE Southwest Technical Products Corporation 219 W. Rhapsody San Antonio, Texas 78116 Copyright 1977, Southwest Technical Progucts Corporation Scanned and edited by Michael Holley Sept 17, 2000 [email protected] 1 SWTPC SWTBUG® (SWATBUG) MONITOR ROM One of the features of the SWTPC 6800 Computer System is that the conventional programmer’s console has been replaced with a monitor ROM. The programmer’s console consists of all the pretty switches and lights often found on similar microcomputers that are used to bootstrap the system after power up. The programmer’s console not only raises the cost of the system, but more often than not is confusing and tedious to use for both be-ginning and experienced programmers. The monitor ROM on the other hand is a permanently stored program that gives the computer the intelligence required to communicate with the operator thru an interfaced terminal system immediately after power up without flipping switches for 10 minutes. This technique makes the computer do the work of simplifying communication between itself and the operator. SWTBUG® is the name of the monitor program used in the SWTPC 6800 Computer System. It might be thought of as kind of a mini-operating system since it gives the operator command control over the computer system. Features of the SWTBUG® ROM include: ∗ Memory Examine and Change ∗ Program loading from cassette or paper tape thru the control interface or thru I/O port # 0. ∗ Program saving to cassette or paper tape ∗ Go to user program ∗ Display contents of registers ∗ Erase SWTPC CT-1 024 terminal system screen ∗ SWTPC MF-68 floppy disk boot ∗ Byte search ∗ Breakpoint debugging ∗ Vectored hardware and software interrupts to user defined addresses SWTBUG® is a permanently stored program and cannot be erased or lost by either a loss of power or user program error.
    [Show full text]
  • Undergraduate Curriculum Plan for Computer Systems Engineering Programme
    October University for Modern Sciences and Arts FACULTY OF ENGINEERING Undergraduate Curriculum Plan for Computer Systems Engineering Programme 2018/2019 TABLE OF CONTENTS Page Chapter I FACULTY REQUIREMENTS …………………………………… 1 1.1 Administrative Regulations …………………………………….. 1 1.2 Scientific Regulations …………………………………………... 3 1.3 Academic Regulations ………………………………………….. 6 Chapter II PROGRAM ANALYSIS ………………………………………….. 13 2.1 Computer System Engineering Input / Output …………… 17 2.2 CSE Core Breadth/Depth ………………………………………. 18 2.3 CSE Subject-Area Blocks ……………………………………… 19 2.4 University-Faculty-Dept Requirements…………………… 21 Chapter III PROGRAM STUDY ……………………………………………… 23 3.1 CSE Course Prerequisite Tree …………………………………. 24 3.2 CSE Ten-semester Curriculum……………………………. 26 Chapter IV MODULE DESCRIPTION ……………………………………………. 31 4.1 CSE Five-Year Plan …………………………………………… 32 4.2 CSE Equivalent Module Codes ……………………………….. 34 4.3 CSE Module Outline ………………………………………….. 36 100’s LEVEL MODULES – First Semester ……………… 37 MAT151 Calculus I ……………………………………... 38 BSC152 Engineering Physics I ……………………….... 41 GSE153 Engineering Mechanics I …………………….. 44 GSE154n Engineering Drawing ………………………... 47 COM155 Introduction to Information Technology …….. 50 ENG156 Academic English Writing ………………….. 53 100’s LEVEL MODULES – Second Semester ………………… 56 MAT161 Calculus II ……………………………………... 57 BSC162 Engineering Physics II ………………………… 60 GSE163 Engineering Mechanics II …………………….. 63 BSC164 Chemistry …………………………………….. 66 GSE165 Workshop Technology ……………………….. 69 ENG166 Technical English
    [Show full text]