1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-21 10:13:35 +00:00

Added @, the cross ref generation tool.

This commit is contained in:
Eric Swenson 2016-12-07 22:44:33 -08:00 committed by Lars Brinkhoff
parent 70b72ff04b
commit 5c56e4d45a
5 changed files with 19763 additions and 0 deletions

View File

@ -65,6 +65,7 @@ There's a [DDT cheat sheet](doc/DDT.md) for Unix users.
5. Remaining programs are rebuilt:
- @, cross reference generation tool
- ARCDEV, transparent file system access to archive files.
- ARCSAL, archive salvager.
- ARGUS, alerts you when specified users login or logout.

View File

@ -767,6 +767,11 @@ respond "*" ":midas sys1;ts bye_sysen1;bye\r"
expect ":KILL"
respond "*" ":link device;chaos bye,sys1;ts bye\r"
# @
respond "*" ":midas sys;ts @_sysen1;@\r"
respond "Use what filename instead?" "sysen2;\r"
expect ":KILL"
# ndskdmp tape
respond "*" ":link kshack;good ram,.;ram ram\r"
respond "*" ":link kshack;ddt bin,.;@ ddt\r"

16502
src/sysen1/@.695 Normal file

File diff suppressed because it is too large Load Diff

2073
src/sysen1/@.diff Normal file

File diff suppressed because it is too large Load Diff

1182
src/sysen2/@muddl.64 Normal file

File diff suppressed because it is too large Load Diff