brouhaha / tapeutils

GNU General Public License v2.0
22 stars 4 forks source link

Make -b output host file length as close as PDP-10 length as possible. #18

Closed larsbrinkhoff closed 3 months ago

larsbrinkhoff commented 1 year ago

In particular, for 7-bit files, the output file will have the same number of bytes as the PDP-10 file. For 36-bit files, the output file size will always be a multiple of five as before. For other byte sizes, the output file will have the minimum number of octets needed to represent the PDP-10 data using the "swizzled" format.

CC @bictorv

bictorv commented 3 months ago

It would be nice if this was merged? @brouhaha ?

larsbrinkhoff commented 3 months ago

Eric said I can merge things, so I did.