<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dusty Decks &#187; Simulators</title>
	<atom:link href="http://www.mcjones.org/dustydecks/archives/category/simulators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcjones.org/dustydecks</link>
	<description>Preserving historic software</description>
	<lastBuildDate>Fri, 30 Jul 2010 02:09:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Whetstone ALGOL</title>
		<link>http://www.mcjones.org/dustydecks/archives/2010/05/16/159/</link>
		<comments>http://www.mcjones.org/dustydecks/archives/2010/05/16/159/#comments</comments>
		<pubDate>Sun, 16 May 2010 23:35:12 +0000</pubDate>
		<dc:creator>Paul McJones</dc:creator>
				<category><![CDATA[ALGOL]]></category>
		<category><![CDATA[Simulators]]></category>
		<category><![CDATA[Software history]]></category>

		<guid isPermaLink="false">http://www.mcjones.org/dustydecks/?p=159</guid>
		<description><![CDATA[Part of my motivation for starting on an ALGOL project was that Brian Randell recently obtained permission from the copyright holder to post an online copy of ALGOL 60 Implementation at CHM. This book, which he and Lawford Russell published in 1964, provides a detailed description of the ALGOL 60 compiler (known as Whetstone ALGOL) [...]]]></description>
			<content:encoded><![CDATA[<p>Part of my motivation for starting on an <a href="http://www.mcjones.org/dustydecks/archives/2010/05/16/148/">ALGOL</a> project was that <a href="http://www.cs.ncl.ac.uk/people/brian.randell/">Brian Randell</a> recently obtained permission from the copyright holder to post an online copy of <a href="http://www.softwarepreservation.org/projects/ALGOL/#ALGOL_60_Implementation"><em>ALGOL 60 Implementation</em></a> at CHM. This book, which he and Lawford Russell published in 1964, provides a detailed description of the ALGOL 60 compiler (known as Whetstone ALGOL) they developed for the English Electric KDF9 Computer.  In January, Brian gave a talk &#8220;<a href="http://www.cs.ncl.ac.uk/publications/trs/abstract/1190">Reminiscences of Whetstone ALGOL</a>&#8221; at a joint meeting of the BCS Advanced Programming Group and the Computer Conservation Society recognizing the 50th anniversary of ALGOL 60; see <a href="http://www.softwarepreservation.org/projects/ALGOL/#Whetstone">here</a> for more on Whetstone. In particular, the <a href="http://sw.ccs.bcs.org/CCs/KDF9/walgol.htm">Whetstone Algol resurrection</a> team notes: &#8220;We now have the Walgol Translator re-keyed from a dog-eared listing, in the main, by Brian Wichmann, Graham Toal and Roderick McLeod. David Holdsworth has written an assembler and a rough-and-ready emulator. Bill Findlay is in the process of implementing a properly-enginered emulator.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcjones.org/dustydecks/archives/2010/05/16/159/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBSYS Fortran II runs on a SIMH-based simulator</title>
		<link>http://www.mcjones.org/dustydecks/archives/2006/04/03/54/</link>
		<comments>http://www.mcjones.org/dustydecks/archives/2006/04/03/54/#comments</comments>
		<pubDate>Tue, 04 Apr 2006 02:36:33 +0000</pubDate>
		<dc:creator>Paul McJones</dc:creator>
				<category><![CDATA[FORTRAN]]></category>
		<category><![CDATA[LISP]]></category>
		<category><![CDATA[Simulators]]></category>

		<guid isPermaLink="false">http://www.mcjones.org/dustydecks/archives/2006/04/03/54/</guid>
		<description><![CDATA[An upcoming release of Bob Supnik&#8217;s SIMH (Computer History Simulation system) will include IBM 704/709/7090/7094 simulation provided by Rich Cornwell. Rich has been very busy lately: implementing and debugging the simulations of the CPU, channels, controllers, and devices; tracking down and transcribing source code for diagnostics; and figuring out how to rebuild and run various [...]]]></description>
			<content:encoded><![CDATA[<p>An upcoming release of Bob Supnik&#8217;s <a href="http://simh.trailing-edge.com/">SIMH</a> (Computer History Simulation system) will include IBM 704/709/7090/7094 simulation provided by Rich Cornwell. Rich has been very busy lately: implementing and debugging the simulations of the CPU, channels, controllers, and devices; tracking down and transcribing source code for diagnostics; and figuring out how to rebuild and run various diagnostics, SHARE, IBSYS, and CTSS code. He&#8217;s had great luck with the <a href="http://www.mcjones.org/dustydecks/archives/2004/10/10/32/">IBSYS distribution</a> from Paul Pierce; in particular, he was able to get the code compiled by the Fortran II compiler to execute. It turns out the Fortran II compiler writes out intermediate files to tape as individual records not followed by the customary tape mark; it was necessary to tweak the simulator to handle this the way the original hardware did. Rich notes that Bob Supnik, who is also working on a 7094 simulator, was the first person to discover this. (Rich says Bob will include both Rich&#8217;s and his own 7xxx simulators in SIMH since Bob&#8217;s is specifically optimized for running CTSS while Rich&#8217;s is aimed more toward IBSYS and older 704/709 software.)</p>
<p>Rich&#8217;s enthusiasm inspired me to finally obtain a copy of the Smithsonian&#8217;s <a href="http://www.mcjones.org/dustydecks/archives/2006/02/01/50/">Fortran II listing</a> &#8212; this is a version for the IBM 704, which does not have I/O channel &#8212; it is the machine for which the original Fortran I compiler was written. Rich is in the process of recreating the assembly language source code from which this listing was generated. He&#8217;s doing this by hand, because the quality of OCR is not high enough.</p>
<p>Rich has many related projects in mind, and welcomes others who would like to join in: transcribing/proofreading diagnostics and the 704 Fortran II listing, working on some remaining IBSYS language processors, getting the <a href="http://www.mcjones.org/dustydecks/archives/2005/06/08/41/">Lisp 1.5 interpreter</a> to run, etc. His <a href="http://skyvis.best.vwh.net/">home page</a> (yes, kites!) has an <a href="http://skyvis.best.vwh.net/form-mail.html">EMail link</a> for getting in touch with him, or contact me and I&#8217;ll put you in touch with him. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcjones.org/dustydecks/archives/2006/04/03/54/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Brad Parker resurrects MIT CADR Lisp Machine source code</title>
		<link>http://www.mcjones.org/dustydecks/archives/2005/10/04/47/</link>
		<comments>http://www.mcjones.org/dustydecks/archives/2005/10/04/47/#comments</comments>
		<pubDate>Tue, 04 Oct 2005 15:52:04 +0000</pubDate>
		<dc:creator>Paul McJones</dc:creator>
				<category><![CDATA[LISP]]></category>
		<category><![CDATA[Simulators]]></category>

		<guid isPermaLink="false">http://www.mcjones.org/dustydecks/archives/2005/10/04/47/</guid>
		<description><![CDATA[Brad Parker recently announced:
After a long and interesting search I uncovered a set of 9-track tapes which appear to be a snapshot of the MIT CADR Lisp machine source code from around 1980. This is not the final source code and not the last source release I will make. It is, however, the first source [...]]]></description>
			<content:encoded><![CDATA[<p>Brad Parker recently <a href="http://www.heeltoe.com/retro/mit/mit_cadr_lmss.html">announced</a>:</p>
<blockquote><p>After a long and interesting search I uncovered a set of 9-track tapes which appear to be a snapshot of the MIT CADR Lisp machine source code from around 1980. This is not the final source code and not the last source release I will make. It is, however, the first source release.</p>
<p>Tom Knight and others at MIT helped me secure permission from MIT&#8217;s Patent office to release the software. I am indebted to him and the others for making this possible.</p></blockquote>
<p>Follow the link above for a compressed tar file containing the tape images, extracted files, and extraction software, plus MIT&#8217;s license, a README, and a link to Brad&#8217;s CADR emulator.</p>
<p>(Via <a href="http://bc.tech.coop/blog/051002.html">Bill Clementson</a> via <a href="http://lemonodor.com/archives/001240.html">Lemonodor</a>; see also <a href="http://enthusiasm.cozy.org/archives/2005/10/reading-old-code/">Bill Hyde</a>.)</p>
<p>I&#8217;ve added a link to Brad&#8217;s web page in the <a href="http://community.computerhistory.org/scc/projects/LISP/index.html#ZetaLisp_">Zetalisp for Lisp Machines</a> section of the History of LISP website at the Computer History Museum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcjones.org/dustydecks/archives/2005/10/04/47/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pascal Bourguignon recreates machine-readable source for LISP 1.5</title>
		<link>http://www.mcjones.org/dustydecks/archives/2005/06/08/41/</link>
		<comments>http://www.mcjones.org/dustydecks/archives/2005/06/08/41/#comments</comments>
		<pubDate>Thu, 09 Jun 2005 00:04:49 +0000</pubDate>
		<dc:creator>Paul McJones</dc:creator>
				<category><![CDATA[LISP]]></category>
		<category><![CDATA[Simulators]]></category>

		<guid isPermaLink="false">http://www.mcjones.org/dustydecks/archives/2005/06/08/41/</guid>
		<description><![CDATA[Pascal Bourguignon encountered this item on my History of LISP web site:

LISP system assembly listing. &#8220;FIELD TEST ASSEMBLY OF LISP 1.5 SEPTEMBER 1961&#8243;, labeled &#8220;Bonnie&#8217;s Birthday Assembly&#8221;. M.I.T. Museum, donated by Timothy P. Hart and scanned by Jack Harper. PDF (16MB)

and promptly began reconstructing machine-readable source. This morning he announced on comp.lang.lisp his progress (he&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Pascal Bourguignon encountered this item on my <a href="http://community.computerhistory.org/scc/projects/LISP/">History of LISP</a> web site:</p>
<ul>
<li>LISP system assembly listing. &#8220;FIELD TEST ASSEMBLY OF LISP 1.5 SEPTEMBER 1961&#8243;, labeled &#8220;Bonnie&#8217;s Birthday Assembly&#8221;. M.I.T. Museum, donated by Timothy P. Hart and scanned by Jack Harper. <a href="http://community.computerhistory.org/scc/projects/LISP/LISP1.5-Bonnie-sBirthdayAssembly.pdf">PDF (16MB)</a></li>
</ul>
<p>and promptly began reconstructing machine-readable source. This morning he <a href="http://groups-beta.google.com/group/comp.lang.lisp/browse_frm/thread/67b1cabdf271870c">announced</a> on comp.lang.lisp his progress (he&#8217;s typed in the source, patched it and Dave Pitts&#8217; assembler to nearly recreate the listing, and is close to running it on the emulator). As he says in a README file of his <a href="http://www.informatimago.com/develop/lisp/lisp15-0.0.tar.gz">distribution</a>:</p>
<blockquote><p>This card deck can be assembled with <a href="http://www.cozx.com/~dpitts/ibm7090.html">asm7090-2.1.4</a> applying the small patch &#8216;asm7090.patch&#8217; to get a listing as identical as possible. asm7090 prints &#8216;0&#8242; in the generated words for symbols under different headers, so we cannot make a complete word-for-word comparison of the generated code from the listing, until we modify asm7090 in this respect.</p>
<p>The objective is to recover a perforation for performation image of the Source.  The same columns, the same typoes should be reproduced.
</p></blockquote>
<p>If you&#8217;d like to help Pascal find the remaining errors, or have the LISP 1.5 compiler sources or LISP 1.5 application sources, you can contact Pascal at the email address in the above-mentioned README file.  Please also send me email or post a comment to this entry!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcjones.org/dustydecks/archives/2005/06/08/41/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dave Pitts is making progress running Fortran II</title>
		<link>http://www.mcjones.org/dustydecks/archives/2005/03/08/37/</link>
		<comments>http://www.mcjones.org/dustydecks/archives/2005/03/08/37/#comments</comments>
		<pubDate>Wed, 09 Mar 2005 03:45:19 +0000</pubDate>
		<dc:creator>Paul McJones</dc:creator>
				<category><![CDATA[FORTRAN]]></category>
		<category><![CDATA[Simulators]]></category>

		<guid isPermaLink="false">http://www.mcjones.org/dustydecks/archives/2005/03/08/37/</guid>
		<description><![CDATA[I have been negligent in reporting impressive progress made by Dave Pitts emulating IBM 7090 software. As Leif Harcke posted to alt.folklore.computers and bit.listserv.ibm-main on 2 February 2005:

Dave has developed his &#8220;asm7090&#8243; cross-assembler to the point where it can assemble the core of IBSYS from MAP source.  The resultant IBSYS image will run the [...]]]></description>
			<content:encoded><![CDATA[<p>I have been negligent in reporting impressive progress made by <a href="http://www.cozx.com/~dpitts/ibm7090.html">Dave Pitts</a> emulating IBM 7090 software. As <a href="http://www.stanford.edu/~lharcke/">Leif Harcke</a> posted to <a href="http://groups-beta.google.com/group/alt.folklore.computers">alt.folklore.computers</a> and <a href="http://groups-beta.google.com/group/bit.listserv.ibm-main">bit.listserv.ibm-main</a> on 2 February 2005:</p>
<blockquote><p>
Dave has developed his &#8220;asm7090&#8243; cross-assembler to the point where it can assemble the core of IBSYS from MAP source.  The resultant IBSYS image will run the Fortran II(?) compiler on a modified version of Paul Pierce&#8217;s &#8220;s709&#8243; 700/7000 series emulator.  The object code produced by the Fortran compiler does not run under IBSYS, however.</p>
<p>The cross-assembler and emulator are written in C, and build under Linux. Presumably they are easy to port to other POSIX-compliant systems.  Details on the project are available here:</p>
<p>  <a href="http://www.cozx.com/~dpitts/ibm7090.html">http://www.cozx.com/~dpitts/ibm7090.html</a></p>
<p>If anyone is interested in helping out, Dave could use a hand debugging the emulation and getting IBSYS and other related system tools working.
</p></blockquote>
<p>Today, Dave told me:</p>
<blockquote><p>
With the current version of the emulator, 2.0.4, I&#8217;ve been able to run the following:</p>
<p>1. FORTRAN IV &#8211; Compile and run both Primes and Laplace programs.<br />
2. COBOL &#8211; Compile and run the hello world program.<br />
3. FORTRN II &#8211; Compile the Primes program. The exec doesn&#8217;t work, I get a checksum error loading the runtime (bad tape??).<br />
4. MAP assembler &#8211; I&#8217;ve only run the assembler, didn&#8217;t try to run output.<br />
5. FAP assembler &#8211; I&#8217;ve only run the assembler, didn&#8217;t try to run output.</p>
<p>My current IBSYS tape has the nucleus assembled with my ASM7090 cross assembler. Also, I re-assembled the COBOL compiler with ASM7090 and put on the tape.</p>
<p>I know that Leif Harcke has been hacking on the FORTRAN II. I think he&#8217;s stuck at the same point as I am. I&#8217;ve been trying to get the FORTRAN II parts to assemble with ASM7090 to replace the tape image with a NOPed checksum test.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.mcjones.org/dustydecks/archives/2005/03/08/37/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Historic software at bitsavers.org</title>
		<link>http://www.mcjones.org/dustydecks/archives/2004/11/28/34/</link>
		<comments>http://www.mcjones.org/dustydecks/archives/2004/11/28/34/#comments</comments>
		<pubDate>Sun, 28 Nov 2004 23:37:42 +0000</pubDate>
		<dc:creator>Paul McJones</dc:creator>
				<category><![CDATA[Repositories]]></category>
		<category><![CDATA[Simulators]]></category>

		<guid isPermaLink="false">http://www.mcjones.org/dustydecks/archives/2004/11/28/34/</guid>
		<description><![CDATA[Although the majority of items at Al Kossow&#8217;s bitsavers.org are scanned copies of manuals, he also has software in source and/or executable form for a variety of machines (scroll down to &#8220;The Software Archive&#8221;) .  Some of the oldest include MIT&#8217;s TX-0 and DEC&#8217;s PDP-1.
His manual collection also includes scanned copies of source code [...]]]></description>
			<content:encoded><![CDATA[<p>Although the majority of items at Al Kossow&#8217;s <a href="http://www.bitsavers.org/">bitsavers.org</a> are scanned copies of manuals, he also has software in source and/or executable form for a variety of machines (scroll down to &#8220;The Software Archive&#8221;) .  Some of the oldest include MIT&#8217;s <a href="http://www.bitsavers.org/bits/MIT/tx-0/">TX-0</a> and DEC&#8217;s <a href="http://www.bitsavers.org/bits/DEC/pdp1/">PDP-1</a>.</p>
<p>His manual collection also includes scanned copies of source code listings for some historic machines, including MIT&#8217;s <a href="http://www.bitsavers.org/pdf/mit/whirlwind/Subroutines.pdf"> Whirlwind</a> and The University of Illionois&#8217; <a href="http://www.bitsavers.org/pdf/illiac/ILLIAC/">ILLIAC I</a> (scanned from hardcopies belonging to Wayne Lichtenberger).</p>
<p>Al notes that <a href="http://members.iinet.net.au/~dgreen/silliac.html">David Green</a> is writing a simulator for the version of the ILLIAC built at the University of Sydney.<br />
<em><br />
Updated TX-0 and PDP-1 URLs following a change at bitsavers.org.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcjones.org/dustydecks/archives/2004/11/28/34/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IBM 7094 Emulator now runs Fortran IV compiler</title>
		<link>http://www.mcjones.org/dustydecks/archives/2004/09/14/31/</link>
		<comments>http://www.mcjones.org/dustydecks/archives/2004/09/14/31/#comments</comments>
		<pubDate>Tue, 14 Sep 2004 16:38:27 +0000</pubDate>
		<dc:creator>Paul McJones</dc:creator>
				<category><![CDATA[FORTRAN]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Simulators]]></category>

		<guid isPermaLink="false">http://www.mcjones.org/dustydecks/archives/2004/09/14/31/</guid>
		<description><![CDATA[I expect most Dusty Decks readers are aware of alt.folklore.computers, but it&#8217;s worth noting Rob Storey&#8217;s recent post IBM 7094 Emulator now runs Fortran compiler.  As I posted in June, Rob has written a IBM 7094 emulator.  Through the work of James Fehlinger,  the emulator can load and execute the compiler, and [...]]]></description>
			<content:encoded><![CDATA[<p>I expect most Dusty Decks readers are aware of alt.folklore.computers, but it&#8217;s worth noting Rob Storey&#8217;s recent post <a href="http://groups.google.com/groups?hl=en&#038;lr=&#038;ie=UTF-8&#038;threadm=e8m1k0pd666ml0hrkvjh3t6rnp0el4sjpq%404ax.com&#038;rnum=3&#038;prev=/groups%3Fq%3Dfortran%2B7094%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3De8m1k0pd666ml0hrkvjh3t6rnp0el4sjpq%25404ax.com%26rnum%3D3">IBM 7094 Emulator now runs Fortran compiler</a>.  As I <a href="http://www.mcjones.org/dustydecks/archives/2004/06/11/25/">posted</a> in June, Rob has written <a href="http://members.optushome.com.au/intaemul/Emul7094.htm">a IBM 7094 emulator</a>.  Through the work of James Fehlinger,  the emulator can load and execute the compiler, and then execute the result, at least for a &#8220;hello, world&#8221; program.</p>
<p>Rob suggested others might want to get additional programs running on the emulator, and suggested several that are available.  <a href="http://insar.stanford.edu/~lharcke/programming/">Leif Harcke</a> suggested <a href="http://www.multicians.org/mgc.html#CTSS">CTSS</a> (M.I.T.&#8217;s Compatible Time Sharing System), using the tapes available from Paul Pierce&#8217;s <a href="http://www.piercefuller.com/collect/index.html">collection</a>.  I mentioned this to <a href="http://www.mcjones.org/dustydecks/archives/2004/03/21/16/">Tom Van Vleck</a>; he took a look at the tapes and <a href="http://groups.google.com/groups?hl=en&#038;lr=&#038;ie=UTF-8&#038;threadm=thvv-3986E0.14591713092004%40comcast.dca.giganews.com&#038;prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26group%3Dalt.folklore.computers">lent</a> his enthusiastic support.  Rob is happy to make the necessary &#8220;hardware modifications&#8221; (known as RPQ&#8217;s) to the emulator if someone will supply him with a specification.</p>
<p>Updated 23 Mar 2006: Leif Harcke&#8217;s URL changed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcjones.org/dustydecks/archives/2004/09/14/31/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Peter Zilahy Ingerman</title>
		<link>http://www.mcjones.org/dustydecks/archives/2004/06/17/27/</link>
		<comments>http://www.mcjones.org/dustydecks/archives/2004/06/17/27/#comments</comments>
		<pubDate>Thu, 17 Jun 2004 17:37:53 +0000</pubDate>
		<dc:creator>Paul McJones</dc:creator>
				<category><![CDATA[Simulators]]></category>
		<category><![CDATA[Software history]]></category>
		<category><![CDATA[UNIVAC]]></category>

		<guid isPermaLink="false">http://www.mcjones.org/dustydecks/archives/2004/06/17/27/</guid>
		<description><![CDATA[I learned that Peter Zilahy Ingerman, PhD, was the donor of the Fortran II listing at The Smithsonian.  Peter published a number of books and papers in the area of programming languages and compilers.
I called Peter and had a very pleasant conversation.  It turned out he&#8217;d donated the Fortran materials to The Smithsonian [...]]]></description>
			<content:encoded><![CDATA[<p>I learned that <a href="http://www.ingerman.org/syscon.htm">Peter Zilahy Ingerman, PhD</a>, was the donor of the <a href="http://www.mcjones.org/dustydecks/archives/2004/06/10/24/">Fortran II listing</a> at The Smithsonian.  Peter published a number of books and papers in the area of programming languages and compilers.</p>
<p>I called Peter and had a very pleasant conversation.  It turned out he&#8217;d donated the Fortran materials to The Smithsonian a number of years ago, and did not remember that specific item I was interested in, but he volunteered to travel from his home in New Jersey to Washington if that would help.</p>
<p>Peter is very interested in the history of computing, and has created a very detailed <a href="http://www.ingerman.org/niche.htm#UNIVAC">UNIVAC I/II emulator</a>, a machine that Peter wrote software for between 1957 and 1963.  Peter told me of a <a href="http://mywebpage.netscape.com/reitery2k/univac1.htm">UNIVAC web page</a> maintained by Allan Reiter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcjones.org/dustydecks/archives/2004/06/17/27/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rob Storey</title>
		<link>http://www.mcjones.org/dustydecks/archives/2004/06/11/25/</link>
		<comments>http://www.mcjones.org/dustydecks/archives/2004/06/11/25/#comments</comments>
		<pubDate>Sat, 12 Jun 2004 05:00:00 +0000</pubDate>
		<dc:creator>Paul McJones</dc:creator>
				<category><![CDATA[FORTRAN]]></category>
		<category><![CDATA[Simulators]]></category>

		<guid isPermaLink="false">http://www.mcjones.org/dustydecks/archives/2004/06/11/25/</guid>
		<description><![CDATA[Earlier I had learned that Paul Pierce&#8217;s web site contains images of a number of system tapes for old IBM mainframes.  Paul provides some utilities he wrote for making sense of these old tapes, which were written on 7-track drives, with 6-bit BCD characters and 36-bit words.
Tonight I came across Rob Storey&#8217;s web site. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mcjones.org/dustydecks/archives/2004/03/19/15/">Earlier</a> I had learned that Paul Pierce&#8217;s <a href="http://www.piercefuller.com/collect/index.html">web site</a> contains images of a number of system tapes for old IBM mainframes.  Paul provides some utilities he wrote for making sense of these old tapes, which were written on 7-track drives, with 6-bit BCD characters and 36-bit words.</p>
<p>Tonight I came across Rob Storey&#8217;s <a href="http://members.optushome.com.au/intaretro/">web site</a>.  He&#8217;s written file utility programs BCD2IAS, IASMERGE, and FILEBROW that greatly simplify the process of reading, converting, and correcting the tape and card images from Paul Pierce&#8217;s web site.</p>
<p>I played with them for a while, and was able to view some of the Fortran IV compiler sources.  More work will be necessary to create &#8220;fix records&#8221; for errors that BCD2IAS can&#8217;t detect by itself &#8212; it looks like there are occasional missing characters from blocked fixed-length lines, causing the source code to &#8220;drift&#8221; cyclicly to the left.  But the result will be source code for the IBM 7090 Fortran IV compiler!</p>
<p>The bad news is that this compiler shares little if any source code from the original IBM 704/709 Fortran/Fortran II compiler (in particular, it  did not contain the sophisticated code optimization components).</p>
<p>Rob&#8217;s web site also features an IBM 7094 emulator.  (Paul Pierce&#8217;s web site has an IBM 709 emulator.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcjones.org/dustydecks/archives/2004/06/11/25/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
