[][src]Function cpclib_asm::assemble_with_options

pub fn assemble_with_options(
    code: &str,
    options: &AssemblingOptions
) -> Result<(Vec<u8>, SymbolsTable), AssemblerError>

Assemble a piece of code and returns the associates liste of bytes as well as the generated reference table.