Function cpclib_asm::assembler::file::load_binary_raw

source ยท
pub fn load_binary_raw(
    fname: Either<&'_ Utf8Path, (&'_ str, &'_ Env)>,
    options: &ParserOptions,
) -> Result<Vec<u8>, AssemblerError>
Expand description

Load a file and keep the header if any