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

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