mirror of
https://github.com/PDP-10/its.git
synced 2026-02-24 16:17:26 +00:00
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.
This commit is contained in:
committed by
Adam Sampson
parent
3bf7f848c5
commit
c5f94161d3
@@ -11,7 +11,7 @@ MATOMHK BINL
|
||||
MINTERR BINL
|
||||
MNFREE BINL
|
||||
MGCHACK BINL
|
||||
MREADCH BINL
|
||||
MIPC BINL
|
||||
MAGCMRK BINL
|
||||
MREADER BINL
|
||||
MPRINT BINL
|
||||
@@ -26,9 +26,9 @@ MMAIN BINL
|
||||
MMUDSQU BINL
|
||||
MFOPEN BINL
|
||||
MPUTGET BINL
|
||||
MREADCH BINL
|
||||
MCREATE BINL
|
||||
MSAVE BINL
|
||||
MIPC BINL
|
||||
MAGC BINL
|
||||
MAMSGC BINL
|
||||
MINITM BINL
|
||||
|
||||
Reference in New Issue
Block a user