@@ -13,9 +13,7 @@ respond "*" ":delete .;@ its\r"
13
13
# The new ITS is now canonical.
14
14
respond " *" " :rename .;@ nits, .;@ its\r "
15
15
16
- respond " *" " :midas sysbin;_syseng;dump\r "
17
- dump_switches
18
- expect " :KILL"
16
+ midas " sysbin;" " syseng;dump" dump_switches
19
17
respond " *" " :delete sys;ts dump\r "
20
18
respond " *" " :link sys;ts dump,sysbin;dump bin\r "
21
19
respond " *" " :link sys;ts load,sys;ts dump\r "
@@ -34,47 +32,39 @@ mkdir "device"
34
32
mkdir " cstacy"
35
33
36
34
# TCTYP
37
- respond " *" " :midas sys1; ts tctyp_syseng;tctyp\r "
38
- expect " :KILL"
35
+ midas " sys1; ts tctyp" " syseng;tctyp"
39
36
respond " *" " :link sys1;ts tctype, sys1; ts tctyp\r "
40
37
41
38
source $build /emacs.tcl
42
39
43
40
# TAGS
44
- respond " *" " :midas sys2;ts tags_sysen2;tags\r "
45
- expect " :KILL"
41
+ midas " sys2;ts tags" " sysen2;tags"
46
42
47
43
# magdmp, paper tape
48
- respond " * " " : midas dsk0:.;_syseng ;magdmp\r "
49
- respond " PTRHRI=" " y\r "
50
- magdmp_switches
51
- expect " :KILL "
44
+ midas " dsk0:.;" " syseng ;magdmp" {
45
+ respond " PTRHRI=" " y\r "
46
+ magdmp_switches
47
+ }
52
48
53
49
# magdmp
54
- respond " *" " :midas sys1;ts magfrm_syseng;magfrm\r "
55
- expect " :KILL"
50
+ midas " sys1;ts magfrm" " syseng;magfrm"
56
51
57
- respond " *" " :midas sys1;ts stink_sysen2;stink\r "
58
- expect " :KILL"
52
+ midas " sys1;ts stink" " sysen2;stink"
59
53
60
- respond " *" " :midas sysbin;_sysen1;pdset\r "
61
- expect " :KILL"
54
+ midas " sysbin;" " sysen1;pdset"
62
55
respond " *" " :delete sys;ts pdset\r "
63
56
respond " *" " :link sys;ts pdset,sysbin;pdset bin\r "
64
57
65
- respond " *" " :midas sysbin;_syseng;lock\r "
66
- expect " :KILL"
58
+ midas " sysbin;" " syseng;lock"
67
59
respond " *" " :delete sys;ts lock\r "
68
60
respond " *" " :link sys;ts lock,sysbin;lock bin\r "
69
61
respond " *" " :link sys3; ts vtfix, sys; ts lock\r "
70
62
71
- respond " *" " :midas sysbin;_syseng;@dev\r "
72
- expect " :KILL"
63
+ midas " sysbin;" " syseng;@dev\r "
73
64
respond " *" " :delete sys;atsign device\r "
74
65
respond " *" " :link sys;atsign device,sysbin;@dev bin\r "
75
66
76
- respond " *" " :midas sysbin;_syseng;crtsty\r "
77
- expect " :KILL"
67
+ midas " sysbin;" " syseng;crtsty"
78
68
respond " *" " :job crtsty\r "
79
69
respond " *" " :load sysbin;crtsty bin\r "
80
70
respond " *" " purify\033 g"
@@ -83,9 +73,9 @@ respond "*" ":kill\r"
83
73
respond " *" " :link sys3;ts crtsty,sysbin;crtsty bin\r "
84
74
85
75
# CTN, networking "supdup" CRTSTY
86
- respond " * " " :midas /t sysbin;ctn bin_syseng ; crtsty\r "
87
- respond " with ^C" " NET==1\r\003 "
88
- expect " :KILL "
76
+ midast " sysbin;ctn bin " " syseng ; crtsty" {
77
+ respond " with ^C" " NET==1\r\003 "
78
+ }
89
79
respond " *" " :job ctn\r "
90
80
respond " *" " :load sysbin; ctn bin\r "
91
81
respond " *" " purify\033 g"
0 commit comments