Add standalone dump_entries and dump_segments programs, use dump_segments to add...
authorNick Downing <nick@ndcode.org>
Sun, 20 Oct 2019 04:57:31 +0000 (15:57 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 20 Oct 2019 04:57:43 +0000 (15:57 +1100)
commite267bbbc31cc355ddd305c9b24d66ba585d8ed75
tree5c5fdbc2d95bd04adee15d7e699d3f7499732d0b
parent5cd9eb641a3769dff3b90fa9dadd74edec261922
Add standalone dump_entries and dump_segments programs, use dump_segments to add .xlate file alongside .dir file in each word-oriented multics directory, gives alternative names for bound segments to find unbound versions of the segnames
14 files changed:
.gitignore
Makefile
dump_entries.c [new file with mode: 0644]
dump_segments.c [new file with mode: 0644]
multics_sim.c
pl1/calc.list [new file with mode: 0644]
pl1/calc.pl1 [new file with mode: 0644]
pl1/ffip.list [new file with mode: 0644]
pl1/ffip.pl1 [new file with mode: 0644]
pl1/ffop.list [new file with mode: 0644]
pl1/ffop.pl1 [new file with mode: 0644]
tape/unarchive_all.sh
tape/xlate.sh [new file with mode: 0755]
tape/xlate_all.sh [new file with mode: 0755]