write_data

Function write_data 

Source
fn write_data<W: Write>(
    writer: &mut W,
    output_file_name: &Path,
    data: &[Unsigned36Bit],
) -> Result<(), AssemblerFailure>
Expand description

Write a sequence of 36-bit words in splayed/assembly mode.

We write the output in splayed mode simply because

  • this is how the standard reader leader program expects to read it
  • the plugboard read-in program expects to read the standard reader-leader itself (from the tape) in that format.