1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-14 23:55:40 +00:00
PDP-10.its/build/muddle.tcl
Lars Brinkhoff 3cc1c13c38 Build script for Muddle and tools.
The MDL 54/104 and 55/105 manuals give the name SYS:TS MDL for the
interpreter, and a comment in MAIN says it was TS MUDDLE, so install
links for both.
2018-04-25 09:32:25 +01:00

36 lines
914 B
Tcl

respond "*" ":cwd mudsys\r"
respond "*" ":midas /t midasm_midas\r"
respond "\n" "itssw==1\r"
respond "\n" "ptr==100\r"
respond "\n" "ldbi=ildb\r"
respond "\n" "dpbi=idpb\003"
expect ":KILL"
respond "*" ":job midasm\r"
respond "*" ":load midasm bin\r"
respond "*" "purify\033g"
respond "TS MIDAS" "mudsys;ts midasm\r"
respond "*" ":kill\r"
respond "*" ":midas ts stinkm_stink\r"
expect ":KILL"
respond "*" ":xfile assem xfile\r"
expect "Assembly done!"
respond "*" ":print mudsav; ..new. (udir)\r"
type ":vk\r"
respond "*" ":stinkm\r"
respond "STINK." "MMUD56 STINK\033@\033\033"
expect "SETPUR"
respond "\n" "D\033\033"
respond "\n" "strng/\0331\"56^?^?^?\033\r"
respond "\n" ":pdump mudsav; ts mud56\r"
respond "*" ":start\r"
respond "..PERM/ -1" ":pdump mudsav; ts mdl56\r"
respond "*" ":kill\r"
respond "*" ":link sys3; ts mdl,mudsav; ts mdl56\r"
respond "*" ":link sys3; ts muddle,mudsav; ts mdl56\r"