cpclib_asm::assembler::file

Function load_file_raw

Source
pub fn load_file_raw<'a, 'b, F: Into<Fname<'a, 'b>>>(
    fname: F,
    options: &ParserOptions,
) -> Result<Vec<u8>, AssemblerError>
Expand description

Load a file and keep the header if any