1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-24 16:17:26 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Adam Sampson
c5f94161d3 Adjust link order.
This matches a TS MUD from 1977, and is the same as TS MUD54 with the
addition of SGC. It's nearly the same as the Tenex order we had already.

There are a few differences between 54 and 56:

- CONST is new in 56;
- Three source files in 54 were merged into others in 56: TENTAB into
  READER, FLOATB into PRINT, and CHAN into FOPEN;
- DISPLA, which went between CREATE and SAVE in 54, is missing in 56.
2020-08-26 21:26:02 +01:00
Adam Sampson
3bf7f848c5 Tell STINK to keep symbols for all objects.
This matches TS MUD54 from 1977, and makes debugging easier.
2020-08-26 21:26:02 +01:00
Adam Sampson
86ef0e2ff9 Call Muddle objects BIN rather than REL.
This matches names recorded in MUDSYS; from 1977. Using BIN rather than
REL is a characteristic of early MIDAS.
2020-08-26 21:26:02 +01:00
Adam Sampson
1d8c894752 Add ASSEM XFILE and MUD56 STINK.
These are analogous to TENEX's ASSEM ALL and MUD105 STINK.

This is version 56 for ITS, because the TENEX binary claimed to be
version 106, and the 54/104 and 55/105 manuals suggest that the ITS
version number tracked the TENEX one. Zork tests whether ,MUDDLE is less
than 100 to see if it's on ITS.
2018-04-25 09:32:25 +01:00