srtlg / simh-ibm-1620

Some notes using SimH emulating an IBM 1620

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM 1620 with SIMH

The IBM 16201 was a scientific computer from IBM, maybe known in the public for its use during the Gemini program. I haven't found much documentation how to actually use it, though there are some interesting application examples on bitsavers. There is at least one comprehensive example on Github.

Most of these directory contain a .simh-file containing the commands for simh-i1620.

Where to start

There was no readily available documentation2 on how to run the assembler or fortran compiler from the digitized cards from bitsavers. My aim was to run some of the application notes from bitsavers. So let's try to understand the machine from the available documentation. The machine came with a paper tape and a card reader. The card reader interaction seems simpler (put the cards into the reader, press load) and the biggest remaining library also contained shelves with punch cards. From a user perspective, punch cards offer an easier way of patching programs than paper tape anyways. So maybe only the assembler and compilers came on paper tape.

  • reading of punch cards is described on page 303

Where to start with the treasure trove of 1620.zip

On Bitsavers there is the innocent looking 1620.zip containing most available compilers.

Bibliography

Footnotes

  1. IBM 1620 Central Processing Unit, Model 1, Systems Reference Library A26-5706-3

  2. or rather, I didn't find the files (1620-SP-020 or ) referenced in the programming manuals 45.

  3. IBM 1620 Input/Output Units, Systems Reference Library A26-5707-0

  4. IBM 1620/1710 Symbolic Programming System, Systems Reference Library C26-5600-1

  5. IBM 1620 FORTRAN (with FORMAT), Systems Reference Library C26-5619-4

About

Some notes using SimH emulating an IBM 1620


Languages

Language:Python 31.4%Language:Fortran 25.5%Language:Vim Script 22.4%Language:Scheme 19.2%Language:Shell 1.5%