You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
9 months ago | |
---|---|---|
libword | 1 year ago | |
lodepng@34628e89e8 | 3 years ago | |
opcode | 3 years ago | |
out | 4 years ago | |
samples | 1 year ago | |
test | 1 year ago | |
.gitignore | 9 months ago | |
.gitmodules | 3 years ago | |
.travis.yml | 3 years ago | |
COPYING | 11 years ago | |
Makefile | 9 months ago | |
README | 11 years ago | |
README.md | 9 months ago | |
acct.c | 1 year ago | |
arcdev.format | 7 years ago | |
atari-file.c | 2 years ago | |
binfmt.101 | 11 years ago | |
cat36.c | 3 years ago | |
check.sh | 1 year ago | |
classify-tape.c | 1 year ago | |
constantinople.c | 2 years ago | |
cross-file.c | 2 years ago | |
cross.c | 2 years ago | |
crypt.c | 4 years ago | |
csave-file.c | 2 years ago | |
dart.c | 1 year ago | |
das.c | 4 years ago | |
ddtord.1462 | 11 years ago | |
dec.c | 1 year ago | |
dis.c | 2 years ago | |
dis.h | 1 year ago | |
dmp-file.c | 2 years ago | |
dskdmp.c | 2 years ago | |
dump.c | 1 year ago | |
dumper.c | 1 year ago | |
exb-file.c | 2 years ago | |
exe-file.c | 2 years ago | |
fasl-file.c | 2 years ago | |
file.c | 2 years ago | |
harscntopbm.c | 4 years ago | |
harscntopdf | 5 years ago | |
hex-file.c | 2 years ago | |
hiseg-file.c | 2 years ago | |
iml-file.c | 2 years ago | |
info.c | 2 years ago | |
ipak.c | 2 years ago | |
itsarc.c | 2 years ago | |
jobdat.h | 2 years ago | |
kldcp.c | 4 years ago | |
klfedr.c | 4 years ago | |
lda-file.c | 2 years ago | |
linum.c | 1 year ago | |
macdmp.c | 3 years ago | |
macro-tapes.c | 5 years ago | |
magdmp.c | 2 years ago | |
magfrm.c | 2 years ago | |
main.c | 1 year ago | |
mdl-file.c | 2 years ago | |
memory.c | 2 years ago | |
memory.h | 2 years ago | |
mkdirs.c | 1 year ago | |
mkdirs.h | 1 year ago | |
oarcdv.format | 5 years ago | |
od10.c | 3 years ago | |
old-cpio.c | 1 year ago | |
palx-file.c | 2 years ago | |
palx.c | 2 years ago | |
pdp10-opc.c | 2 years ago | |
pdump-file.c | 2 years ago | |
raw-file.c | 2 years ago | |
rim10-file.c | 1 year ago | |
sblk-file.c | 1 year ago | |
sc40.html | 11 years ago | |
scrmbl.c | 4 years ago | |
symbols.c | 2 years ago | |
symbols.h | 2 years ago | |
tape-dir.c | 4 years ago | |
tape-image.c | 1 year ago | |
tape-image.h | 1 year ago | |
tendmp.c | 1 year ago | |
tenex-file.c | 2 years ago | |
timing.c | 8 years ago | |
timing.h | 8 years ago | |
timing_ka10.c | 8 years ago | |
timing_ki10.c | 2 years ago | |
tito.c | 1 year ago | |
tito.doc | 3 years ago | |
tvpic.c | 3 years ago | |
unscr.c | 4 years ago | |
weenix.c | 3 years ago |
README.md
Tools for analysing PDP-10 ITS files.
- Disassembler for ITS executables.
- Extract files from an ITS archive file.
- Extract files from Alan Snyder's IPAK archives.
- View contents, and make MAGDMP tape images.
- View disk image contents.
- Extract files from a DECtape image in MACDMP format.
- Create a MACDMP image.
- Print the contents of SYSENG; MACRO TAPES and .TAPEn; TAPE nnn files.
- Convert PALX binary to PDP-11 paper tape image.
- Convert CROSS binary to Atari DOS binary.
- Convert files to a RP04 bootable KLDCP disk image.
- Scramble or unscramble an encrypted file.
- Make a picture file suitable for displaying on a Knight TV.
- Write out a core image in some of the supported executable formats.
- Analyze a CONSTANTS area.
A Linux FUSE implementation of the networking filesystem protocol MLDEV is elsewhere: http://github.com/larsbrinkhoff/mldev
Tools for other PDP-10 systems.
- List or extract files from a TITO tape (Tymshare TYMCOM-X).
- List, extract, or write files on a DART tape (SAIL WAITS).
- Write files on a DUMPER tape (BBN TENEX, DEC TOPS-20).
- Add or delete DEC-style text file line numbers.
- Extract files from a DECtape image in TENDMP/DTBOOT format.
- Create a TENDMP/DTBOOT image.
- Print entried in a WAITS accounting file.
File formats supported.
Most tools support these PDP-10 36-bit word encodings:
- ASCII text, with an additional bit stored in every fifth character.
- Binary image.
- Core dump 9-track tape format.
- DATA8, one 36-bit word stored right aligned per little endian 64-bit word.
- DTA, DECtape image.
- FASL, Maclisp compiled fast load files.
- ITS evacuate format.
- Octal digits.
- Paper tape image.
- Saildart.org UTF-8.
- Tape images, 7 or 9 track.
- Files stored in an Alto file system.
Most tools that work with executable programs support these formats:
- ITS PDUMP and SBLK.
- Muddle/MDL save files.
- Raw files.
- Read-in mode.
- Stanford WAITS .DMP files.
- TOPS-10 and TOPS-20 nonsharable/compressed save .SAV files.
- TOPS-10 highseg sharable .SHR and nonsharable .HGH format.
- TOPS-20 and TOPS-10 sharable save .EXE files.
- TENEX sharable save .SAV files.
In addition, some mini and micro computer program formats are supported:
- PDP-11 PALX binaries.
- PDP-11 absolute loader tapes.
- CROSS binaries.
- CROSS "ASCII HEX" files.
- Atari DOS executables.
- Imlac "speciall TTY" files.
- Harris HCX/UX cpio.