larsbrinkhoff / pdp10-its-disassembler

Disassembler and other tools for files in ITS formats
GNU General Public License v2.0
19 stars 13 forks source link

Octal dump (also sixbit and ascii) #77

Closed larsbrinkhoff closed 3 years ago

larsbrinkhoff commented 3 years ago

The dis10 program can be used to examine data in a file, but doesn't work well with large files because it reads all into memory.

The new od10 program prints octal, sixbit, and ascii contents in a file. And also a more compact format with two words per line.

If a tape image is read, it prints record/file/tape markers and record offset.

larsbrinkhoff commented 3 years ago

Also change DART default to 9-track tape to align with @rcornwell's MTC device.