1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-01 01:39:15 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Adam Sampson
8e870bf8e7 Fix the MIDAS 73 instruction names patch. 2020-09-05 12:46:46 +01:00
Adam Sampson
2512d25a32 Patch MIDAS 73 to provide FADRI etc.
The 1973 MUDDLE; TS MIDAS binary has these four instruction aliases with
SI at the end (and they weren't used in the 1973 Muddle at all). All
later versions of MIDAS use RI names, as does more recent Muddle source,
so this must have been patched in later.
2020-08-26 21:26:02 +01:00
Adam Sampson
dd607f57aa Patch MIDAS 73 to accept JCL.
Older versions of MIDAS expect you to type a command at them, which
makes them hard to automate with :x or XFILEs. This patch backports the
JCLINI code from later versions of MIDAS, which pre-stuffs the command
buffer with the JCL string if available.
2020-08-26 21:26:02 +01:00
Adam Sampson
5f5e25da1e Add reconstruction of MIDAS 73.
This was edited from later versions of the source to match MUDDLE; TS
MIDAS circa 1973, which was built with MOBY==0. The program itself dates
from no later than 1971. Comments, and results when built with other
options, are probably not historically accurate.

MIDAS 73 is useful because 74 and all later versions have completely
rewritten code for relocatable output (and for IO), and they don't
support some of STINK's features correctly (or at all). A ported version
of MIDAS 73 was still being used to build Muddle in the 1980s, going by
<mdl.int>midas.exe.5.
2020-08-26 21:26:02 +01:00
Karl Ramm
4e3980e5bb Add XJSYS.MID.5, necessary to build MIDAS on TOPS-20.
(Because this seems to be the canonical MIDAS upstream at the moment)
2018-10-29 14:05:56 -04:00
Lars Brinkhoff
dfd0e117ce Move MIDAS 324 to MIDAS. 2018-09-14 06:47:09 +02:00
Lars Brinkhoff
4b061741b0 CVTUNV - convert MACRO universal files to MIDAS syntax.
This is a TOPS-20 program.
2017-02-05 08:08:22 -08:00
Eric Swenson
800803e9c4 Added support for RMTDEV 2016-12-05 12:34:57 +01:00
Lars Brinkhoff
0efda0c8bc Update MIDAS;TSRTNS from 231 to 234. 2016-11-04 20:26:26 +01:00
Lars Brinkhoff
ea3e41aeb6 Build MIDAS from source code. 2016-11-01 21:16:46 +01:00