mirror of
https://github.com/PDP-10/its.git
synced 2026-03-25 17:58:40 +00:00
19 lines
262 B
Plaintext
19 lines
262 B
Plaintext
set debug stdout
|
|
|
|
do impconfig.simh
|
|
set imp num=62
|
|
do impcode.simh
|
|
|
|
set mi1 enabled
|
|
set hi1 enabled
|
|
set hi2 enabled
|
|
set hi1 debug
|
|
set hi2 debug
|
|
|
|
attach -u mi1 4421::4431
|
|
attach -u hi1 33003:localhost:33004
|
|
attach -u hi2 33001:localhost:33002
|
|
set hi2 convert
|
|
|
|
go
|