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

Conv36 improvements #74

Closed larsbrinkhoff closed 3 years ago

larsbrinkhoff commented 3 years ago

By allowing conv36 to concatenate multiple files and placing tape marks between each, it can be used to create a tape. Adding -Bn makes it possible to divide the tape files into records. With these updates, conv36 can do the job of tracks.

larsbrinkhoff commented 3 years ago

Now that conv36 has become so versatile, it irked me that it would stop at a logical end of tape mark even if there are more data after it. So I fixed that too.