assemble_file

Function assemble_file 

Source
pub fn assemble_file(
    input_file_name: &OsStr,
    output_file_name: &Path,
    options: OutputOptions,
) -> Result<(), AssemblerFailure>
Expand description

Assemble input file, producing a tape image.

§Arguments

  • input_file_name - name of the source code file
  • outputoptions - where to write the tape image
  • options - what kind of output the user wants (in addition to the tape image)

§Errors