APL\1130 Primer Student Text

Total Page:16

File Type:pdf, Size:1020Kb

APL\1130 Primer Student Text IBM APL\1130 Primer Student Text Student Text APL\1130 Primer ACKNOWLEDGEMENTS This Primer was written by Paul Berry of the IBM Research Division, T. J. Watson Research Center, York·town Heights, New York; it was adapted for use with the IBM 1130 from another APL Primer by the same author. The basic text benefitted greatly from the suggestions, criticisms, and comments of the readers of the various early drafts, and especially those of A. D. Falkoff, K. E. Iverson, J. C. McPherson, L. M. Breed, and R. H. Lathwell. The adaptation for the APL\1130 System was assisted by S. M. Raucher of the IBM Data Processing Division, Wheaton, Maryland, and Miss C. A. Conroy, who ran the sample problems at the 1130 console. NOTICE This text is distributed by IBM as a service to users of the 1130 computing system and to those who are interested in the APL language. Publication of this text does not imply support of the APL\1130 program; that program is a contributed program, distributed but not maintained by IBM. It is not part of the IBM product line, and has not been subject to product testing. Recipients of the APL\1130 program are expected to make their own final evaluation of its usefulness. This text contains description of certain features which were not provided in the original APL\1130 program distributed in February, 1968. These features include the use of labels (Chapter 13), common libraries (Chapter 15), and passwords for the locking of workspaces and sign-on numbers. Copies of this and other IBM publications can be obtained through IBM branch offices. Address comments concerning the contents of this publication to: IBM, Technical Publications Department, 112 East Post Road, White Plains, N. Y. 10601 (0 International Business Machines Corporation 1968 j i CON TEN TS =============== PART I 1: INTRODUCTION 1 vvhy an APL Primer? 1 lihat Is a Computer Program? 2 What Is a Programming Language? 3 Power, Relevance, and Simplicity 3 How to Read This Primer 4 2: COMMUNICATING WI'I'H THE COMPUTER 5 The APL Typeface 5 What Equipment Do You Need? 6 Getting Started 6 Getting Started From the Console 6 Getting Started From a Terminal 7 Whose Turn to Type? 8 Distinguishing Who Typed What 9 Fixing Typing Errors as You Go 9 Overstrikes Not Allowed 9 Visual Fidelity 10 Interrupting the Computer 10 3: BASIC OPERATIONS IN ARITHMETIC 11 The Workspace 11 The Two Modes of Operation: Execution vs. Definition 11 Addition, Subtraction, Multiplication, and Division 12 The Idea of a Variable 13 Storing or Printing the Result of a Calculation 13 Using the Stored Value of a Variable 14 possible Names for Variables 15 Storing a Result Under a Name that Has Already Been Used 15 Referring to a Variable Which Has No Value 16 Examples of Arithmetic with Variables 16 4: HORE ARITHMETIC OPERATIONS 19 Negation 19 Reciprocals 19 Monadic and Dyadic Operators 19 Raising to a Power (Exponentiation) 20 Taking a Root 20 Haximum: Taking the -Larger... of Two Numbers 21 Minimum: Taking the Smaller of Two Numbers 22 The Floor and the Ceiling of a Number 23 Rounding to the Nearest Integer 24 Summary of Arithmetic Operators Mentioned Thus Far 24 iii 5: SEVERAL OPERATIONS IN THE SAME INSTRUCTION 25 Order in Which Operations Get Executed in APL 25 Use of Parentheses 27 Rewriting the Earlier Examples With Several Operations in the Same Instruction 29 Do You HAVE to Write Many Operations in A Single APL Instruction? 30 6: ENTERING THE DEFINITION OF A PROGRAM SO THAT IT CAN BE USED REPEATEDLY 31 Starting the Definition 31 Focal Length of a Lens: A Simple Calculation to Illustrate Program Definition 32 Sample Use of the Program Just Defined 34 Another Sample Program: Efficiency of a Diesel Engine 35 Writing the DIESEL Program in a Single Line 36 An Instruction in One Program Can Call for the Execution of Another Program 37 7: DISPLAYING OR CHANGING THE PROGRAM AFTER YOU'VE DEFINED IT 39 Adding Another Line 39 Replacing a Line 40 Displaying What Is Already on a Line 40 Displaying the Whole Stored Definition 42 Inserting a Line Between Lines That Are Already Defined 42 Deleting a Line of the Definition 44 Deleting a Program Entirely from Your Workspace 45 Deleting a Variable from Your Workspace 45 8: REPRESENTING NUMBERS 47 Deci.mal Form 47 Exponential Form 48 Negative Numbers 49 Negative Numbers in Exponential Form 49 Very Small Numbers S,O Precision of Numbers 50 Number Display 50 ~~ich Form Does the Computer Use? 51 9: TESTING THE TRUTH OF A RELATIONSHIP 53 Example of Test for Equal 54 Example: The Sign Function 55 How Close is Equal? 55 iv 10: MORE OPERATIONS IN ARITHMETIC 57 Absolute Value 57 Residue and Remainder 57 Powers of the Natural Constant e 58 Logarithms 59 Natural Logarithms 60 Antilogs 60 Logical Operations 60 Logical Or 61 Logical And 61 Exclusive OR 62 Not: Logical Negation 63 11: CONTROLLING THE SEQUENCE IN WHICH THE LINES OF A PROGRAM ARE EXECUTED 65 "Ordinary" Order of Execution 65 Branches 65 Branching Out of a Program 66 Computed Branches 66 The Factorial: An Example of a Program With a Branch 67 Program Loops 68 The Roots of a Quadratic: Another Example of a Program With a Conditional Branch Out 68 Branch or Continue 69 The Factorial Again: An Improved Version Using Two Branch Instructions 71 12: ARRM~GING THE WAY THE PROGRAM TYPES ITS OUTPUT 75 Printing Text 75 Results and Heading Appearing on the Same Line 78 13: LINE LABELS FOR EASIER BRANCHING 79 14: WHAT TO DO WHEN THE PROGRAM STOPS 81 Halt When an Instruction in Your Program Can't Be Executed 81 A Program Error Doesn't Mean That Execution is AllOver 82 Resuming Execution 83 Where Was Work Suspended? 84 Area of a Segment of a Circle: Illustrating Procedure for Correcting a Mistake in a Program 84 Tracing the Execution of a Program 86 Trace Can Be Controlled by the Program Itself 87 v 15: SYSTEM COMMANDS 89 Distinguishing System Commands from Other Intructions 89 Signing On 89 Signing Off 90 Establishing a Sign-On Password 90 Saving a Workspace 90 Getting Back a Saved Workspace 91 Getting a List of the Workspaces You Have Saved 92 Dropping a Workspace from Your Library 92 Loading a Workspace from a Common Library 93 Loading a.Workspace From the Private Library of Another User 93 Revising a Workspace You've Saved 93 Loading a Workspace and then Saving it Under a Different Name 94 Clearing the Active Workspace 94 Diagram Summarizing Information Flow Between You, Your Active Workspace, and Saved Workspaces 94 PART II 16: VECTORS: PARALLEL PROCESSING OF THE ELEMENTS OF ARRAYS 97 Entering a Vector of Numbers 97 Parallel Processing of Vectors 98 Using Parallel Processing In Some of the Problems Introduced Earlier 99 Vectors Must Have Matching Lengths 99 Extending a Single Number To Match the Length of a Vector 100 Parallel Processing Requires All The Elements To Be Treated in the Same Way 102 Adjusting a Formula to Facilitate Work With Vectors 103 A Vector in a Branch Instruction 104 17: "REDUCING" A VECTOR: APPLYING THE SA:rJ!...E OPERATION TO ALL THE ELEMENTS 105 Summation 105 Product 106 Maximum Reduction: Looking for the Largest 106 Minimum Reduction: Looking for the Smallest 107 OR Reduction: Looking for "Any" 107 AND Reduction: Looking for "All" 108 Example Using the Sum of Products: Price Times Quantity Ordered 109 The Area Under a Curve 109 vi 18: GENERATING ARRAYS AND FINDING THEIR DIMENSIONS III Generating an Array by Restructuring III Vectors of Literal Characters 112 An Array Can Have Zero Length 113 Generating Consecutive Integers 113 Finding Out How Long a Vector Is 114 ~vhat is the Length of a Single Number? 116 Another Example Using Parallel Processing of Vectors: The Correlation Coefficient 117 19: SELECTING PARTICULAR ELEMENTS FROM AN ARRAY BY USING INDEX Nill1BERS 119 Respecifying Certain Elements Within an Array 119 The Index Numbers May Result From an Expression 120 Indexing an Expression 120 Indexing by an Empty Vector of Indices 121 Indexing a Matrix 121 20: FINDING THE INDEX NUMBERS THAT LOCATE PARTICULAR ELEMENTS WITHIN A VECTOR 123 Finding Several Indices at Once 123 Indexing Works Just as Well for Arrays of Literal Characters 124 Looking for the Index Number of a Value that Isn't There 125 The Index for a Value That Occurs at Several Locations in the Vector 126 An Example Using Iota to Find Index Numbers: Evaluating Hexadecimal Representations 126 21: CATENATION: BUILDING A VECTOR BY CHAINING ITEMS TOGETHER 129 Building a Vector of Results by Catenating the Latest Result to the Earlier Ones 131 Example Using Catenation: Accumulating Primes 131 Making Any Variable Into a Vector 133 Maximum Length of Vectors 133 Inserting New Elements Between Existing Elements of a Vector 133 Building Pascal's Triangle: An Example Using Catenation 135 22: LOOPS 137 Exit From a Loop 137 Leading Decisions 138 Standard Procedure for Writing a Loop with a Counter 139 An Iterative Program to Print an Interest Table 140 vii Alignment of Output in Columns 141 Interest Table with Output as a Matrix 141 Interest Table with Fixed Format on Each Line 142 A Footnote: The PRINT Program 144 Repaying the Bank 145 An Iterative Program for Finding Prime Factors 146 23: COMPRESSION: SELECTING SOME ELEMENTS FROM A VECTOR AND OMITTING OTHERS 149 Tests of the Truth of a Relationship Provide the Zeroes and Ones Needed to Control Compresssion 150 Example: Compression and the Sieve of Eratosthenes 151 Another Program Using Catenation and Compression: Sorting the Elements of a Vector 154 A Useful Variant of the Sorting Program 155 Why the Branch-or-Continue Instruction Includes a Compression 157 24: THE PROGRAM ASKS FOR INPUT,
Recommended publications
  • Systems IBM 1130 Bibliography
    GA26 -5916-1 0 File No. 1130-00 Systems IBM 1130 Bibliography This bibliography lists and describes all technical manuals and related materials needed by those who plan for, install, program, or operate the IBM 1130 Computing System. Order numbers, titles, current status, subject codes, and abstracts of the publications are provided. This bibliography is regularly updated to include new or revised publications pertaining to this systems reference library. Eleventh Edition (December 1973) This is a major revision of, and supersedes, GA26 -5916-9. The listings and abstracts are com­ pletely updated; and in Part 3, which was introduced in the Tenth Edition, the subject code of each publication has now been added to the left of its order number. Requests for IBM publications should be made to your IBM representative or to the IBM branch office serving your locality. A form for readers' comments is provided at the back of this bibliography. If the form has been removed, comments may be addressed to IBM Corporation, Dept. 77 A, 1133 Westchester Avenue, White Plains, New York 10604. Comments and suggestions become the property of IBM. Page of GA26-5916-1 0 Updated Sept. 19, 1974 By TNL: GN20-1131-0 Preface For each major IBM data processing system, publica­ Part 1 tions useful in planning, programming, installing and In Part 1, the subject code listing, one code is as­ operating that system are assembled in a system signed to a publication. Items within the cluster for bibliography. each code are in sequence. Normal sequencing is alphameric, by the most apparent keywords in the Organization of Bibliography titles of the manuals.
    [Show full text]
  • Computer Technology History
    Computer Technology History The affects of technology on our society. After completing this lesson, you will know: The history of computers from the 1940s up to the present. The future of computing. The many ways in which computers are used in modern life. How to make computers accessible to persons with disabilities. How computers are used in business and education. First Off…What are Computers? A Computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output). Software is the instructions and/or programs that control the computer. Atanasoff-Berry Computer 1939 The first computing machine to use electricity, vacuum tubes, binary numbers and capacitors was created. The capacitors were in a rotating drum that held the electrical charge for the memory. History of Computing 1940s The first computers were built for breaking enemy codes in WWII The first all-electronic computer was developed during the 1940s. MARK series - 1944 Howard Aiken and Grace Hopper designed the MARK series of computers at Harvard University. The MARK series of computers began with the Mark I in 1944. Imagine a giant roomful of noisy, clicking metal parts, 55 feet long and 8 feet high. The 5-ton device contained almost 760,000 separate pieces. Used by the US Navy for gunnery and ballistic calculations, the Mark I was in operation until 1959. Vacuum Tube The vacuum tube was used to amplify voice and music. However, the tubes consumed power, created heat, burned out quickly, and required high maintenance. “Debugging” In the 1940s, computers were housed in buildings with no air conditioning.
    [Show full text]
  • Cern Libraries, Geneva Cm-P00087609 Cern/Fc/1374
    CERN/FC/1374 CERN LIBRARIES, GENEVA Original: English 15 September, 1971 CM-P00087609 ORGANISATION EUROPÉENNE POUR LA RECHERCHE NUCLÉAIRE CERN EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH FINANCE COMMITTEE Hundred-and-fourteenth Meeting Geneva - 29 September, 1971 ADJUDICATION FOR REMOTE INPUT OUTPUT STATIONS FOR THE CERN CENTRAL COMPUTER SYSTEM The document CERN/FC/1340, Programme for Acquisition of Peripheral Equipment for the CERN Central Computer System, outlines the programme of development needed to build up a decentralized service based on the CDC 7600 computer. The first step in this programme consists of the acquisition of five or six Remote Input Output Stations. Each station will be based on a small computer which initially drives a card reader, line printer and a communications controller. Additional stations may be purchased later and some will be expanded by the addition of extra peripherals and high speed communications equipment as the demands on the decentralized service grow. The offers received from firms show the Modular One computer manufactured by Computer Technology Limited to be the one which most exactly meets the technical specification. The offer from Computer Technology Limited is a few percent more expensive than the two other possible machines for the initial configuration, but this is more than compensated for by the proven software and greater capability for ex• pansion of the Modular One Computer. The Finance Committee is requested to approve the award of the contract for an initial order of five or six basic Remote Input Output Stations from Computer Technology Limited at a price of approx• imately 182,000 Swiss Francs per station (excluding the card reader), with the possibility of later 71/286/5/e CERN/FC/1374 I.
    [Show full text]
  • Systems Reference Library IBM 1130 Disk Monitor System, Version 2, Programmer's and Operator's Guide
    File No. 1130-36 Order No. GC26-3717-10 Systems Reference Library IBM 1130 Disk Monitor System, Version 2, Programmer's and Operator's Guide Program Numbers: 1130-0S-005 1130-0S-00S Page of GC26-3717-9, 10 As Updated October 22, 1976 By TNL GN34-0353 Eleventh Edition (June 1974) This is a reprint of GC26-3717-9 incorporating changes released in Technical Newsletter GN34-0183 dated February 1974. This edition applies to version 2, modification 12, of the IBM 1130 Disk Monitor Programming System; to version 1, modification 5, of the IBM 1130 Remote Job Entry Work Station Program, and to all subsequent versions and modifications until otherwise indicated in new editions or Technical Newsletters. Changes are periodically made to the information herein. Before using this publication in connection with the operation of IBM systems, consult the latest SRL Newsletter, GN20-1130, for the editions that are applicable and current. Text for this manual has been prepared with the IBM Selectric ® Composer. Some illustrations in this manual have a code number in the lower corner. This is a publishing control number and is not related to the subject matter. Requests for copies of IBM publications should be made to your IBM representative or to the IBM branch office serving your locality. Address comments concerning the contents of this publication to IBM Corporation, General Systems Division, Department 27T, P.O. Box 1328, Boca Raton, Florida 33432. Comments become the I property of IBM. ©Copyright International Business Machines Corporation 1966, 1968, 1969, 1970, 1971, 1972 Preface This publication contains reference information for controlling and operating the 1130 Disk Monitor System, Version 2.
    [Show full text]
  • Emulation and Computing History the Computer History Simulation Project and SIMH
    Emulation and computing history The Computer History Simulation Project and SIMH Skill Level: Intermediate M. Tim Jones ([email protected]) Senior Architect 22 Mar 2011 The simplest computing devices we use today have more processing capability than the most capable computing systems of yesterday. For example, the VAX 11/780 delivered around 0.5 MIPS in the early 1980s. Compare that to an IBM zEnterprise™ 196 (z196) mainframe of today, which can support well over 52 KMIPS. However, we can learn a lot from early computing history. If you've ever wanted to boot an IBM 1130, PDP-11, or MITS Altair, then the Computer History Simulation Project is just what you've been looking for. In late 1978, as a birthday gift, I received my first computer. It was a TRS-80 model 1 with 4KB of memory and cassette tape mass storage, which I later upgraded to an Exatron stringy floppy. Within a few weeks, my BASIC programming skills had evolved to the point that I had exceeded the available memory for my yet-to-be-completed program: a sad day. Little did I know 30 years later, as an embedded firmware engineer, I would still spend much of my time trying to squeeze more code and data into a smaller address space. Computer history is fascinating, as are some of the early computers that were developed. Many of the early machines were rudimentary calculators, such as Konrad Zuse's Z1, which he invented in 1931, and going back even farther, Herman Hollerith's mechanical sorting machine that was used in the 1890 census; six years later his is one of the companies that merged and became IBM.
    [Show full text]
  • 2008, REC Is a Live on IBM 1130 Simulator, Ignacio Vega-Pa…
    REC language is a live on IBM1130 simulator This work is archaeological reconstruction of REC/A language on IBM1130 Simulator from Computer History Simulation Project Ignacio Vega-Páez1, José Angel Ortega 2 and Georgina G. Pulido3 [email protected], [email protected] and [email protected] IBP-TR2009-04 Apr 2009, México, D.F. ABSTRACT REC (Regular Expression Compiler) is a concise programming language development in mayor Mexican Universities at end of 60’s which allows students to write programs without knowledge of the complicated syntax of languages like FORTRAN and ALGOL. The language is recursive and contains only four elements for control. This paper describes use of the interpreter of REC written in FORTRAN on IBM1130 Simulator from “Computer History Simulation” Project [2008 Vega]. Terms Key: REC (Regular Expression Compiler), Programming language, Archeology software. This work is archaeological reconstruction of language REC/A on IBM1130 Simulator form Computer History Simulation Project (http://simh.trailing-edge.com/) used for 1130 fans in www.ibm1130.org, the interpreter REC Fortran was writing for Gerardo Cisneros at the beginning of computing in Mexico, which marks a milestone in software development in Mexico, so it is important to bring to life this version of REC/A. A formal definition of REC language was published by Harold V. McIntosh in AIM-149 of MIT Artificial Intelligence Group and too “Acta Mexicana de Ciencia y Tecnología” of IPN México City. see [68a McIntosh] & [68b McIntosh] respectively, and for detail
    [Show full text]
  • EMEA Headquarters in Paris, France
    1 The following document has been adapted from an IBM intranet resource developed by Grace Scotte, a senior information broker in the communications organization at IBM’s EMEA headquarters in Paris, France. Some Key Dates in IBM's Operations in Europe, the Middle East and Africa (EMEA) Introduction The years in the following table denote the start up of IBM operations in many of the EMEA countries. In some cases -- Spain and the United Kingdom, for example -- IBM products were offered by overseas agents and distributors earlier than the year listed. In the case of Germany, the beginning of official operations predates by one year those of the Computing-Tabulating-Recording Company, which was formed in 1911 and renamed International Business Machines Corporation in 1924. Year Country 1910 Germany 1914 France 1920 The Netherlands 1927 Italy, Switzerland 1928 Austria, Sweden 1935 Norway 1936 Belgium, Finland, Hungary 1937 Greece 1938 Portugal, Turkey 1941 Spain 1949 Israel 1950 Denmark 1951 United Kingdom 1952 Pakistan 1954 Egypt 1956 Ireland 1991 Czech. Rep. (*split in 1993 with Slovakia), Poland 1992 Latvia, Lithuania, Slovenia 1993 East Europe & Asia, Slovakia 1994 Bulgaria 1995 Croatia, Roumania 1997 Estonia The Early Years (1925-1959) 1925 The Vincennes plant is completed in France. 1930 The first Scandinavian IBM sales convention is held in Stockholm, Sweden. 4507CH01B 2 1932 An IBM card plant opens in Zurich with three presses from Berlin and Stockholm. 1935 The IBM factory in Milan is inaugurated and production begins of the first 080 sorters in Italy. 1936 The first IBM development laboratory in Europe is completed in France.
    [Show full text]
  • APL / J by Seung­Jin Kim and Qing Ju
    APL / J by Seung-jin Kim and Qing Ju What is APL and Array Programming Language? APL stands for ªA Programming Languageº and it is an array programming language based on a notation invented in 1957 by Kenneth E. Iverson while he was at Harvard University[Bakker 2007, Wikipedia ± APL]. Array programming language, also known as vector or multidimensional language, is generalizing operations on scalars to apply transparently to vectors, matrices, and higher dimensional arrays[Wikipedia - J programming language]. The fundamental idea behind the array based programming is its operations apply at once to an entire array set(its values)[Wikipedia - J programming language]. This makes possible that higher-level programming model and the programmer think and operate on whole aggregates of data(arrary), without having to resort to explicit loops of individual scalar operations[Wikipedia - J programming language]. Array programming primitives concisely express broad ideas about data manipulation[Wikipedia ± Array Programming]. In many cases, array programming provides much easier methods and better prospectives to programmers[Wikipedia ± Array Programming]. For example, comparing duplicated factors in array costs 1 line in array programming language J and 10 lines with JAVA. From the given array [13, 45, 99, 23, 99], to find out the duplicated factors 99 in this array, Array programing language J©s source code is + / 99 = 23 45 99 23 99 and JAVA©s source code is class count{ public static void main(String args[]){ int[] arr = {13,45,99,23,99}; int count = 0; for (int i = 0; i < arr.length; i++) { if ( arr[i] == 99 ) count++; } System.out.println(count); } } Both programs return 2.
    [Show full text]
  • 2 9215FQ14 FREQUENTLY ASKED QUESTIONS Category Pages Facilities & Buildings 3-10 General Reference 11-20 Human Resources
    2 FREQUENTLY ASKED QUESTIONS Category Pages Facilities & Buildings 3-10 General Reference 11-20 Human Resources 21-22 Legal 23-25 Marketing 26 Personal Names (Individuals) 27 Predecessor Companies 28-29 Products & Services 30-89 Public Relations 90 Research 91-97 April 10, 2007 9215FQ14 3 Facilities & Buildings Q. When did IBM first open its offices in my town? A. While it is not possible for us to provide such information for each and every office facility throughout the world, the following listing provides the date IBM offices were established in more than 300 U.S. and international locations: Adelaide, Australia 1914 Akron, Ohio 1917 Albany, New York 1919 Albuquerque, New Mexico 1940 Alexandria, Egypt 1934 Algiers, Algeria 1932 Altoona, Pennsylvania 1915 Amsterdam, Netherlands 1914 Anchorage, Alaska 1947 Ankara, Turkey 1935 Asheville, North Carolina 1946 Asuncion, Paraguay 1941 Athens, Greece 1935 Atlanta, Georgia 1914 Aurora, Illinois 1946 Austin, Texas 1937 Baghdad, Iraq 1947 Baltimore, Maryland 1915 Bangor, Maine 1946 Barcelona, Spain 1923 Barranquilla, Colombia 1946 Baton Rouge, Louisiana 1938 Beaumont, Texas 1946 Belgrade, Yugoslavia 1926 Belo Horizonte, Brazil 1934 Bergen, Norway 1946 Berlin, Germany 1914 (prior to) Bethlehem, Pennsylvania 1938 Beyrouth, Lebanon 1947 Bilbao, Spain 1946 Birmingham, Alabama 1919 Birmingham, England 1930 Bogota, Colombia 1931 Boise, Idaho 1948 Bordeaux, France 1932 Boston, Massachusetts 1914 Brantford, Ontario 1947 Bremen, Germany 1938 9215FQ14 4 Bridgeport, Connecticut 1919 Brisbane, Australia
    [Show full text]
  • The Computer History Simulation Project
    The Computer History Simulation Project The Computer History Simulation Project The Computer History Simulation Project is a loose Internet-based collective of people interested in restoring historically significant computer hardware and software systems by simulation. The goal of the project is to create highly portable system simulators and to publish them as freeware on the Internet, with freely available copies of significant or representative software. Simulators SIMH is a highly portable, multi-system simulator. ● Download the latest sources for SIMH (V3.5-1 updated 15-Oct-2005 - see change log). ● Download a zip file containing Windows executables for all the SIMH simulators. The VAX and PDP-11 are compiled without Ethernet support. Versions with Ethernet support are available here. If you download the executables, you should download the source archive as well, as it contains the documentation and other supporting files. ● If your host system is Alpha/VMS, and you want Ethernet support, you need to download the VMS Pcap library and execlet here. SIMH implements simulators for: ● Data General Nova, Eclipse ● Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, PDP-10, PDP-11, PDP- 15, VAX ● GRI Corporation GRI-909 ● IBM 1401, 1620, 1130, System 3 ● Interdata (Perkin-Elmer) 16b and 32b systems ● Hewlett-Packard 2116, 2100, 21MX ● Honeywell H316/H516 ● MITS Altair 8800, with both 8080 and Z80 ● Royal-Mcbee LGP-30, LGP-21 ● Scientific Data Systems SDS 940 Also available is a collection of tools for manipulating simulator file formats and for cross- assembling code for the PDP-1, PDP-7, PDP-8, and PDP-11.
    [Show full text]
  • Systems Reference Library IBM 1130 System Summary
    File No. 1130-00 Form A26-5917-5 Systems Reference Library IBM 1130 System Summary The System Summary presents a brief introduction to the IBM 1130 Computing System, including system concepts, components, and programming systems. Intended as a general, overall picture of the 1130, the manual helps the reader gain a basic understanding of the system and its use. S beth Edition This is a revision of and makes obsolete the previous edition (A26-5917-4). The new material added concerns the liM 1131 Central Processing Unit, the IBM 1133 Multiplex Control Enclosure, the IBM 1442 Card Punch, the ffiM 2501 Card Reader, the liM 1403 Printer, the ffiM 2310 Disk Storage, the IBM 1231 Optical Mark Reader, and the IBM Synchronous Communications Adapter. Specifications contained herein are subject to change from time to time. Any such change will be reported in subsequent revisions or Technical Newsletters. The illustrations in this manual have a code number in the lower corner. This is a publishing control number and is not related to the subject matter. Copies of this and other IBM publications can be obtained through IBM Branch Offices. This manual was prepared by the IBM Systems Deve lopment Division, Product Publications, Dept. 455, Bldg. 014, San Jose, California 95114. Send comments concerning the contents of this manual to this address. ii CONTENTS Page Page INTRODUCTION 1 IBM 2310 Disk storage ••••••••• 0 • • • • • • • 6 IBM 1627 Plotter • • • • • • • • • • • • • • • • • • • • • 6 SYSTEM UNITS AND FEATURES .•....•.. 2 IBM 1231 Optical Mark Page Reader ••••••• 7 IBM 1131 Central Processing Unit, IBM Synchronous Communications Adapter ••• 8 Models 1, 2, and 3 ....•••..••.•...
    [Show full text]
  • History and Evolution of IBM Mainframes Over the 60 Years Of
    History and Evolution of IBM Mainframes over SHARE’s 60 Years Jim Elliott – z Systems Consultant, zChampion, Linux Ambassador IBM Systems, IBM Canada ltd. 1 2015-08-12 © 2015 IBM Corporation Reports of the death of the mainframe were premature . “I predict that the last mainframe will be unplugged on March 15, 1996.” – Stewart Alsop, March 1991 . “It’s clear that corporate customers still like to have centrally controlled, very predictable, reliable computing systems – exactly the kind of systems that IBM specializes in.” – Stewart Alsop, February 2002 Source: IBM Annual Report 2001 2 2015-08-12 History and Evolution of IBM Mainframes over SHARE's 60 Years © 2015 IBM Corporation In the Beginning The First Two Generations © 2015 IBM Corporation Well, maybe a little before … . The Computing-Tabulating-Recording Company in 1911 – Tabulating Machine Company – International Time Recording Company – Computing Scale Company of America – Bundy Manufacturing Company . Tom Watson, Sr. joined in 1915 . International Business Machines – 1917 – International Business Machines Co. Limited in Toronto, Canada – 1924 – International Business Machines Corporation in NY, NY Source: IBM Archives 5 2015-08-12 History and Evolution of IBM Mainframes over SHARE's 60 Years © 2015 IBM Corporation The family tree – 1952 to 1964 . Plotting the family tree of IBM’s “mainframe” computers might not be as complicated or vast a task as charting the multi-century evolution of families but it nevertheless requires far more than a simple linear diagram . Back around 1964, in what were still the formative years of computers, an IBM artist attempted to draw such a chart, beginning with the IBM 701 of 1952 and its follow-ons, for just a 12-year period .
    [Show full text]